.dayforce-help-button,
.compact-nav-item[data-target-id="dayforceHelpButton"] {
  display: none !important;
}

.dayforce-upload-card {
  position: relative;
  cursor: pointer;
  min-height: 84px;
  padding-right: 190px !important;
  transition: background-color .15s ease, border-color .15s ease;
}

.dayforce-upload-card:hover,
.dayforce-upload-card:focus-visible {
  background: #ededed !important;
  border-color: #a9a9a9 !important;
  outline: none !important;
}

.dayforce-upload-action {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 155px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  color: #171717;
  text-align: right;
}

.dayforce-upload-action strong {
  font-size: 13px;
  font-weight: 600;
}

.dayforce-upload-action small {
  color: #666;
  font-size: 10px;
  line-height: 1.25;
}

.dayforce-upload-card.has-file .dayforce-upload-action strong {
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .dayforce-upload-card {
    padding-right: 16px !important;
    padding-bottom: 64px !important;
  }

  .dayforce-upload-action {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 14px;
    width: auto;
    transform: none;
    align-items: flex-start;
    text-align: left;
  }
}
