.seller-information-page .page-content {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

.seller-info-intro {
    margin: 4px 18px 17px;
}

.seller-info-intro h1 {
    margin: 0 0 5px;
    color: #172235;
    font-size: 25px;
    line-height: 1.15;
}

.seller-info-intro p {
    margin: 0;
    color: #69717d;
    font-size: 12px;
    line-height: 1.45;
}

.seller-info-nav {
    margin-bottom: 18px;
    padding: 14px 15px 15px;
}

.seller-info-nav label {
    display: block;
    margin-bottom: 9px;
}

.seller-info-nav label span {
    display: block;
    color: #263246;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.seller-info-nav label small {
    display: block;
    margin-top: 2px;
    color: #7a828d;
    font-size: 10px;
    line-height: 1.3;
}

.seller-info-select-wrap {
    position: relative;
}

.seller-info-select-wrap select {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 12px;
    border: 1px solid #dfe3e8;
    border-radius: 9px;
    appearance: none;
    background: #f7f8fa;
    color: #303b4c;
    font-size: 12px;
    font-weight: 600;
}

.seller-info-select-wrap select:focus {
    border-color: #f05505;
    outline: 2px solid rgba(240, 85, 5, .12);
}

.seller-info-select-wrap i {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #f05505;
    font-size: 11px;
    pointer-events: none;
}

.seller-info-section {
    overflow: hidden;
    margin: 0 15px 20px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(30, 37, 46, .06);
    scroll-margin-top: calc(var(--ub-header-height) + 10px);
}

.seller-info-section .content {
    margin: 0;
}

.seller-info-section-heading {
    margin: 0 15px;
    padding: 15px 0 10px;
    border-bottom: 2px solid #f05505;
}

.seller-info-section-heading h2 {
    margin: 0;
    color: #f05505;
    font-size: 17px;
    line-height: 1.25;
}

.seller-info-item {
    margin: 0;
    border-bottom: 1px solid #eceff2;
}

.seller-info-item:last-child {
    border-bottom: 0;
}

.seller-info-question {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 43px 14px 15px;
    color: #263246;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
}

.seller-info-question::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #f05505;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    transition: transform 180ms ease;
}

.seller-info-item[open] .seller-info-question::after {
    transform: translateY(-50%) rotate(180deg);
}

.seller-info-item[open] .seller-info-question {
    color: #f05505;
}

.seller-info-answer {
    padding: 0 15px 16px;
    color: #596371;
    font-size: 12px;
    line-height: 1.6;
}

.seller-info-answer p {
    margin: 0 0 11px;
    color: inherit;
}

.seller-info-answer p:last-child,
.seller-info-answer ul:last-child,
.seller-info-answer ol:last-child {
    margin-bottom: 0;
}

.seller-info-answer h3 {
    margin: 14px 0 6px;
    color: #303b4c;
    font-size: 12px;
    line-height: 1.35;
}

.seller-info-answer ul,
.seller-info-answer ol {
    margin: 0 0 12px;
    padding-left: 19px;
}

.seller-info-answer li {
    margin-bottom: 5px;
}

.seller-info-answer li::marker {
    color: #f05505;
}

.seller-info-answer a {
    color: #f05505;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.seller-info-table-wrap {
    overflow-x: auto;
    margin: 11px 0 13px;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
}

.seller-info-table {
    width: 100%;
    min-width: 260px;
    margin: 0;
    border-collapse: collapse;
    font-size: 11px;
}

.seller-info-table th,
.seller-info-table td {
    padding: 8px 9px;
    border-bottom: 1px solid #edf0f3;
    text-align: left;
}

.seller-info-table th {
    background: #fff5ef;
    color: #d94b04;
}

.seller-info-table tr:last-child td {
    border-bottom: 0;
}

.seller-info-help .content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 16px;
}

.seller-info-help-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f05505;
    color: #fff;
}

.seller-info-help h2 {
    margin: 0 0 2px;
    font-size: 15px;
}

.seller-info-help p {
    margin: 0 0 8px;
    color: #69717d;
    font-size: 11px;
    line-height: 1.4;
}

.seller-info-help-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.seller-info-help-links a {
    color: #f05505;
    font-size: 11px;
    font-weight: 700;
}

.theme-dark .seller-info-intro h1,
.theme-dark .seller-info-nav label span,
.theme-dark .seller-info-question,
.theme-dark .seller-info-help h2 {
    color: #fff;
}

.theme-dark .seller-info-section,
.theme-dark .seller-info-nav,
.theme-dark .seller-info-help {
    background: #25272b;
}

.theme-dark .seller-info-item,
.theme-dark .seller-info-select-wrap select {
    border-color: #393c42;
}

.theme-dark .seller-info-select-wrap select {
    background: #303238;
    color: #fff;
}

.theme-dark .seller-info-answer,
.theme-dark .seller-info-intro p,
.theme-dark .seller-info-help p {
    color: #c5c9cf;
}
