.tallyk9-suite-actions,
.tallyk9-suite-request-wrap {
    box-sizing: border-box;
    width: min(1180px, calc(100% - 28px));
    margin: 30px auto;
    color: #071a2f;
    font-family: inherit;
}

.tallyk9-suite-actions {
    padding: clamp(22px, 4vw, 42px);
    border: 2px solid #071a2f;
    border-radius: 18px;
    background: #f6f8fb;
    box-shadow: 0 16px 36px rgba(5, 25, 49, .12);
}

.tallyk9-suite-actions-head span,
.tallyk9-suite-kicker {
    display: block;
    margin-bottom: 5px;
    color: #846900;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tallyk9-suite-actions h2,
.tallyk9-suite-request-card h2 {
    margin: 0 0 8px;
    color: #071a2f;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.05;
}

.tallyk9-suite-actions-head p,
.tallyk9-suite-request-card > p {
    margin: 0;
    color: #42526a;
}

.tallyk9-suite-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.tallyk9-suite-action-grid a {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 20px;
    border: 2px solid #071a2f;
    border-radius: 13px;
    background: #fff;
    color: #071a2f;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.tallyk9-suite-action-grid a:hover,
.tallyk9-suite-action-grid a:focus-visible {
    transform: translateY(-2px);
    background: #f8c900;
    box-shadow: 0 10px 22px rgba(5, 25, 49, .15);
}


.tallyk9-suite-action-grid a.tallyk9-suite-action-payments {
    border-color: #4f8fc4;
    background: #e5f2fc;
    box-shadow: inset 0 0 0 1px rgba(79, 143, 196, .12);
}

.tallyk9-suite-action-grid a.tallyk9-suite-action-payments strong {
    color: #245f91;
}

.tallyk9-suite-action-grid a.tallyk9-suite-action-payments:hover,
.tallyk9-suite-action-grid a.tallyk9-suite-action-payments:focus-visible {
    border-color: #245f91;
    background: #d3e9f9;
    box-shadow: 0 10px 22px rgba(36, 95, 145, .18);
}

.tallyk9-suite-action-grid a.tallyk9-suite-action-services {
    border-color: #237a43;
    background: #dff3e5;
    box-shadow: inset 0 0 0 1px rgba(35, 122, 67, .12);
}

.tallyk9-suite-action-grid a.tallyk9-suite-action-services strong {
    color: #145b30;
}

.tallyk9-suite-action-grid a.tallyk9-suite-action-services:hover,
.tallyk9-suite-action-grid a.tallyk9-suite-action-services:focus-visible {
    border-color: #145b30;
    background: #ccebd6;
    box-shadow: 0 10px 22px rgba(20, 91, 48, .18);
}

.tallyk9-suite-action-grid strong {
    font-size: 1.05rem;
    text-transform: uppercase;
}

.tallyk9-suite-action-grid span {
    color: #42526a;
    font-size: .92rem;
    line-height: 1.45;
}

.tallyk9-suite-request-wrap {
    scroll-margin-top: 110px;
}

.tallyk9-suite-request-card {
    padding: clamp(22px, 4vw, 44px);
    border: 2px solid #071a2f;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(5, 25, 49, .14);
}

.tallyk9-suite-request-form {
    display: grid;
    gap: 17px;
    margin-top: 24px;
}

.tallyk9-suite-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tallyk9-suite-request-form label {
    display: grid;
    gap: 7px;
    color: #071a2f;
    font-weight: 800;
}

.tallyk9-suite-request-form label > span {
    color: #b42318;
}

.tallyk9-suite-request-form .tallyk9-suite-field-label {
    display: flex;
    min-height: 1.45em;
    align-items: flex-end;
    color: #071a2f;
    line-height: 1.25;
}

.tallyk9-suite-request-form .tallyk9-suite-required {
    margin-left: 4px;
    color: #b42318;
}

.tallyk9-suite-date-field input[type="date"] {
    height: 52px;
    min-height: 52px;
}

.tallyk9-suite-request-form input,
.tallyk9-suite-request-form select,
.tallyk9-suite-request-form textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1.5px solid #9aa6b6;
    border-radius: 8px;
    background: #fff;
    color: #071a2f;
    font: inherit;
    font-weight: 500;
}

.tallyk9-suite-request-form input[readonly] {
    background: #eef2f6;
    color: #344054;
}

.tallyk9-suite-request-form textarea {
    min-height: 110px;
    resize: vertical;
}

.tallyk9-suite-request-form input:focus,
.tallyk9-suite-request-form select:focus,
.tallyk9-suite-request-form textarea:focus {
    outline: 3px solid rgba(248, 201, 0, .35);
    border-color: #071a2f;
}

.tallyk9-suite-confirm {
    grid-template-columns: 22px 1fr !important;
    align-items: start;
    font-weight: 600 !important;
    line-height: 1.45;
}

.tallyk9-suite-confirm input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.tallyk9-suite-request-form button {
    width: fit-content;
    min-width: 230px;
    padding: 14px 22px;
    border: 2px solid #071a2f;
    border-radius: 8px;
    background: #f8c900;
    color: #071a2f;
    font: inherit;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
}

.tallyk9-suite-request-form button:hover,
.tallyk9-suite-request-form button:focus-visible {
    background: #071a2f;
    color: #fff;
}

.tallyk9-suite-alert {
    margin-top: 18px;
    padding: 13px 15px;
    border-radius: 8px;
    font-weight: 800;
}

.tallyk9-suite-alert.success {
    border: 1px solid #75c69b;
    background: #ecfdf3;
    color: #027a48;
}

.tallyk9-suite-alert.error {
    border: 1px solid #f0a5a5;
    background: #fff1f1;
    color: #b42318;
}

@media (min-width: 900px) {
    .tallyk9-suite-date-field input[type="date"] {
        height: 58px;
        min-height: 58px;
        padding: 13px 15px;
        font-size: 1.05rem;
    }

    .tallyk9-suite-date-field input[type="date"]::-webkit-calendar-picker-indicator {
        width: 25px;
        height: 25px;
        padding: 3px;
        cursor: pointer;
        opacity: .82;
    }
}

@media (max-width: 850px) {
    .tallyk9-suite-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .tallyk9-suite-actions,
    .tallyk9-suite-request-wrap { width: min(100% - 18px, 1180px); }
    .tallyk9-suite-actions { padding: 18px 12px; }
    .tallyk9-suite-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-top: 18px;
    }
    .tallyk9-suite-form-grid { grid-template-columns: 1fr; }
    .tallyk9-suite-action-grid a {
        min-height: 126px;
        padding: 13px 11px;
        gap: 5px;
    }
    .tallyk9-suite-action-grid strong {
        font-size: .84rem;
        line-height: 1.15;
    }
    .tallyk9-suite-action-grid span {
        font-size: .75rem;
        line-height: 1.3;
    }
    .tallyk9-suite-request-form button { width: 100%; min-width: 0; }
}

.tallyk9-suite-recent {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #cfd7e2;
}

.tallyk9-suite-recent h3 {
    margin: 0 0 12px;
    color: #071a2f;
}

.tallyk9-suite-recent-list {
    display: grid;
    gap: 9px;
}

.tallyk9-suite-recent-list > div {
    display: grid;
    grid-template-columns: minmax(180px, 1.3fr) minmax(170px, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 8px;
    background: #fff;
}

.tallyk9-suite-recent-list span {
    color: #526175;
}

.tallyk9-suite-recent-list em {
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef2f6;
    color: #344054;
    font-size: .78rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.tallyk9-suite-recent-list em.status-approved,
.tallyk9-suite-recent-list em.status-completed {
    background: #ecfdf3;
    color: #027a48;
}

.tallyk9-suite-recent-list em.status-declined {
    background: #fff1f1;
    color: #b42318;
}

.tallyk9-suite-recent-list em.status-needs_info {
    background: #fff8e1;
    color: #8a6400;
}

@media (max-width: 620px) {
    .tallyk9-suite-recent-list > div { grid-template-columns: 1fr; gap: 4px; }
    .tallyk9-suite-recent-list em { width: fit-content; }
}


/* v2.4.15 large custom desktop date picker for profile service requests. */
.tallyk9-suite-date-button { display: none; }
@media (min-width: 900px) and (pointer: fine) {
  .tallyk9-suite-date-field.is-custom-date-picker {
    position: relative;
  }
  .tallyk9-suite-date-field.is-custom-date-picker .tallyk9-suite-native-date {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .tallyk9-suite-request-form .tallyk9-suite-date-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 13px 15px !important;
    border: 1.5px solid #9aa6b6 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #071a2f !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer !important;
  }
  .tallyk9-suite-request-form .tallyk9-suite-date-button::after {
    content: "▦";
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    border-radius: 8px;
    background: #071a2f;
    color: #f8c900;
    font-size: 1.2rem;
    line-height: 1;
  }
  .tallyk9-suite-request-form .tallyk9-suite-date-button:hover,
  .tallyk9-suite-request-form .tallyk9-suite-date-button:focus-visible,
  .tallyk9-suite-request-form .tallyk9-suite-date-button[aria-expanded="true"] {
    border-color: #071a2f !important;
    outline: 3px solid rgba(248,201,0,.35) !important;
    background: #fff !important;
    color: #071a2f !important;
  }
}

.tallyk9-suite-date-popover {
  position: fixed;
  z-index: 2147482000;
  display: none;
  width: min(860px, calc(100vw - 32px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  border: 3px solid #071a2f;
  border-radius: 20px;
  background: #f7faff;
  color: #071a2f;
  box-shadow: 0 22px 65px rgba(4,24,45,.28);
}
.tallyk9-suite-date-popover.is-open { display: block; }
.tallyk9-suite-date-picker-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #071a2f;
  color: #fff;
}
.tallyk9-suite-date-picker-title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 900;
}
.tallyk9-suite-date-picker-nav,
.tallyk9-suite-date-picker-footer button {
  border: 2px solid #f8c900;
  border-radius: 9px;
  background: #f8c900;
  color: #071a2f;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.tallyk9-suite-date-picker-nav {
  width: 48px;
  height: 42px;
  font-size: 1.4rem;
}
.tallyk9-suite-date-picker-nav:disabled { opacity: .38; cursor: not-allowed; }
.tallyk9-suite-date-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  padding: 20px;
}
.tallyk9-suite-date-month {
  overflow: hidden;
  border: 2px solid #c6d4e5;
  border-radius: 16px;
  background: #fff;
}
.tallyk9-suite-date-month h3 {
  margin: 0;
  padding: 13px 15px;
  background: #0b3154;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.tallyk9-suite-date-weekdays,
.tallyk9-suite-date-days {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.tallyk9-suite-date-weekdays {
  padding-top: 11px;
  padding-bottom: 7px;
  color: #52657a;
  font-size: .75rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.tallyk9-suite-date-days { padding-bottom: 12px; }
.tallyk9-suite-date-blank { min-height: 50px; }
.tallyk9-suite-date-day {
  min-height: 50px;
  padding: 5px 2px;
  border: 1px solid #bcc9d8;
  border-radius: 9px;
  background: #fff;
  color: #071a2f;
  font: inherit;
  font-size: .98rem;
  font-weight: 800;
  cursor: pointer;
}
.tallyk9-suite-date-day:hover,
.tallyk9-suite-date-day:focus-visible {
  border-color: #071a2f;
  outline: 3px solid rgba(248,201,0,.4);
  background: #eef5ff;
}
.tallyk9-suite-date-day.is-today { box-shadow: inset 0 0 0 2px #175cd3; }
.tallyk9-suite-date-day.is-selected {
  border-color: #071a2f;
  background: #175cd3;
  color: #fff;
  outline: 3px solid #f8c900;
}
.tallyk9-suite-date-day:disabled {
  border-color: #e1e6ec;
  background: #f1f3f6;
  color: #98a2b3;
  cursor: not-allowed;
}
.tallyk9-suite-date-picker-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  border-top: 1px solid #c6d4e5;
  background: #fff;
}
.tallyk9-suite-date-picker-footer button { min-height: 42px; padding: 8px 16px; }
.tallyk9-suite-date-picker-footer .is-secondary {
  border-color: #9aa6b6;
  background: #fff;
  color: #071a2f;
}
@media (max-width: 899px), (pointer: coarse) {
  .tallyk9-suite-date-popover { display: none !important; }
}

/* v2.4.30: never show the retired legal-forms card in Statements & Services. */
.tallyk9-suite-action-grid > .tallyk9-suite-action-legal,
.tallyk9-suite-action-grid > a[href*="waivers-legal-forms"] {
  display: none !important;
}


/* v2.4.38 — yellow large non-link text on dark-blue surfaces. */
.tallyk9-suite-date-picker-title,
.tallyk9-suite-date-month h3 { color:#f8c900 !important; }
