
/* Specialist Auction Services homepage catalogue-tabs correction */

.sas-ending {
  padding-top: 72px !important;
  padding-bottom: 66px !important;
}

.sas-ending .sas-ending__toolbar {
  margin-bottom: 18px;
}

.sas-ending .sas-ending__panel {
  min-height: 0;
}

.sas-ending .sas-ending__panel:not(.is-active) {
  display: none !important;
}

.sas-ending .sas-ending__panel.is-active {
  display: block !important;
}

.sas-ending .sas-ending__dynamic {
  margin-top: 18px;
}

.sas-ending .sas-ending__tab[aria-disabled="true"] {
  opacity: 0.64;
}

.sas-ending .sas-ending__empty {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 24px 26px;
  border: 1px solid #d7dfed;
  border-left: 5px solid #0b1f5e;
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 18%, rgba(11, 31, 94, .05), transparent 28%),
    #ffffff;
  box-shadow: 0 10px 28px rgba(14, 30, 70, .055);
}

.sas-ending .sas-ending__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #edf2ff;
  color: #0b1f5e;
  font-size: 24px;
  font-weight: 900;
}

.sas-ending .sas-ending__empty-copy {
  min-width: 0;
}

.sas-ending .sas-ending__empty-title {
  margin: 0;
  color: #071747;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.35px;
}

.sas-ending .sas-ending__empty-text {
  margin: 7px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.sas-ending .sas-ending__empty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #0b1f5e;
  border-radius: 8px;
  background: #0b1f5e;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

.sas-ending .sas-ending__empty-link:hover {
  transform: translateY(-1px);
  background: #071747;
}

.sas-ending .sas-ending__dynamic {
  border-color: #cfd9eb;
  background: #f6f8fd;
}

.sas-ending .sas-ending__dynamic-mark {
  flex-basis: 32px;
  width: 32px;
  height: 32px;
}

@media (max-width: 720px) {
  .sas-ending {
    padding-top: 58px !important;
    padding-bottom: 56px !important;
  }

  .sas-ending .sas-ending__empty {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 20px;
  }

  .sas-ending .sas-ending__empty-icon {
    width: 46px;
    height: 46px;
  }

  .sas-ending .sas-ending__empty-link {
    grid-column: 1 / -1;
    width: 100%;
  }
}
