.right-floating-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.m-custom {
    margin: 5px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px;
    min-height: 50px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 50px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 24px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 10px !important;
    right: 5px !important;
    width: 20px !important;
}
.cutom-float-btn {
    position: absolute;
    right: 5px;
}
.select2-dropdown {
    z-index: 99 !important;
}
.edit-float-right {
    position: static;
}

.modal-open {
    overflow: hidden;
}

#imageCropper,
#croppie-demo {
    z-index: 1050; /* Adjust this value as needed */
}

.swal2-popup {
    font-size: 1.5rem !important;
}
.datepicker .dow {
    font-size: 12px !important;
}
.datepicker-main {
    width: 320px;
}

.datepicker-controls .view-switch {
    flex: auto;
    padding: 10px;
}
.datepicker span {
    -webkit-touch-callout: none;
    align-items: center;
    border-radius: 0.25rem;
    cursor: default;
    font-size: 18px;
    width: 45px;
    padding: 20px;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
select option,
select {
    text-transform: capitalize;
}
.gallery-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    width: 100%;
    display: block;
}
.square-image {
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar .widget ul.latest-films-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 10px;
    overflow: visible;
    width: 100%;
}
.sidebar .widget ul.latest-films-list li {
    float: none;
    margin: 0;
}
.sidebar .widget ul.latest-films-list li a {
    display: block;
    max-width: none;
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
}
.sidebar .widget ul.latest-films-list li a img.latest-film-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.sidebar .widget ul.latest-films-list .latest-films-empty {
    grid-column: 1 / -1;
    color: #777777;
    font-size: 13px;
    line-height: 1.4;
}

a.filmprofile-img.d-view {
    height: 320px;
    width: 220px;
    display: block;
}

a.filmprofile-img.d-view img {
    height: 100%;
    width: 100%;
}

.imageThumb {
    width: 60px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}
.pip,
.edit-pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}

.newsletter-message {
    clear: both;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
}

.newsletter-recaptcha-wrap {
    clear: both;
    margin-top: 10px;
}

.newsletter-message.is-success {
    color: #dff6dd;
}

.newsletter-message.is-error {
    color: #ffd1d1;
}

/* Google Social Login Button */
.google-auth-wrap {
    display: flex;
    justify-content: center;
}

/* .google-auth-form {
        margin-bottom: 20px;
    } */

.google-auth-form .form-group:before,
.google-auth-form .form-group:after {
    content: " ";
    display: table;
}

.google-auth-form .form-group:after {
    clear: both;
}

.google-auth-form + .register-form {
    clear: both;
    margin-top: 45px;
}

.google-auth-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: #333333;
    font-family: "Lato-Regular", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.google-auth-divider:before,
.google-auth-divider:after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #333333;
}

.google-auth-divider span {
    padding: 0 15px;
}

.btn-google {
    width: 100%;
    max-width: 320px;
    min-height: 48px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    background-color: #ffffff;
    color: #3c4043;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.16);
    text-decoration: none;
    white-space: normal;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-google .google-auth-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.btn-google .google-auth-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.btn-google .google-auth-text {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-google .chines {
    display: block;
    font-size: 17px;
    line-height: 19px;
    color: #3c4043;
    margin-bottom: 2px;
}

.btn-google .eng_wrd {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #5f6368;
    font-family: "Lato-Black";
    text-transform: uppercase;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #f8fafd;
    border-color: #c8d4e5;
    color: #3c4043;
    box-shadow: 0 2px 4px rgba(60, 64, 67, 0.2);
    text-decoration: none;
}

.btn-google:hover .chines,
.btn-google:hover .eng_wrd,
.btn-google:focus .chines,
.btn-google:focus .eng_wrd {
    color: #3c4043;
}

.btn-google:focus,
.btn-google:active:focus,
.btn-google.active:focus,
.btn-google.focus,
.btn-google:active.focus,
.btn-google.active.focus {
    outline: 2px solid #4285f4;
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .btn-google {
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .btn-google .chines {
        font-size: 16px;
    }
}

/* Film profile: "Rate" trigger + Rate This / review-form modals */
.your-rate-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    background: #5b5957;
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 5px 11px;
    margin-bottom: 2px;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}
.your-rate-trigger .fa-star,
.your-rate-trigger .fa-star-o {
    color: #f49a16;
    font-size: 24px;
    transition: color 0.15s ease;
}
.your-rate-trigger .fa-star[data-rated="rated"] {
    color: #ffba00;
}
.your-rate-trigger:hover .fa-star,
.your-rate-trigger:hover .fa-star-o {
    color: #ffba00;
}
.your-rate-trigger:hover,
.your-rate-trigger:focus {
    border-color: rgba(135, 119, 86, 0.35);
    text-decoration: none;
}
.your-rate-trigger .your-rate-label,
.your-rate-trigger .your-rate-value {
    color: #cccccc;
    font-family: "Lato-Bold", sans-serif;
    font-size: 16px;
}
.your-rate-trigger .your-rate-value small {
    font-size: 12px;
    margin-left: 2px;
}
/* Film profile "MY RATING" box (logged-in, already rated): distinct fill and
   text colors from the plain "Rate" call-to-action pill above. */
.filmprofile-info .your-rate-trigger.is-rated {
    background: #5b5957;
}
.filmprofile-info .your-rate-trigger.is-rated .your-rate-num {
    color: #f49a16;
}
.filmprofile-info .your-rate-trigger.is-rated .your-rate-value small {
    color: #cccccc;
}

.rate-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 24px;
}
.rate-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.rate-modal-box {
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 6px;
}
.rate-quick-box {
    background: #1a1a1a;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding: 40px 30px;
    text-align: center;
}
.rate-quick-meter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 31px;
}
.rate-quick-meter .fa {
    transition:
        color 0.15s ease,
        transform 0.15s ease;
}
.rate-quick-meter .fa[data-rated="rated"] {
    color: #ffba00;
    text-shadow: 0 0 12px rgba(255, 186, 0, 0.22);
}
.rate-modal-label {
    color: #c8a96e;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 6px;
    font-family: "Lato-Regular", sans-serif;
}
.rate-modal-label span.chines.m-y-imp.Microsoft-YaHei-Regular {
    color: lightgray;
}
.rate-modal-film-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
}
.rate-modal-film-title .rate-modal-film-title-en {
    display: block;
    font-size: 13px;
    color: #c8a96e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.rate-number-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 460px;
    margin: 0 auto 14px;
}
.rate-number-choice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(200, 169, 110, 0.45);
    border-radius: 50%;
    color: #d7c7a4;
    cursor: pointer;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    line-height: 1;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease;
}
.rate-number-choice:hover,
.rate-number-choice:focus,
.rate-number-choice.is-active {
    background: #c8a96e;
    border-color: #c8a96e;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    color: #1a1a1a;
    /* transform: translateY(-2px); */
}
/* .rate-number-choice:focus {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 2px;
} */
.rate-number-choice.is-selected {
    background: #ffba00;
    border-color: #ffba00;
    box-shadow: 0 0 0 2px rgba(255, 186, 0, 0.16);
    color: #111111;
}
.rate-quick-copy {
    min-height: 52px;
    margin-bottom: 18px;
}
.rate-quick-copy .rate-copy-chinese {
    color: #d7c7a4;
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 3px;
}
.rate-quick-copy .rate-copy-english {
    color: #d7c7a4;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}
.rate-quick-copy:not(.has-copy) {
    visibility: hidden;
}
.rate-quick-meter .fa-star-half-o {
    color: #ffba00;
}
.btn-rate-quick-submit {
    background: #c8a96e;
    color: #1a1a1a;
    border: none;
    border-radius: 40px;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.btn-rate-quick-submit:disabled {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}
.review-detail-box {
    background: #fff;
    color: #333;
    width: 100%;
    max-width: 760px;
    padding: 40px 30px;
}
.review-detail-title {
    text-align: center;
    margin-bottom: 20px;
}
.review-detail-title .eng_wrd {
    display: block;
    font-size: 13px;
    color: #877756;
    text-transform: uppercase;
    margin-top: 4px;
}
.rate-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.rate-quick-box .rate-modal-close {
    color: rgba(255, 255, 255, 0.6);
}
.rate-quick-box .rate-modal-close:hover {
    color: #fff;
}
.review-detail-box .rate-modal-close {
    color: #999999;
}
.review-detail-box .rate-modal-close:hover {
    color: #333333;
}
/* Review detail modal: "DESCRIPTION" / "AWARD F.Y.C." field labels - left
   align (instead of the form-horizontal default right align) and always
   show the English text on its own line below the Chinese text, regardless
   of how the label column happens to wrap at a given width. */
#description-choice-field > .control-label,
#award-fyc-choice-field > .control-label {
    text-align: left;
}
.form-horizontal .control-label {
    text-align: left;
}
#description-choice-field > .control-label .eng_wrd,
#award-fyc-choice-field > .control-label .eng_wrd {
    display: block;
}
span.chines.m-y-imp.Microsoft-YaHei-Regular.post-review-label {
    display: block;
}

@media (max-width: 767px) {
    .rate-modal-overlay {
        padding: 0;
    }

    .rate-quick-box,
    .review-detail-box {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rate-number-grid {
        max-width: 100%;
        justify-content: space-between;
    }

    /* .rate-modal-box has overflow-y: auto for the scrollable form, which
       made the absolutely-positioned close button scroll away with the
       content. Pin it to the viewport corner so it stays reachable. */
    .rate-modal-close {
        position: fixed;
        top: 14px;
        right: 14px;
        z-index: 100000;
    }
}
@media (max-width: 480px) {
    .rate-quick-box,
    .review-detail-box {
        padding: 30px 18px;
    }

    #rating-field > .control-label,
    #rating-field > div[class*="col-"] {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
    }

    #rating-field .rating-container.rating-sm {
        font-size: 18px;
    }

    .rate-quick-meter {
        font-size: 24px;
    }

    .rate-number-grid {
        gap: 4px;
    }

    .rate-number-choice {
        min-width: 32px;
        min-height: 32px;
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .rate-number-grid {
        margin: 0 10px 14px;
    }
    .rate-number-grid {
        max-width: 100%;
        justify-content: center;
    }
}
/* Review posted/updated success alert — match the film title typography */
.review-save-swal.swal2-html-container {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}
.swal2-container.swal2-center > .swal2-popup {
    width: 350px !important;
}
.review-save-swal-cn,
.review-save-swal-en {
    display: block;
    width: 100%;
    text-align: center;
}
.review-save-swal-cn {
    font-family: "Noto Serif SC", serif;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 6px;
}
.js-clickable-card {
    cursor: pointer;
}
.main-block-section
    .block-box
    .block-part
    .blog-post.mess
    .blog-content
    .post-list
    .review-critic-name {
    color: #aaaaaa;
}
.review-save-swal-en {
    font-family: "Lato-Regular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #676767;
}

/* Full-page review reward shown only when a movie review earns new points. */
body.review-reward-open {
    overflow: hidden;
}

.review-reward-overlay[hidden] {
    display: none !important;
}

.review-reward-overlay {
    position: fixed;
    inset: 0;
    z-index: 100100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(24, 23, 20, 0.74);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.review-reward-overlay.is-visible {
    opacity: 1;
}

.review-reward-confetti {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.review-reward-card {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 28px 38px 32px;
    border: 1px solid rgba(200, 169, 110, 0.75);
    border-radius: 8px;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(200, 169, 110, 0.15),
            transparent 42%
        ),
        #fffdf8;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.38);
    color: #333333;
    text-align: center;
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    transition:
        opacity 0.24s ease,
        transform 0.32s cubic-bezier(0.22, 0.8, 0.28, 1);
}

.review-reward-overlay.is-visible .review-reward-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.review-reward-card:focus {
    outline: none;
}

.review-reward-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 7;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #877756;
    border-radius: 50%;
    background: #fffdf8;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    transition:
        background 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.review-reward-close:hover,
.review-reward-close:focus {
    background: #877756;
    color: #ffffff;
    outline: none;
    transform: rotate(5deg);
}

.review-reward-close:focus-visible {
    box-shadow: 0 0 0 3px rgba(135, 119, 86, 0.28);
}

.review-reward-heading {
    padding: 0 38px;
}

.review-reward-title-cn,
.review-reward-title-en {
    display: block;
}

.review-reward-title-cn {
    color: #333333;
    font-size: 27px;
    line-height: 1.2;
}

.review-reward-title-en {
    margin-top: 3px;
    color: #877756;
    font-family: "Lato-Bold", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
}

.review-reward-points {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.review-reward-points strong {
    color: #877756;
    font-family: "Lato-Bold", Arial, sans-serif;
    font-size: 78px;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 0.85;
    text-shadow: 0 5px 18px rgba(135, 119, 86, 0.2);
}

.review-reward-currency {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3px;
    color: #676767;
    font-family: "Lato-Bold", sans-serif;
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 1.6px;
}

.review-reward-currency .chines {
    margin-bottom: 3px;
    color: #333333;
    font-size: 21px;
    letter-spacing: 1px;
}

.review-reward-gift {
    position: relative;
    width: 180px;
    height: 128px;
    margin: 9px auto 13px;
    transform-origin: center bottom;
}

.review-reward-gift-box,
.review-reward-gift-lid,
.review-reward-gift-ribbon,
.review-reward-bow {
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.review-reward-gift-box {
    bottom: 0;
    left: 15px;
    z-index: 2;
    width: 150px;
    height: 76px;
    border: 1px solid #6f6146;
    border-radius: 3px 3px 12px 12px;
    background: linear-gradient(135deg, #b7a174 0%, #877756 56%, #6f6146 100%);
    box-shadow: 0 10px 18px rgba(74, 63, 42, 0.22);
}

.review-reward-gift-lid {
    bottom: 70px;
    left: 5px;
    z-index: 4;
    width: 170px;
    height: 29px;
    border: 1px solid #6f6146;
    border-radius: 5px;
    background: linear-gradient(90deg, #a89266, #c4b083 48%, #877756);
    box-shadow: 0 4px 8px rgba(74, 63, 42, 0.2);
}

.review-reward-gift-ribbon {
    bottom: 0;
    left: 77px;
    z-index: 5;
    width: 26px;
    height: 99px;
    border-right: 1px solid rgba(111, 97, 70, 0.36);
    border-left: 1px solid rgba(111, 97, 70, 0.36);
    background: linear-gradient(90deg, #ead9ad, #fff5d9 50%, #d9c38e);
}

.review-reward-bow {
    bottom: 92px;
    z-index: 3;
    width: 49px;
    height: 31px;
    border: 11px solid #877756;
    background: #fff5d9;
}

.review-reward-bow-left {
    left: 44px;
    border-radius: 55% 45% 44% 56%;
    transform: rotate(18deg);
}

.review-reward-bow-right {
    right: 44px;
    border-radius: 45% 55% 56% 44%;
    transform: rotate(-18deg);
}

.review-reward-overlay.is-visible .review-reward-gift {
    animation: review-reward-gift-arrive 0.62s 0.12s both;
}

.review-reward-overlay.is-visible .review-reward-gift-lid {
    animation: review-reward-lid-lift 0.7s 0.38s both;
}

.review-reward-message,
.review-reward-encouragement {
    margin: 0;
}

.review-reward-message > span,
.review-reward-encouragement > span {
    display: block;
}

.review-reward-message .chines {
    color: #333333;
    font-size: 19px;
    line-height: 1.35;
}

.review-reward-message > span:last-child {
    margin-top: 3px;
    color: #676767;
    font-family: "Lato-Bold", sans-serif;
    font-size: 13px;
}

.review-reward-encouragement {
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid rgba(135, 119, 86, 0.25);
    color: #877756;
}

.review-reward-encouragement .chines {
    font-size: 15px;
}

.review-reward-encouragement > span:last-child {
    margin-top: 2px;
    color: #676767;
    font-family: "Lato-Regular", sans-serif;
    font-size: 11px;
    letter-spacing: 0.25px;
}

@keyframes review-reward-gift-arrive {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.88);
    }
    68% {
        opacity: 1;
        transform: translateY(-3px) scale(1.025);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes review-reward-lid-lift {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }
    48% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

@media (max-width: 480px) {
    .review-reward-overlay {
        padding: 14px;
    }

    .review-reward-card {
        max-height: calc(100vh - 28px);
        padding: 25px 20px 26px;
    }

    .review-reward-close {
        top: 10px;
        right: 10px;
    }

    .review-reward-title-cn {
        font-size: 24px;
    }

    .review-reward-points strong {
        font-size: 66px;
    }

    .review-reward-gift {
        margin-top: 5px;
        margin-bottom: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .review-reward-overlay,
    .review-reward-card,
    .review-reward-close {
        transition: none;
    }

    .review-reward-overlay.is-visible .review-reward-gift,
    .review-reward-overlay.is-visible .review-reward-gift-lid {
        animation: none;
    }
}

.media-label-muted {
    color: #b8b8b8;
}

.review-owner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 18px 0 6px;
}

.review-owner-delete-form {
    display: inline-flex;
    margin: 0;
}

.review-owner-action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background: transparent;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition:
        color 160ms ease-out,
        background-color 160ms ease-out,
        border-color 160ms ease-out;
}

.review-owner-icon {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.review-owner-label {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.review-owner-label-cn {
    font-size: 13px;
}

.review-owner-label-en {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.review-owner-edit {
    color: #1a1a1a;
}

.review-owner-edit:hover {
    border-color: #1a1a1a;
    background: #f5e6c8;
    color: #1a1a1a;
    text-decoration: none;
}

.review-owner-delete {
    color: #8c8477;
}

.review-owner-delete:hover {
    border-color: #a33b33;
    color: #a33b33;
}

.review-owner-action:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.review-owner-edit:focus-visible {
    outline-color: #1a1a1a;
    text-decoration: none;
}

.review-owner-delete:focus-visible {
    outline-color: #a33b33;
}

.review-owner-action.is-loading,
.review-owner-action:disabled {
    cursor: wait;
    opacity: 0.6;
}
/* Keep the admin news table inside its card instead of inheriting the theme's
   nowrap rule for every table cell. Secondary columns use Bootstrap's
   responsive table-cell utilities in the Blade template. */
.news-management-table {
    table-layout: fixed;
    width: 100%;
}

.news-management-table th,
.news-management-table td {
    white-space: normal;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.news-management-table th:nth-child(1) {
    width: 6%;
}
.news-management-table th:nth-child(2) {
    width: 19%;
}
.news-management-table th:nth-child(3) {
    width: 8%;
}
.news-management-table th:nth-child(4) {
    width: 16%;
}
.news-management-table th:nth-child(5) {
    width: 12%;
}
.news-management-table th:nth-child(6) {
    width: 10%;
}
.news-management-table th:nth-child(7) {
    width: 10%;
}
.news-management-table th:nth-child(8) {
    width: 19%;
}

.news-management-table .btn {
    white-space: normal;
}

.news-management-table .news-sort-handle {
    cursor: move;
    user-select: none;
}

.news-management-table .news-sort-handle svg {
    display: block;
    margin: 0 auto 4px;
}
