/*
 * Survey portal pages only.
 * Keep every rule under .af-survey-page so existing portal pages are unaffected.
 */
.af-survey-page {
    width: 100%;
    min-width: 0;
    padding-bottom: 24px;
}

.af-survey-page [hidden] {
    display: none !important;
}

.af-survey-page a:focus-visible,
.af-survey-page button:focus-visible,
.af-survey-page input:focus-visible,
.af-survey-page select:focus-visible {
    outline: 2px solid #00AF7A;
    outline-offset: 2px;
}

.af-survey-page .af-survey-demo-notice {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #FEC84B;
    border-radius: 8px;
    background-color: #FFFAEB;
    color: #7A2E0E;
}

.af-survey-page .af-survey-demo-notice strong {
    font-size: 14px;
}

.af-survey-page .af-survey-demo-notice > span:last-child {
    color: #8A4B16;
    font-size: 13px;
}

.af-survey-page .af-survey-demo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    background-color: #B54708;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.af-survey-page .af-survey-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.af-survey-page .af-survey-subnav-link {
    padding: 10px 14px;
    border-bottom: 2px solid transparent;
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.af-survey-page .af-survey-subnav-link:hover,
.af-survey-page .af-survey-subnav-link.active {
    border-bottom-color: #00CE90;
    color: #00AF7A;
}

.af-survey-page .af-survey-state {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    color: #616161;
    text-align: center;
}

.af-survey-page .af-survey-state a {
    color: #00AF7A;
    font-weight: 600;
    text-decoration: underline;
}

.af-survey-page .af-survey-state-error {
    border-color: #F5C2C7;
    background-color: #FFF7F7;
    color: #B42318;
}

.af-survey-page .af-survey-status-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.af-survey-page .af-survey-status-filters .btn {
    min-height: 36px;
}

.af-survey-page .af-survey-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.af-survey-page .af-survey-table {
    width: 100% !important;
    min-width: 820px;
    margin-bottom: 0 !important;
}

.af-survey-page .af-survey-table th,
.af-survey-page .af-survey-table td {
    vertical-align: middle;
}

.af-survey-page .af-survey-table .btn {
    white-space: nowrap;
}

.af-survey-page .af-survey-status-chip {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    padding: 2px 9px;
    border-radius: 8px;
    background-color: #EEEEEE;
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.af-survey-page .af-survey-status-queued {
    background-color: #EEF4FF;
    color: #175CD3;
}

.af-survey-page .af-survey-status-delivered {
    background-color: #E2FFF7;
    color: #007A56;
}

.af-survey-page .af-survey-status-unanswered,
.af-survey-page .af-survey-status-due {
    background-color: #FFF7E0;
    color: #8A5700;
}

.af-survey-page .af-survey-status-completed {
    background-color: #E2FFF7;
    color: #007A56;
}

.af-survey-page .af-survey-status-failed {
    background-color: #FFE5E5;
    color: #B42318;
}

.af-survey-page .af-survey-status-demo {
    max-width: 320px;
    background-color: #FFFAEB;
    color: #8A4B16;
    text-align: center;
    white-space: normal;
}

.af-survey-page .af-survey-today-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.af-survey-page .af-survey-today-toolbar > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.af-survey-page .af-survey-today-toolbar > div:first-child strong {
    color: #222222;
    font-size: 16px;
}

.af-survey-page .af-survey-today-toolbar > div:first-child span {
    color: #757575;
    font-size: 13px;
}

.af-survey-page .af-survey-program-filter {
    width: 280px;
}

.af-survey-page .af-survey-program-filter label {
    display: block;
    margin-bottom: 8px;
}

.af-survey-page .af-survey-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.af-survey-page .af-survey-summary-grid article {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.af-survey-page .af-survey-summary-grid article p {
    margin: 0 0 2px;
    color: #616161;
    font-size: 13px;
}

.af-survey-page .af-survey-summary-grid article strong {
    color: #222222;
    font-size: 20px;
}

.af-survey-page .af-survey-summary-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #E2FFF7;
    color: #007A56;
}

.af-survey-page .af-survey-summary-icon ion-icon {
    font-size: 20px;
}

.af-survey-page .af-survey-summary-icon-error {
    background-color: #FFE5E5;
    color: #B42318;
}

.af-survey-page .af-survey-today-queues {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.af-survey-page .af-survey-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.af-survey-page .af-survey-section-heading h6 {
    margin: 0 0 4px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.af-survey-page .af-survey-section-heading p {
    margin: 0;
    color: #757575;
    font-size: 13px;
}

.af-survey-page .af-survey-section-heading a {
    color: #00AF7A;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.af-survey-page .af-survey-operation-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-survey-page .af-survey-operation-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #EEEEEE;
}

.af-survey-page .af-survey-operation-list li:first-child {
    border-top: 0;
}

.af-survey-page .af-survey-operation-list li > div {
    min-width: 0;
    flex: 1;
}

.af-survey-page .af-survey-operation-list li strong,
.af-survey-page .af-survey-operation-list li span {
    display: block;
}

.af-survey-page .af-survey-operation-list li strong {
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.af-survey-page .af-survey-operation-list li span {
    margin-top: 3px;
    color: #757575;
    font-size: 12px;
}

.af-survey-page .af-survey-operation-list li a {
    color: #00AF7A;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.af-survey-page .af-survey-operation-list-error li {
    border-left: 3px solid #F04438;
    padding-left: 12px;
}

.af-survey-page .af-survey-inline-empty {
    margin: 0;
    padding: 24px 8px;
    color: #757575;
    text-align: center;
}

.af-survey-page .af-survey-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.af-survey-page .af-survey-stepper li {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: #9E9E9E;
}

.af-survey-page .af-survey-stepper li::after {
    position: absolute;
    z-index: 0;
    top: 15px;
    right: 8px;
    left: 40px;
    height: 1px;
    background-color: #E0E0E0;
    content: "";
}

.af-survey-page .af-survey-stepper li:last-child::after {
    display: none;
}

.af-survey-page .af-survey-stepper li > span {
    z-index: 1;
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 13px;
}

.af-survey-page .af-survey-stepper li strong {
    z-index: 1;
    overflow: hidden;
    padding-right: 8px;
    background-color: #FFFFFF;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.af-survey-page .af-survey-stepper li.active,
.af-survey-page .af-survey-stepper li.complete {
    color: #007A56;
}

.af-survey-page .af-survey-stepper li.active > span,
.af-survey-page .af-survey-stepper li.complete > span {
    border-color: #00CE90;
    background-color: #00CE90;
    color: #FFFFFF;
}

.af-survey-page .af-survey-stepper li.complete::after {
    background-color: #00CE90;
}

.af-survey-page .af-survey-send-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    align-items: start;
    gap: 16px;
}

.af-survey-page .af-survey-send-form h6,
.af-survey-page .af-survey-send-summary h6,
.af-survey-page .af-survey-send-receipt h6 {
    margin: 0 0 8px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.af-survey-page .af-survey-section-lead {
    margin-bottom: 20px;
    color: #616161;
    font-size: 14px;
}

.af-survey-page .af-survey-choice-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.af-survey-page .af-survey-choice-legend {
    width: auto;
    margin: 0 0 10px;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
}

.af-survey-page .af-survey-segmented-choice,
.af-survey-page .af-survey-program-choice-list,
.af-survey-page .af-survey-activity-choice-list,
.af-survey-page .af-survey-instrument-choice-list {
    display: grid;
    gap: 10px;
}

.af-survey-page .af-survey-segmented-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-survey-page .af-survey-program-choice-list,
.af-survey-page .af-survey-activity-choice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-survey-page .af-survey-instrument-choice-list {
    grid-template-columns: 1fr;
}

.af-survey-page .af-survey-choice-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.af-survey-page .af-survey-choice-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 72px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 14px 48px 14px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #424242;
    cursor: pointer;
}

.af-survey-page .af-survey-choice-card:hover {
    border-color: #00AF7A;
    background-color: #F8FFFC;
}

.af-survey-page .af-survey-choice-card strong {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
}

.af-survey-page .af-survey-choice-card > span:not(.af-survey-type-badge) {
    margin-top: 4px;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}

.af-survey-page .af-survey-choice-input:focus-visible + .af-survey-choice-card {
    outline: 2px solid #00AF7A;
    outline-offset: 2px;
}

.af-survey-page .af-survey-choice-input:checked + .af-survey-choice-card {
    border-color: #00AF7A;
    background-color: #F3FFFB;
    box-shadow: inset 0 0 0 1px #00AF7A;
}

.af-survey-page .af-survey-choice-input:checked + .af-survey-choice-card::after {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 2px 7px;
    border-radius: 999px;
    background-color: #007A56;
    color: #FFFFFF;
    content: "선택됨";
    font-size: 10px;
    font-weight: 700;
}

.af-survey-page .af-survey-choice-card-row {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.af-survey-page .af-survey-choice-card-row strong {
    margin-right: auto;
}

.af-survey-page .af-survey-type-badge,
.af-survey-page .af-survey-source-badge {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    background-color: #EEF4FF;
    color: #175CD3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.af-survey-page .af-survey-source-badge {
    background-color: #F2F4F7;
    color: #344054;
    letter-spacing: 0;
}

.af-survey-page .af-survey-patient-list {
    display: grid;
    gap: 8px;
}

.af-survey-page .af-survey-patient-list .af-survey-choice-card {
    min-height: 64px;
}

.af-survey-page .af-survey-fixture-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #FEC84B;
    border-radius: 8px;
    background-color: #FFFAEB;
}

.af-survey-page .af-survey-fixture-note .af-survey-source-badge {
    flex: 0 0 auto;
    background-color: #B54708;
    color: #FFFFFF;
}

.af-survey-page .af-survey-fixture-note p {
    margin: 0;
    color: #7A2E0E;
    font-size: 13px;
}

.af-survey-page .af-survey-lookup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px;
}

.af-survey-page .af-survey-lookup-status {
    margin: 8px 0 0;
    color: #616161;
    font-size: 12px;
}

.af-survey-page .af-survey-lookup-status.is-error {
    color: #B42318;
}

.af-survey-page .af-survey-lookup-status.is-success {
    color: #007A56;
    font-weight: 600;
}

.af-survey-page .af-survey-patient-context {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: #F2F4F7;
}

.af-survey-page .af-survey-patient-context strong {
    flex: 0 0 auto;
    color: #344054;
    font-size: 12px;
}

.af-survey-page .af-survey-patient-context span {
    overflow-wrap: anywhere;
    color: #222222;
    font-size: 13px;
}

.af-survey-page .af-survey-boundary-note {
    margin-bottom: 8px;
    padding: 10px 12px;
    border-left: 3px solid #667085;
    background-color: #F9FAFB;
    color: #475467;
    font-size: 12px;
}

.af-survey-page .af-survey-selection-note,
.af-survey-page .af-survey-target-summary {
    padding: 12px 14px;
    border-left: 3px solid #00CE90;
    background-color: #F3FFFB;
    color: #424242;
    font-size: 13px;
}

.af-survey-page .af-survey-definition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 20px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

.af-survey-page .af-survey-definition-grid > div {
    min-width: 0;
    padding: 12px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.af-survey-page .af-survey-definition-grid dt {
    margin-bottom: 5px;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
}

.af-survey-page .af-survey-definition-grid dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.af-survey-page .af-survey-form-error,
.af-survey-page .af-survey-action-feedback {
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px solid #F5C2C7;
    border-radius: 4px;
    background-color: #FFF7F7;
    color: #B42318;
}

.af-survey-page .af-survey-action-feedback.is-success {
    border-color: #A6F4C5;
    background-color: #F3FFFB;
    color: #007A56;
}

.af-survey-page .af-survey-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #E0E0E0;
}

.af-survey-page .af-survey-send-summary {
    position: sticky;
    top: 73px;
}

.af-survey-page .af-survey-send-summary > p,
.af-survey-page .af-survey-template-detail > p {
    margin: 0 0 4px;
    color: #00AF7A;
    font-size: 12px;
    font-weight: 600;
}

.af-survey-page .af-survey-send-summary dl {
    margin: 0;
}

.af-survey-page .af-survey-send-summary dl > div {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
}

.af-survey-page .af-survey-send-summary dt {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
}

.af-survey-page .af-survey-send-summary dd {
    margin: 3px 0 0;
    overflow-wrap: anywhere;
    color: #222222;
    font-size: 14px;
}

.af-survey-page .af-survey-send-receipt {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-color: #A6F4C5;
    background-color: #F3FFFB;
}

.af-survey-page .af-survey-send-receipt > ion-icon {
    flex: 0 0 auto;
    color: #00AF7A;
    font-size: 32px;
}

.af-survey-page .af-survey-send-receipt p {
    margin: 0;
    color: #424242;
}

.af-survey-page .af-survey-receipt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.af-survey-page .af-survey-detail-header {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.af-survey-page .af-survey-detail-header h6 {
    margin: 10px 0 4px;
    color: #222222;
    font-size: 18px;
}

.af-survey-page .af-survey-detail-header p {
    margin: 0;
    color: #757575;
    font-size: 13px;
}

.af-survey-page .af-survey-detail-header .af-survey-definition-grid {
    margin-bottom: 0;
}

.af-survey-page .af-survey-detail-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
    gap: 16px;
    margin-bottom: 16px;
}

.af-survey-page .af-survey-timeline {
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    list-style: none;
}

.af-survey-page .af-survey-timeline::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 6px;
    width: 1px;
    background-color: #D0D5DD;
    content: "";
}

.af-survey-page .af-survey-timeline li {
    position: relative;
    padding: 0 0 20px 4px;
}

.af-survey-page .af-survey-timeline li:last-child {
    padding-bottom: 0;
}

.af-survey-page .af-survey-timeline li::before {
    position: absolute;
    top: 5px;
    left: -21px;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-color: #00CE90;
    box-shadow: 0 0 0 1px #00CE90;
    content: "";
}

.af-survey-page .af-survey-timeline li.is-failed::before {
    background-color: #F04438;
    box-shadow: 0 0 0 1px #F04438;
}

.af-survey-page .af-survey-timeline strong,
.af-survey-page .af-survey-timeline span {
    display: block;
}

.af-survey-page .af-survey-timeline strong {
    color: #222222;
    font-size: 14px;
}

.af-survey-page .af-survey-timeline span {
    margin-top: 3px;
    color: #757575;
    font-size: 12px;
}

.af-survey-page .af-survey-retry-panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.af-survey-page .af-survey-retry-panel h6 {
    margin: 0 0 4px;
    color: #222222;
    font-size: 16px;
}

.af-survey-page .af-survey-retry-panel p {
    margin: 0;
    color: #757575;
    font-size: 13px;
}

.af-survey-page .af-survey-retry-controls {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: end;
    gap: 8px;
}

.af-survey-page .af-survey-retry-controls label {
    grid-column: 1 / -1;
    margin: 0;
}

.af-survey-page .af-survey-readonly-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #F9FAFB;
}

.af-survey-page .af-survey-readonly-banner ion-icon {
    flex: 0 0 auto;
    color: #616161;
    font-size: 22px;
}

.af-survey-page .af-survey-readonly-banner strong {
    color: #222222;
}

.af-survey-page .af-survey-readonly-banner p {
    margin: 3px 0 0;
    color: #616161;
    font-size: 13px;
}

.af-survey-page .af-survey-template-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    align-items: start;
    gap: 16px;
}

.af-survey-page .af-survey-template-detail {
    position: sticky;
    top: 73px;
}

.af-survey-page .af-survey-template-detail h6 {
    margin: 0 0 16px;
    color: #222222;
    font-size: 16px;
}

.af-survey-page .af-survey-template-detail .af-survey-definition-grid {
    grid-template-columns: 1fr;
}

.af-survey-page .dt-container .dt-paging {
    margin-top: 12px;
}

@media (max-width: 991.98px) {
    .af-survey-page .af-survey-today-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .af-survey-page .af-survey-program-filter {
        width: 100%;
    }

    .af-survey-page .af-survey-today-queues,
    .af-survey-page .af-survey-send-layout,
    .af-survey-page .af-survey-detail-grid,
    .af-survey-page .af-survey-template-layout {
        grid-template-columns: 1fr;
    }

    .af-survey-page .af-survey-send-summary,
    .af-survey-page .af-survey-template-detail {
        position: static;
    }

    .af-survey-page .af-survey-detail-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .af-survey-page .af-survey-summary-grid {
        grid-template-columns: 1fr;
    }

    .af-survey-page .af-survey-segmented-choice,
    .af-survey-page .af-survey-program-choice-list,
    .af-survey-page .af-survey-activity-choice-list,
    .af-survey-page .af-survey-lookup-row {
        grid-template-columns: 1fr;
    }

    .af-survey-page .af-survey-lookup-row .btn {
        width: 100%;
    }

    .af-survey-page .af-survey-stepper {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .af-survey-page .af-survey-stepper li::after {
        display: none;
    }

    .af-survey-page .af-survey-stepper li strong {
        white-space: normal;
    }

    .af-survey-page .af-survey-definition-grid {
        grid-template-columns: 1fr;
    }

    .af-survey-page .af-survey-retry-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .af-survey-page .af-survey-retry-controls {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .af-survey-page .af-survey-form-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .af-survey-page .af-survey-form-actions .btn {
        width: 100%;
    }
}
