*, ::after, ::before {
    box-sizing: border-box;
}

:root {
    --wps-border-color: #717171;
    --wps-tabs-bg-selected: #c5c5c5;
    --wps-tabs-text-selected: #2b2b2b;
    --wps-main-dark: #717171;
    --wps-main-light: #efefef;
    --wps-header-text: #717171;
    --wps-bg-primary: #f3f4f5;
    --wps-bg-white: rgb(255 255 255 / 70%);
    --wps-shadow-light: 0 0 4px 1px rgb(0 0 0 / 20%);
    --wps-shadow-medium: 0 0 8px 2px rgb(0 0 0 / 20%);
    --wps-radius-sm: 3px;
    --wps-radius-md: 8px;
    --wps-transition: 250ms ease-in-out;
    --wps-btn-neutral-text: #1d2327;
    --wps-btn-neutral-border: #b7c1cb;
    --wps-btn-neutral-bg: linear-gradient(180deg, #ffffff, #f3f6fa);
    --wps-btn-neutral-shadow: 0 2px 8px rgb(16 24 40 / 8%);
    --wps-btn-info-text: #ffffff;
    --wps-btn-info-border: #135e96;
    --wps-btn-info-bg: linear-gradient(135deg, #2271b1, #135e96);
    --wps-btn-info-shadow: 0 6px 14px rgb(19 94 150 / 24%);
    --wps-btn-info-bg-hover: linear-gradient(135deg, #1c67a4, #0f5a90);
    --wps-btn-info-border-hover: #0f5a90;
    --wps-btn-info-shadow-hover: 0 8px 16px rgb(19 94 150 / 28%);
    --wps-btn-success-text: #ffffff;
    --wps-btn-success-border: #166534;
    --wps-btn-success-bg: linear-gradient(120deg, #16a34a, #15803d);
    --wps-btn-success-shadow: 0 6px 14px rgb(21 128 61 / 28%);
    --wps-btn-warning-text: #ffffff;
    --wps-btn-warning-border: #a44a07;
    --wps-btn-warning-bg: linear-gradient(120deg, #d97706, #c2410c);
    --wps-btn-warning-shadow: 0 6px 14px rgb(194 65 12 / 26%);
    --wps-btn-danger-text: #ffffff;
    --wps-btn-danger-border: #7a2f1f;
    --wps-btn-danger-bg: linear-gradient(120deg, #b54d33, #8c3724);
    --wps-btn-danger-shadow: 0 6px 14px rgb(140 55 36 / 30%);
}

#wpcontent {
    padding: 20px;
    background-color: var(--wps-bg-primary);
}

.hidden, .wps-ar-tabcontent[aria-hidden="true"], .wps-notice:empty {
    display: none;
}

.wps-disabled-blur {
    display: none !important;
    filter: blur(1px);
    background: #e2e2e240;
}

.width15 {
    width: 15%;
}

.width20, .table-sweep thead th.col-sweep-action {
    width: 20%;
}

.width33 {
    width: 33.333%;
}

.width35 {
    width: 35%;
}

.width50 {
    width: 50%;
}

.width100 {
    width: 100%;
}

.wps--green {
    color: #018701;
}

.wps--red {
    color: #cf0000;
}

.wps-header h1, .wps-header h3 {
    color: inherit;
}

.wps h2 {
    padding: 12px 0 8px;
    border-bottom: 2px solid;
}

.wps-code {
    display: block;
    margin: 10px;
    padding: 5px;
    border-radius: var(--wps-radius-sm);
    background: #f0f0f1;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    font-family: monospace;
    font-weight: 800;
    color: #000;
    text-align: justify;
    text-transform: uppercase;
    text-decoration: none;
}

.wps-wrap {
    max-width: 1400px;
    margin: auto;
    padding: 2em 0;
    position: relative;
}

.wps-wrap-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.wps-wrap-flex section.wps {
    flex: 1 1 100%;
    max-width: calc(100% - 400px);
}

.wps-inline {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.wps-gridRow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.wps-gridRow li {
    font-weight: 700;
    margin-right: 3em;
}

.wps-box, block.wps {
    background: var(--wps-bg-white);
    border-radius: var(--wps-radius-md);
}

.wps-box {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    box-shadow: var(--wps-shadow-light);
}

.wps-box:not(:last-child) {
    margin-bottom: 32px;
}

block.wps, notice.wps {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto 2em;
}

block.wps {
    position: relative;
    width: 100%;
    padding: 1.5em;
    box-shadow: var(--wps-shadow-medium);
}

block.wps line {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 6px;
    border-bottom: 1px solid #d8d8d8;
    clear: both;
}

block.wps p {
    margin: 0 0 1em;
}

block.wps .value {
    width: 60%;
}

notice.wps {
    max-width: 100%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0px #c1c1c1;
}

.wps-boxed--light {
    display: block;
    position: relative;
    width: 100%;
    margin: 1em auto 2em;
    padding: 1em;
    overflow: hidden;
    background: var(--wps-bg-white);
    border-radius: var(--wps-radius-md);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 16%);
}

.wps-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.wps-card__wrapper {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    gap: 100px;
}

.wps-header {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 25px;
    padding: 1em 1.5em;
    overflow: hidden;
    background: var(--wps-main-dark);
    border-radius: var(--wps-radius-sm);
    box-shadow: 0 0 3px 1px #686868;
    color: var(--wps-header-text);
    text-align: center;
}

aside.wps {
    display: flex;
    flex-flow: row wrap;
    min-width: 300px;
    max-width: 370px;
}

.wps-notice {
    margin: 1em 15px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
}

.wps-notice p {
    font-weight: 700;
}

.wps-notice .error {
    color: red;
}

.wps-notice .success {
    color: green;
}

.wps-notice .info {
    color: #00008b;
}

.wps-notice--error {
    color: red;
    border-left-color: #dc3232;
}

input.wps, textarea.wps, .wps-input {
    padding: 6px 12px;
}

input.wps, textarea.wps {
    display: block;
    width: 100%;
    border: 2px solid #8c8f94;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 28%);
    box-shadow: 0 0 0 transparent;
    color: #525252;
}

input.wps:focus, textarea.wps:focus {
    border-color: var(--wps-border-color);
    box-shadow: inset 0 0 4px 1px #a3a3a3;
    outline: 0;
}

table.wps input[type="text"], table.wps textarea {
    max-width: 100%;
    width: 100%;
}

input.wps-apple-switch {
    position: relative;
    width: 54px;
    height: 30px;
    border: none !important;
    border-radius: 15px;
    background-color: #ffeae6;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .1);
    transition: background-color .4s cubic-bezier(.275, -.45, .725, 1.45);
    appearance: none;
}

input.wps-apple-switch::before {
    content: none !important;
    display: none !important;
}

input.wps-apple-switch::after {
    content: "" !important;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ce5e44;
    box-shadow: 2px 0 4px rgb(230 35 0 / 20%);
    transition: .3s cubic-bezier(.275, -.45, .725, 1.45);
}

input.wps-apple-switch:focus {
    border: none;
    outline: 0;
    box-shadow: inset 0 0 2px 1px rgb(0 0 0 / 10%);
}

input.wps-apple-switch:checked {
    background: #cdf5ce !important;
}

input.wps-apple-switch:checked::after {
    left: 28px;
    background: #5fb996;
    box-shadow: 2px 0 4px rgb(9 255 119 / .2);
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.wps-input__wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    border: 1px solid #8c8f94;
}

.wps-input__wrapper input {
    width: 100%;
    padding: 8px 15px;
    border: none;
}

.wps-input__wrapper input:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.wps-dropdown {
    position: relative;
    width: 100%;
}

.wps-dropdown__opener {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 0 0 10px;
    background: #ebebeb;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.wps-multiselect__wrapper {
    position: relative;
    display: none;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #8c8f94;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.wps-multiselect {
    display: inline-block;
    width: 100%;
    max-height: 165px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    list-style: none;
    vertical-align: top;
}

.wps-multiselect__element {
    position: relative;
    display: block;
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #e8e8eb;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.wps-uploader__init {
    max-width: 100px;
    padding: 4px 20px;
    background: #5f6373;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease-in-out 150ms;
}

.wps-uploader__init:hover {
    background: #3a3e4d;
}

.wps-dir-explorer {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    background: #efefef;
    border: 1px solid;
}

.wps-dir-explorer label {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.wps-dir-explorer text {
    flex: 1 1 50%;
    padding-left: 11px;
    font-weight: 500;
    line-height: 26px;
}

.wps-dir-explorer input {
    flex: 1 1 50%;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: 0;
}

.wps-dir-explorer input:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

ul.wps-autocomplete {
    display: block;
    width: 100%;
    max-height: 244px;
    margin: 0;
    padding: 0;
    overflow: auto;
    border-top: none;
    color: #6f6f6f;
    line-height: 26px;
    outline: 0;
    z-index: 100;
}

ul.wps-autocomplete li {
    margin: 0;
    padding: 4px 10px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    list-style: none;
    cursor: pointer;
}

.wps-row, .wps-row-title {
    display: inline-flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border-bottom: 2px solid #e0e0e0;
    transition: var(--wps-transition) 150ms;
}

.wps-row:hover {
    border-radius: var(--wps-radius-md);
    box-shadow: 0 0 4px #c3c3c3;
}

.wps-row-title {
    border-bottom-color: #bfbfbf;
}

.wps-option, .wps-value {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.wps-option {
    justify-content: flex-start;
}

.wps-value {
    flex: 1 1 40%;
    justify-content: flex-end;
    min-width: 200px;
    max-width: 500px;
}

.wps-option-info {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding: 14px 20px;
    background: #ededed;
    border-radius: var(--wps-radius-sm);
    box-shadow: inset 0 0 5px #00000061;
    font-weight: 600;
}

.wps-option-info-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: #ddd;
    border-radius: 50%;
    color: #333;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.wps-option-info-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.wps-ar-tabs {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
}

.wps-ar-tablist {
    display: inline-flex;
    width: 100%;
    height: 39px;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid #9a9898;
    list-style: none;
}

.wps-ar-tablist::-webkit-scrollbar {
    height: .3rem;
    background: transparent;
}

.wps-ar-tablist::-webkit-scrollbar-thumb {
    background-color: #505050;
}

.wps-ar-tab {
    display: inline-flex;
    position: relative;
    align-items: center;
    margin: 0 3px 0 0;
    padding: 10px 21px;
    background: #e8e8e8;
    color: #717171;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
    transition: font-size .35s ease-in-out .15s;
}

.wps-ar-tab[aria-selected="true"] {
    background: var(--wps-tabs-bg-selected);
    color: var(--wps-tabs-text-selected);
}

.wps-ar-tabcontent {
    display: none;
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.wps-ar-tabcontent[aria-hidden="false"] {
    display: block;
}

.wps-thead, table.wps thead {
    background: #417ba5;
}

.wps-thead th, .wps-footer th, table.wps thead th {
    color: #fff;
    font-weight: 700;
}

.wps-footer {
    background: #2f5978;
}

.alternate {
    background-color: #efefef;
}

.list-tables {
    margin: 2px 2px 4em;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px 0 #353535;
}

.list-tables pre-table {
    display: block;
    padding: 0 1em;
    overflow: hidden;
    border: 1px solid #ccd0d4;
    border-bottom: none;
    font-weight: 700;
}

.table-sweep tbody tr {
    height: 42px;
}

.table-sweep tbody tr td {
    line-height: 32px;
}

.table-sweep thead th {
    width: 12%;
}

.table-sweep thead th.col-sweep-details {
    width: 56%;
}

section.wps-submit {
    margin: 3em auto;
    text-align: center;
}

input.wps-submit {
    max-width: fit-content;
    padding: 0;
}

.wps-modalWrapper {
    display: flex;
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, .4);
    contain: content;
    touch-action: auto;
    z-index: 10000;
    animation: .25s forwards sw-motion-opacity-out;
}

.wps-modal {
    display: none;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: var(--wps-radius-sm);
    contain: content;
    z-index: 1;
}

.wps-modal:last-child {
    display: flex;
    flex-direction: column;
}

.wps-modal__header, .wps-modal__bottom {
    display: flex;
    position: relative;
    flex-flow: row;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    padding: 10px 12px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.wps-modal__title {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.wps-modal__content {
    flex: 1 1 auto;
    width: 100%;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
}

.wps-modal__close {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 2em;
    cursor: pointer;
    z-index: 100;
}

.wps-modal__close:hover {
    color: #000;
}

.wps-modal__close svg {
    pointer-events: none;
}

.wps-loader {
    position: relative;
}

.wps-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000009e;
}

.wps-loader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #5abaff;
    font-size: 10px;
    animation: load4 1.1s linear infinite;
    transform: translateZ(0);
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em;
    }
}

.wps-progressbarCircle__stroke {
    animation: mck_progress 2s ease-in-out;
}

@keyframes mck_progress {
    0% {
        stroke-dasharray: 0, 100;
    }
}

.wps-faq-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.wps-faq-item {
    margin: 10px 0;
}

.wps-faq-question-wrapper {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.wps-faq-question {
    display: inline-block;
    width: 90%;
    margin: 0;
    color: #161616;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.wps-collapse-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: inherit;
    transition: transform .4s ease-in-out;
}

.wps-collapse-icon-close {
    color: #cc3535;
    transform: rotate(45deg);
}

.wps-faq-answer {
    display: none;
    position: relative;
    height: auto;
    margin: 16px 0;
    overflow: hidden;
    line-height: 17px;
}

.wps-icon {
    width: 1em;
    height: 1em;
    user-select: none;
}

.wps-icon__arrow {
    stroke: currentColor;
    stroke-width: 1px;
    pointer-events: none;
    transform: rotate(90deg);
    transition: transform .25s;
}

.is-open .wps-icon__arrow {
    transform: rotate(270deg);
}

.hwt-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.hwt-backdrop {
    position: absolute;
    inset: 0 auto auto 0;
    overflow: hidden;
}

.hwt-highlights {
    width: auto;
    height: auto;
    overflow: hidden;
    color: transparent;
    text-align: left;
}

.hwt-input {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}

.hwt-content {
    padding: 6px 12px !important;
    border: 2px solid transparent;
    font: 17px/2 sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.hwt-content mark {
    padding: 0;
    background-color: #90dfc0;
    border-radius: var(--wps-radius-sm);
    box-shadow: 0 0 3px 0 #00000082;
    color: inherit;
}

ul.wps {
    list-style: inside;
}

.wps-list {
    padding: 0 20px;
    list-style: disc;
}

.wps-home {
    margin: 30px auto;
}

.wps-child:last-child {
    margin-bottom: 20px;
}

.wps-setting-header {
    margin-top: 2em;
}

wps-block {
    display: block;
    position: relative;
    width: 100%;
    margin: 1em auto 2em;
    padding: 1em;
    overflow: hidden;
    background: var(--wps-bg-white);
    border-radius: var(--wps-radius-md);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 16%);
}

.wps-hr {
    margin: 2em 0;
    border-top: none;
    border-bottom: 2px solid #66b2e8;
}

.wps-custom-action {
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 2em 0 1em;
}

.wps-highlighted {
    margin-top: 1em;
    padding: 1em;
    box-shadow: 0 0 2px 1px rgba(64, 64, 64, .75);
    font-size: 1.1em;
    font-weight: 700;
}

.wps-donation-wrap {
    display: block;
    max-width: 300px;
    margin: auto;
    padding: 20px;
    align-content: center;
    background: #5a5a5a;
    border-radius: var(--wps-radius-sm);
    box-shadow: 0 0 3px 0 #686868;
    color: #fff;
    text-align: center;
}

.wps-donation-title {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.wps-donation-name, .wps-donation-value {
    font-weight: 600;
}

.wps-donation-value {
    margin: 0;
}

.wps-donation-hr {
    width: 100%;
    height: 1px;
    margin: 22px 0 12px;
    background: #0a0a0a;
}

@media (min-width: 481px) {
    .wps-modalWrapper::before, .wps-modalWrapper::after {
        content: "";
        flex: 1 1 auto;
        width: 100%;
        margin: 0 auto;
        visibility: hidden;
        pointer-events: none;
    }

    .wps-modal {
        width: 25em;
        max-width: 90%;
        height: auto;
    }

    .wps-modal--medium {
        width: 60em;
        max-height: 70%;
    }

    .wps-modal__content {
        padding: 24px;
    }

    .wps-modal__title {
        font-size: 24px;
    }

    .wps-modal__header, .wps-modal__bottom {
        justify-content: end;
    }

    .wps-modal__header {
        text-align: left;
    }
}

@media (max-width: 1192px) {
    .wps-wrap-flex section.wps {
        flex: 0 0 100%;
        max-width: 100%;
    }

    aside.wps {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 782px) {
    #wpcontent {
        padding: 10px;
    }
}

.wps-wrap {
    color: #1d2327;
    font-size: 14px;
    line-height: 1.5;
}

.wps-wrap block.wps, .wps-wrap .wps-box, .wps-faq-item {
    border: 1px solid #d0d7de;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgb(16 24 40 / 6%);
}

.wps-wrap .wps-header {
    margin: -21px -21px 14px;
    width: calc(100% + 42px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 12px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--wps-main-dark);
    color: var(--wps-header-text);
    box-shadow: 0 8px 18px rgb(19 94 150 / 24%);
}

.wps-wrap .wps-header h1 {
    margin: 0;
    color: inherit;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
}

.wps-ar-tablist {
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-wrap: nowrap;
    height: auto;
    gap: 8px;
    padding: 12px 0 20px;
    border-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.wps-ar-tablist::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    transform: translateX(-50%);
    border-bottom: 3px solid #c9d2dc;
}

.wps-ar-tab {
    flex: 0 0 auto;
    min-height: 36px;
    margin: 0;
    padding: 9px 14px;
    border: 1px solid #c3c4c7;
    border-radius: 18px;
    background: #f6f7f7;
    color: #2c3338;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-transform: none;
}

.wps-ar-tab[aria-selected="true"] {
    background: var(--wps-tabs-bg-selected);
    border-color: var(--wps-tabs-bg-selected);
    color: var(--wps-tabs-text-selected);
}

.wps-ar-tabcontent {
    padding: 14px 0 4px;
}

.wps-options {
    display: grid;
    gap: 14px;
}

.wps-options .wps-row {
    position: relative;
    min-height: 58px;
    padding: 12px 8px;
    border-bottom: 0;
    user-select: none;
}

.wps-options .wps-row::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    transform: translateX(-50%);
    border-bottom: 1px solid #e3e7eb;
}

.wps-options .wps-row:hover {
    border-radius: 8px;
    box-shadow: none;
    background: #f9fafb;
}

.wps-options .wps-row:last-child::after {
    content: none;
}

.wps-options .wps-value {
    min-width: 280px;
    max-width: 620px;
}

.wps-wrap.wps .wps-ar-tabcontent .wps-options input.wps, .wps-wrap.wps .wps-ar-tabcontent .wps-options textarea.wps, .wps-wrap.wps .wps-ar-tabcontent .wps-options select.wps {
    min-height: 40px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #b8c2cc;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 1px rgb(16 24 40 / 4%);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.wps-wrap.wps .wps-ar-tabcontent .wps-options textarea.wps {
    min-height: 96px;
    resize: vertical;
}

.wps-wrap.wps .wps-ar-tabcontent .wps-options input.wps:focus, .wps-wrap.wps .wps-ar-tabcontent .wps-options textarea.wps:focus, .wps-wrap.wps .wps-ar-tabcontent .wps-options select.wps:focus {
    border-color: var(--wps-border-color);
    box-shadow: 0 0 0 3px rgb(34 113 177 / 16%);
    outline: none;
}

.wps-option-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #9fc0dd;
    background: #eaf4ff;
    color: #11446f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wps-option-info-icon:hover, .wps-option-info-icon:focus {
    border-color: #83aecd;
    background: #dcecff;
    color: #0d3f6b;
}

.wps-option-info-icon.is-active {
    background: var(--wps-tabs-bg-selected);
    border-color: var(--wps-tabs-bg-selected);
    color: #ffffff;
}

.wps-option-info {
    margin-top: 10px;
    padding: 13px 15px 13px 17px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8fcff, #edf5ff);
    box-shadow: inset 0 0 0 1px #cfe2f5, 0 6px 20px rgb(15 85 148 / 10%);
    color: #19384f;
    font-weight: 500;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
}

.wps-option-info::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg, #2271b1, #52a2e4);
}

.wps-custom-action.wps-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 12px;
    min-height: 56px;
    padding: 10px 6px 8px;
    border-bottom: 0;
}

.wps-custom-action.wps-row::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    transform: translateX(-50%);
    border-bottom: 1px solid #d0d7de;
}

.wps-wrap :is(.button, .wps-button, input.button, button.button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #c3c4c7;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: box-shadow 170ms ease, border-color 170ms ease, background-color 170ms ease, color 170ms ease;
}

.wps-wrap .button-primary {
    color: var(--wps-btn-info-text);
    border-color: var(--wps-btn-info-border);
    background: var(--wps-btn-info-bg);
    box-shadow: var(--wps-btn-info-shadow);
    min-height: 38px;
}

.wps-wrap .button-primary:hover,
.wps-wrap .button-primary:focus {
    border-color: var(--wps-btn-info-border-hover);
    background: var(--wps-btn-info-bg-hover);
    box-shadow: var(--wps-btn-info-shadow-hover);
}

.wps-wrap .button.button-link-delete {
    color: var(--wps-btn-danger-text);
    border-color: var(--wps-btn-danger-border);
    background: var(--wps-btn-danger-bg);
    box-shadow: var(--wps-btn-danger-shadow);
}

.wps-wrap :is(.button, .wps-button, input.button, button.button):is(:disabled, .disabled) {
    opacity: 0.62;
    cursor: not-allowed;
    pointer-events: none;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.wps-wrap .tablenav.top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
    margin: 0 0 14px;
    padding: 2px 0;
    height: unset;
}

.wps-wrap .tablenav.top .search-box, .wps-wrap .tablenav.top .actions, .wps-wrap .tablenav.top .tablenav-pages {
    float: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wps-wrap .tablenav.top * {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border-radius: 8px;
    vertical-align: middle;
}

.wps-faq-list {
    display: grid;
    gap: 12px;
}

.wps-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    width: 100%;
    border: 1px solid #d8e0e8;
    border-radius: 12px;
    background: linear-gradient(90deg, #f8fafc, #eef3f8);
    color: #1d2327;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 16px rgb(16 24 40 / 8%);
}

.wps-faq-answer {
    padding: 16px 18px 20px;
    background: #ffffff;
}

.wps-collapse-icon {
    position: static;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #2f7fbc, #145f99);
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 1040px) {
    .wps-wrap.wps .wps-ar-tabcontent .wps-options .wps-option, .wps-wrap.wps .wps-ar-tabcontent .wps-options .wps-value {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .wps-wrap .tablenav.top .tablenav-pages {
        margin-left: 0;
    }

    .wps-wrap .tablenav.top .search-box {
        margin-left: 0;
    }
}

@media (max-width: 782px) {
    .wps-wrap block.wps {
        padding: 15px;
    }

    .wps-wrap .wps-header {
        margin: -15px -15px 14px;
        width: calc(100% + 30px);
        padding: 14px 15px;
    }

    .wps-ar-tablist {
        gap: 6px;
        padding: 8px 0 16px;
    }

    .wps-ar-tab {
        min-height: 34px;
        padding: 8px 12px;
        font-size: 10px;
    }
}