/*最新消息 圖片版*/
.story-page .section_story_items {
    color: #999;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    border-radius: 0.25rem;
    overflow: hidden;
}
/* 
.story-page .section_story_items .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .section_story_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.story-page .section_story_items .word-item {
    padding: 0 15px 15px;
}

.story-page .section_story_items .word-item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.story-page .section_story_items:hover {
    color: #000;
}

.story-page .section_story_items:hover .img-item:before {
    background: rgba(0, 0, 0, 0);
}

.story-page .story-section03 {
    padding-top: 50px;
    margin-bottom: 50px;
} */

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
    margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
    border-radius: 50%;
    overflow: hidden;
}

.story-page .story-section03 .share-list {
    text-align: center;
}

.story-page .story-section03 .share-list li {
    margin-bottom: .5rem;
}

.story-page .story-section03 .share-list li a {
    display: block;
    font-size: initial;
    line-height: 0;
}

.story-page .story-section03 .share-list li a i {
    font-size: 32px;
    color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
}
/* 
.newsimg {
    margin-bottom: 50px;
}

.newsimg .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsimg .nav-tabs .nav-link {
    text-align: center;
    font-size: 18px;
    padding: 0;
    color: #a0a0a0;
    padding: 5px 30px;
    border-color: #fff;
    border-radius: 0;
    border-right: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
    .newsimg .nav-tabs .nav-link {
        padding: 5px 10px;
    }
}

.newsimg .nav-tabs .nav-link:last-child {
    border: none;
}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover {
    color: #333;
}

.newsimg .tab-pane {
    counter-reset: num;
}

.newsimg .tab-pane .number-title {
    padding: 15px 10px;
}

.newsimg .tab-pane .number-title:before {
    counter-increment: num;
    content: counter(num);
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bolder;
    background: #d1bd9b;
    color: #fff;
}

.newsimg .tm_shadow_tab {
    margin-top: 20px;
    text-align: center;
}

.newsimg .tm_shadow_tab .nav-tabs {
    border: 0;
    align-items: center;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a {
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
    border-color: transparent;
    position: relative;
    font-weight: bold;
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #0d9ee7;
    position: absolute;
    bottom: 0;
    left: 15px;
}

@media all and (max-width: 992px) {

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
        background-color: #ddd;
    }

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
        display: none;
    }
}

.newsimg .tm_shadow_tab .tab-content {
    position: relative;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    background: #eee;
    width: 100%;
    line-height: 1em;
    padding: 16px 0;
    color: #333;
    border: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        width: 70%;
        font-size: 20px;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown button:focus {
        outline: 0px;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
    border-top: 9px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    color: #777;
    right: 12%;
    margin-top: 4px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
        right: 20%;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    top: 0px;
    text-align: center;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        width: 70%;
        left: 15%;
        font-size: 20px;
        display: none;
        padding: 0px;
        box-shadow: 0 0 1px 1px #ddd;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
        display: block;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link {
        padding: 12px 0px;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link.active {
        background-color: #ddd;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li {
    display: block;
    width: 100%;
    clear: both;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li:hover {
    background: #ddd;
    color: #fff;
}

.newsimg .tm_shadow_tab .dropdown-toggle::after {
    display: none;
} */

/*最新消息 圖片版*/

/* 商品輪播放影片*/
.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 商品輪播放影片*/

/* --------------------------------------------------------------------------
   會員土地相關頁（上傳 / 爭議）— Notion / Linear 極簡風
   -------------------------------------------------------------------------- */
.land-upload-page,
.land-dispute-page,
.land-my-uploads-page {
    --lu-bg: #f7f6f3;
    --lu-surface: #ffffff;
    --lu-text: #2f2f2b;
    --lu-text-muted: #8a8884;
    --lu-text-soft: #6f6e6a;
    --lu-border: rgba(15, 15, 15, 0.06);
    --lu-input-bg: #f3f2ef;
    --lu-accent: #5a5a56;
    --lu-accent-soft: #ebeae6;
    --lu-danger: #c45c5c;
    --lu-danger-bg: #fdf6f6;
    --lu-radius: 1.25rem;
    --lu-radius-sm: 0.75rem;
    --lu-shadow: 0 1px 2px rgba(15, 15, 15, 0.04), 0 8px 24px rgba(15, 15, 15, 0.04);
    --lu-transition: 0.2s ease;
    font-family: inherit;
    color: var(--lu-text);
}

.land-upload-page__header {
    margin-bottom: 2rem;
}

.land-upload-page__title {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    color: var(--lu-text);
}

.land-upload-page__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--lu-text-soft);
    max-width: 36rem;
}

.land-upload-page__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    color: var(--lu-text-soft);
    background: var(--lu-surface);
    border: 1px solid var(--lu-border);
    border-radius: 999px;
}

.land-upload-page__reward {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    color: var(--lu-text-muted);
}

.land-upload-page__soon {
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    color: var(--lu-text-muted);
    background: var(--lu-surface);
    border: 1px dashed var(--lu-border);
    border-radius: var(--lu-radius-sm);
}

.land-upload-page__alert {
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--lu-danger);
    background: var(--lu-danger-bg);
    border-radius: var(--lu-radius-sm);
    border: none;
}

.land-upload-wizard__shell {
    background: var(--lu-surface);
    border-radius: var(--lu-radius);
    box-shadow: var(--lu-shadow);
    border: 1px solid var(--lu-border);
    padding: 1.75rem 1.75rem 1.5rem;
    transition: box-shadow var(--lu-transition);
}

@media (hover: hover) {
    .land-upload-wizard__shell:hover {
        box-shadow: 0 1px 2px rgba(15, 15, 15, 0.05), 0 12px 32px rgba(15, 15, 15, 0.06);
    }
}

.land-upload-wizard__error {
    display: none;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--lu-danger);
    background: var(--lu-danger-bg);
    border-radius: var(--lu-radius-sm);
}

.land-upload-wizard__body {
    min-height: 12rem;
}

/* 步驟進度 */
.land-upload-progress {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.land-upload-progress::-webkit-scrollbar {
    display: none;
}

.land-upload-progress-item {
    flex: 1 1 0;
    min-width: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.35rem;
    opacity: 0.4;
    transition: opacity var(--lu-transition);
    position: relative;
    cursor: default;
}

.land-upload-progress-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0.95rem;
    left: calc(50% + 1rem);
    width: calc(100% - 2rem);
    height: 1px;
    background: var(--lu-border);
    z-index: 0;
}

.land-upload-progress-item.is-done::after,
.land-upload-progress-item.active::after {
    background: var(--lu-accent-soft);
}

.land-upload-progress-item.active,
.land-upload-progress-item.is-done {
    opacity: 1;
}

.land-upload-progress-num {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--lu-text-muted);
    background: var(--lu-input-bg);
    border-radius: 50%;
    transition: background var(--lu-transition), color var(--lu-transition), transform var(--lu-transition);
}

.land-upload-progress-item.active .land-upload-progress-num {
    color: #fff;
    background: var(--lu-accent);
}

.land-upload-progress-item.is-done .land-upload-progress-num {
    color: var(--lu-text);
    background: var(--lu-accent-soft);
}

.land-upload-progress-label {
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--lu-text-muted);
    text-align: center;
    line-height: 1.35;
    white-space: nowrap;
}

.land-upload-progress-item.active .land-upload-progress-label {
    color: var(--lu-text);
    font-weight: 600;
}

/* 步驟內容 */
.upload-step.land-upload-step {
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.land-upload-step__head {
    margin-bottom: 1.75rem;
}

.land-upload-step__title {
    margin: 0 0 0.35rem;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--lu-text);
}

.land-upload-step__hint {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--lu-text-muted);
}

.land-upload-step__fields {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.land-upload-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1rem;
}

.land-upload-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.land-upload-field__label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--lu-text-soft);
    margin: 0;
}

.land-upload-field__label .lu-required {
    color: var(--lu-text-muted);
    font-weight: 400;
}

.land-upload-field__input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--lu-text);
    background: var(--lu-input-bg);
    border: 1px solid transparent;
    border-radius: var(--lu-radius-sm);
    transition: background var(--lu-transition), border-color var(--lu-transition), box-shadow var(--lu-transition);
    appearance: none;
    box-shadow: none;
}

.land-upload-field__input:hover {
    background: #eeede9;
}

.land-upload-field__input:focus {
    outline: none;
    background: var(--lu-surface);
    border-color: rgba(15, 15, 15, 0.12);
    box-shadow: 0 0 0 3px rgba(15, 15, 15, 0.04);
}

.land-upload-field__input.is-invalid {
    border-color: rgba(196, 92, 92, 0.45);
    background: var(--lu-danger-bg);
}

.land-upload-field__input--textarea {
    min-height: 6.5rem;
    resize: vertical;
}

select.land-upload-field__input {
    padding-right: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238a8884' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    cursor: pointer;
}

.lu-landowner-row {
    margin-top: 1rem;
    padding: 1rem 1.125rem;
    border: 1px solid var(--lu-border);
    border-radius: var(--lu-radius-sm);
    background: var(--lu-bg);
}

.lu-landowner-row__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

.lu-landowner-row__title {
    font-size: 0.9375rem;
    font-weight: 600;
}

#lu-btn-add-landowner {
    margin-top: 0.75rem;
}

.lu-data-source-field {
    margin-top: 0.25rem;
}

.lu-data-source-question {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lu-text);
}

.lu-data-source-lead {
    margin: 0 0 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--lu-text-soft);
}

.lu-data-source-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 520px) {
    .lu-data-source-options {
        grid-template-columns: 1fr;
    }
}

.lu-data-source-option {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 1rem 1.125rem;
    font-size: 0.9375rem;
    color: var(--lu-text);
    background: var(--lu-input-bg);
    border: 2px solid var(--lu-border);
    border-radius: var(--lu-radius-sm);
    cursor: pointer;
    transition: border-color var(--lu-transition), background var(--lu-transition), box-shadow var(--lu-transition);
}

.lu-data-source-option:hover {
    border-color: rgba(15, 15, 15, 0.12);
}

.lu-data-source-option:has(.lu-data-source-input:checked) {
    background: var(--lu-surface);
    border-color: var(--lu-accent);
    box-shadow: 0 0 0 1px var(--lu-accent);
}

.lu-data-source-input {
    flex-shrink: 0;
    margin-top: 0.2rem;
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--lu-accent);
}

.lu-data-source-option__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.lu-data-source-option__title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
}

.lu-data-source-option__hint {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--lu-text-soft);
}

.lu-data-source-option:has(.lu-data-source-input.is-invalid) {
    border-color: var(--lu-danger);
}

/* 確認頁 */
.land-upload-review {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--lu-border);
    border-radius: var(--lu-radius-sm);
    overflow: hidden;
    background: var(--lu-bg);
}

.land-upload-review__row {
    display: grid;
    grid-template-columns: minmax(7rem, 32%) 1fr;
    gap: 0.75rem 1rem;
    padding: 0.85rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.55;
    border-bottom: 1px solid var(--lu-border);
}

.land-upload-review__row:last-child {
    border-bottom: none;
}

.land-upload-review__key {
    color: var(--lu-text-muted);
    font-weight: 500;
}

.land-upload-review__val {
    color: var(--lu-text);
    word-break: break-word;
}

/* 底部操作 */
.land-upload-wizard__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lu-border);
}

.land-upload-wizard__footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.land-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    border-radius: var(--lu-radius-sm);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background var(--lu-transition), color var(--lu-transition), opacity var(--lu-transition), transform 0.15s ease;
}

.land-upload-btn:active {
    transform: scale(0.98);
}

.land-upload-btn--ghost {
    color: var(--lu-text-soft);
    background: transparent;
}

@media (hover: hover) {
    .land-upload-btn--ghost:hover {
        color: var(--lu-text);
        background: var(--lu-input-bg);
    }
}

.land-upload-btn--secondary {
    color: var(--lu-text);
    background: var(--lu-input-bg);
}

@media (hover: hover) {
    .land-upload-btn--secondary:hover {
        background: var(--lu-accent-soft);
    }
}

.land-upload-btn--primary {
    color: #fff;
    background: var(--lu-accent);
}

@media (hover: hover) {
    .land-upload-btn--primary:hover {
        background: #4a4a46;
    }
}

.land-upload-btn--link {
    min-height: auto;
    padding: 0.5rem 0.75rem;
    color: var(--lu-text-muted);
    background: transparent;
}

@media (hover: hover) {
    .land-upload-btn--link:hover {
        color: var(--lu-text);
    }
}

@media (max-width: 767.98px) {
    .land-upload-wizard__shell {
        padding: 1.25rem 1rem 1rem;
        border-radius: 1rem;
    }

    .land-upload-field-grid {
        grid-template-columns: 1fr;
    }

    .land-upload-progress-label {
        font-size: 0.625rem;
    }

    .land-upload-review__row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .land-upload-wizard__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .land-upload-wizard__footer-actions {
        width: 100%;
    }

    .land-upload-wizard__footer-actions .land-upload-btn {
        flex: 1 1 auto;
    }
}

/* 共用卡片（爭議申請等單頁表單） */
.land-member-card {
    background: var(--lu-surface);
    border-radius: var(--lu-radius);
    box-shadow: var(--lu-shadow);
    border: 1px solid var(--lu-border);
    padding: 1.75rem 1.75rem 1.5rem;
    transition: box-shadow var(--lu-transition);
}

@media (hover: hover) {
    .land-member-card:hover {
        box-shadow: 0 1px 2px rgba(15, 15, 15, 0.05), 0 12px 32px rgba(15, 15, 15, 0.06);
    }
}

.land-member-card + .land-member-card {
    margin-top: 2rem;
}

.land-member-card__head {
    margin-bottom: 1.5rem;
}

.land-member-card__title {
    margin: 0 0 0.35rem;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--lu-text);
}

.land-member-card__hint {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--lu-text-muted);
}

.land-member-notice {
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #4a6b52;
    background: #f4f8f5;
    border-radius: var(--lu-radius-sm);
    border: none;
}

.land-member-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lu-border);
}

/* 爭議申請紀錄列表 */
.land-dispute-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.land-dispute-list__item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 0.75rem 1.25rem;
    align-items: center;
    padding: 1rem 1.125rem;
    background: var(--lu-bg);
    border-radius: var(--lu-radius-sm);
    border: 1px solid var(--lu-border);
    font-size: 0.875rem;
    transition: background var(--lu-transition);
}

@media (hover: hover) {
    .land-dispute-list__item:hover {
        background: var(--lu-input-bg);
    }
}

.land-dispute-list__land {
    font-weight: 500;
    color: var(--lu-text);
    word-break: break-all;
}

.land-dispute-list__date {
    color: var(--lu-text-muted);
    white-space: nowrap;
}

.land-dispute-status {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 999px;
    white-space: nowrap;
}

.land-dispute-status--pending {
    color: var(--lu-text-soft);
    background: var(--lu-accent-soft);
}

.land-dispute-status--verified {
    color: #4a6b52;
    background: #eef5f0;
}

.land-dispute-status--rejected {
    color: var(--lu-danger);
    background: var(--lu-danger-bg);
}

.land-dispute-list__empty,
.land-upload-list__empty {
    padding: 2.5rem 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--lu-text-muted);
    background: var(--lu-bg);
    border-radius: var(--lu-radius-sm);
    border: 1px dashed var(--lu-border);
}

.land-my-uploads-page__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* 我的上傳紀錄列表 */
.land-upload-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.land-upload-list__item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 0.5rem 1.25rem;
    align-items: center;
    padding: 1.125rem 1.25rem;
    background: var(--lu-bg);
    border-radius: var(--lu-radius-sm);
    border: 1px solid var(--lu-border);
    transition: background var(--lu-transition);
}

@media (hover: hover) {
    .land-upload-list__item:hover {
        background: var(--lu-input-bg);
    }
}

.land-upload-list__main {
    min-width: 0;
}

.land-upload-list__title {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--lu-text);
    margin-bottom: 0.35rem;
    line-height: 1.4;
}

.land-upload-list__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.75rem;
    color: var(--lu-text-muted);
    line-height: 1.45;
}

.land-upload-list__meta-sep {
    opacity: 0.5;
}

.land-upload-list__audit,
.land-upload-list__land {
    word-break: break-all;
}

.land-upload-list__date {
    font-size: 0.8125rem;
    color: var(--lu-text-muted);
    white-space: nowrap;
}

.land-upload-status {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 999px;
    white-space: nowrap;
}

.land-upload-status--pending {
    color: var(--lu-text-soft);
    background: var(--lu-accent-soft);
}

.land-upload-status--approved {
    color: #4a6b52;
    background: #eef5f0;
}

.land-upload-status--rejected {
    color: var(--lu-danger);
    background: var(--lu-danger-bg);
}

.land-upload-status--offline {
    color: #8a6b4a;
    background: #f8f5ef;
}

@media (max-width: 767.98px) {
    .land-member-card {
        padding: 1.25rem 1rem 1rem;
        border-radius: 1rem;
    }

    .land-dispute-list__item,
    .land-upload-list__item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .land-dispute-list__date,
    .land-upload-list__date {
        font-size: 0.8125rem;
    }

    .land-my-uploads-page__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .land-my-uploads-page__toolbar .land-upload-btn {
        width: 100%;
        justify-content: center;
    }
}

/* 
.MyFollow .fas.fa-heart {
    color: red !important;
}

.gray-btn {
    border: medium none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
    background: #ddd;
    color: #737373;
}

.gray-btn:hover {
    background: #e76667;
    color: #fff;
}

.MyFollow .fas.fa-heart {
    color: red !important;
}

[data-bk-link] {
    cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}

.custom-onepage-header .top-icon {
    padding: 0;
}

.third_login_text {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.third_login_text .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #ccc;
}

.third_login_text .txt {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.third_login .third_login_btn {
    width: 50%;
    margin: auto;
    text-align: center;
}

.third_login .fb-login {
    margin: auto;
    text-align: center;
}

.third_login .fb-login img {
    width: 73%;
}

.third_login .google-login img {
    width: 100%;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity i {
    margin: 0 5px;
    border: 10px solid transparent;
    background-clip: padding-box;
}

.total-detail-modal .modal-dialog {
    top: 45%;
    transform: translateY(-50%) !important;
}

.product-addon-list{
    display: none;
}

.discountcode-info .info{
    display: none;
    background: #9bd7e7;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}

.discountcode-info .info.error{
  color: red;
}

@media only screen and (min-width: 991px) {
    .header .custom-onepage-header .logo img {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .btn-item .btn-fav:hover i {
        color: #777;
    }

} */

.service-search-size-range { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 6px 8px; }
.service-search-size-range__sub { display: block; font-size: 12px; font-weight: normal; margin-bottom: 4px; color: #666; }
.service-search-size-range__sep { padding-bottom: 8px; color: #666; }
.service-search-size-range__field--min .service-search-size-range__input { width: 5.5em; max-width: 100%; }
.service-search-size-range__field--max .service-search-size-range__input--max { width: 8.5em; max-width: 100%; }
.service-search-size-range__error { display: none; width: 100%; }
.index_s1-item--land-size-range { min-width: 200px; }