.page3_pay__panel--input .page3_pay__form-fieldset,
.page3_pay__panel--bill  .page3_pay__form-fieldset {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
}
.p3field { margin-bottom: 1.25rem; }
.p3field__label {
    display: block; font-size: .875rem; font-weight: 600;
    color: #3a3f4b; margin-bottom: .45rem;
}
.page3_pay__form-fieldset label{
    font-size: 14px;
    margin: 0 0 5px 0;
}
.p3field__ctrl-wrap { position: relative; }
.p3field__ctrl-icon {
    position: absolute; left: .85rem; top: 50%; transform: translateY(-50%);
    color: #b0b7c3; pointer-events: none; font-size: .875rem;
}
.p3field__ctrl {
    display: block; width: 100%; padding: .625rem 1rem;
    font-size: .95rem; line-height: 1.5; color: #1a2332;
    background: #fff; border: 1.5px solid #d0d5dd; border-radius: 10px;
    transition: border-color .18s, box-shadow .18s;
    -webkit-appearance: none; appearance: none; outline: none;
}
.p3field__ctrl.has-icon { padding-left: 2.4rem; }
.p3field__ctrl:focus {
    border-color: #1DD0D5;
    box-shadow: 0 0 0 3px rgba(29, 208, 213, .18);
}
.p3field__ctrl::placeholder { color: #b0b7c3; font-size: .875rem; }
.p3field__hint {
    margin: .35rem 0 0; font-size: .8rem; color: #7a8394; line-height: 1.4;
}
select.p3field__ctrl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right .75rem center;
    background-size: 1.2em; padding-right: 2.5rem; cursor: pointer;
}

/* 無上傳圖時保留與鄰格相近之圖片區高度，避免版面塌陷 */
.partner-front__img-empty {
    min-height: 120px;
}

.fee-list__title {
    font-size: 1.25rem; font-weight: 700; color: #1a2332;
    margin: 0 0 1.25rem;
}
.fee-list {
    border: 1.5px solid #e2e6ed; border-radius: 12px; overflow: hidden;
}
.fee-list__item {
    border-bottom: 1px solid #e2e6ed;
}
.fee-list__item:last-child { border-bottom: 0; }
.fee-list__link {
    display: flex; align-items: center; gap: .75rem;
    padding: 1rem 1.25rem; text-decoration: none;
    color: #1a2332; background: #fff;
    transition: background .15s;
}
a.fee-list__link:hover { background: #f0fafa; }
.fee-list__item--disabled .fee-list__link {
    color: #aaa; background: #fafafa; cursor: default;
}
.fee-list__name { font-size: .975rem; font-weight: 500; flex: 1; }
.fee-list__org  { font-size: .825rem; color: #7a8394; }
.fee-list__badge {
    font-size: .75rem; padding: .15rem .55rem; border-radius: 20px;
    font-weight: 600; white-space: nowrap;
}
.fee-list__badge--expired { background: #fff0f0; color: #d32f2f; }
.fee-list__badge--off     { background: #f3f3f3; color: #888; }
.fee-list__arrow { color: #b0b7c3; margin-left: auto; font-size: .8rem; }
.fee-list__item--disabled .fee-list__arrow { display: none; }

.fee-list__search-wrap {
    position: relative;
    max-width: 400px;
    margin: 0 auto 1.25rem;
}
.fee-list__search-icon {
    position: absolute;
    left: .85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}
.fee-list__search {
    width: 100%;
    padding: .55rem .85rem .55rem 2.4rem;
    border: 1px solid #cce8e8;
    border-radius: 8px;
    font-size: .95rem;
    outline: none;
    transition: border-color .2s;
}
.fee-list__search:focus {
    border-color: #1DD0D5;
    box-shadow: 0 0 0 3px rgba(29,208,213,.15);
}

.index_s1-panel .index_s1-panel__alert{
    position: absolute;
    top: 155px;
    left: 205px;
}

.index_s1-panel.active_top .index_s1-panel__alert{
    display: none;
}

/* Global page loading overlay */
.page-loading {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loading__spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.page-loading__text {
    font-size: 1.2rem;
    color: #fff;
}

.privacy-wrap { max-width: 860px; margin: 0 auto; }
.privacy-wrap h2 { font-size: 1.15rem; font-weight: 700; color: #1a2332; border-left: 4px solid #1DD0D5; padding-left: 12px; margin: 2rem 0 .75rem; }
.privacy-wrap p { color: #3a4455; line-height: 1.9; margin-bottom: .75rem; font-size: .97rem; }
.privacy-wrap ul { padding-left: 1.2rem; margin-bottom: .75rem; }
.privacy-wrap ul li { color: #3a4455; line-height: 1.9; font-size: .97rem; margin-bottom: .4rem; }
.privacy-wrap ul li strong { color: #1a2332; }
.privacy-wrap .page-lead { font-size: 1rem; line-height: 1.9; color: #3a4455; margin-bottom: 0; }
.privacy-wrap .contact-box { background: #f4f8f9; border: 1px solid #d0edf0; border-radius: 8px; padding: 16px 20px; margin-top: .5rem; color: #3a4455; font-size: .97rem; }

.page3_pay__notice{
    padding-top: 15px;
    border-top: 1px solid #c0c0c0;
}
.page3_pay__notice .notice_title{
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #999;
    width: 110px;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    color: #FFF;
}

.page3_body2.text-left p{
    text-align: left;
}

@media (max-width: 767px) {
    .index_s1-panel .index_s1-panel__alert{
        top: 275px;
        left: 120px;
    }
}