/* FeedbackDetail – top promo banner carousel */
.feedback-detail__banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    border-radius: 10px;
    overflow: hidden;
    background: #EDF5FF;
}

.feedback-detail__banner.swiper-container {
    width: 100% !important;
}

.feedback-detail__banner .swiper-wrapper {
    width: 100% !important;
}

.feedback-detail__banner .swiper-slide {
    width: 100% !important;
}

.feedback-detail__banner-link {
    display: block;
    width: 100%;
    line-height: 0;
}

.feedback-detail__banner-link img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.feedback-detail__banner .swiper-pagination {
    bottom: 28px;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 0;
}

.feedback-detail__banner .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 999px;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
    transition: background-color 0.2s ease, width 0.2s ease;
}

.feedback-detail__banner .swiper-pagination-bullet-active {
    width: 28px;
    background: #7CB0FF;
}

/* FeedbackDetail – review detail page layout */
.feedback-detail {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0px 0px;
    box-sizing: border-box;
    font-family: "HarmonyOS Sans";
    color: #26272A;
}

.feedback-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

.feedback-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #0060FF);
    text-decoration: none;
}

.feedback-detail__back:hover {
    color: var(--primary-color__hover, #3E86FD);
    text-decoration: underline;
}

.feedback-detail__back-icon {
    font-size: 12px;
    line-height: 1;
}

.feedback-detail__user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 20px;
}

.feedback-detail__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.feedback-detail__username {
    font-size: 16px;
    font-weight: 500;
    color: #26272A;
}

.feedback-detail__flag {
    width: 20px;
    height: 14px;
    object-fit: contain;
}

.feedback-detail__date {
    font-size: 14px;
    color: #8A94A6;
}

.feedback-detail__specs {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.feedback-detail__specs li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;


font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* or 143% */

color: #26272A;


}

.feedback-detail__specs li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #535D6D;
}

.feedback-detail__specs li.feedback-detail__specs-param-extra {
    display: none;
}

.feedback-detail__specs--expanded li.feedback-detail__specs-param-extra {
    display: block;
}

.feedback-detail__specs-see-more {
    padding-left: 0;
    margin-bottom: 0;
}

.feedback-detail__specs-see-more::before {
    display: none;
}

.feedback-detail__see-more {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #0060FF);
    text-decoration: none;
}

.feedback-detail__see-more:hover {
    color: var(--primary-color__hover, #3E86FD);
    text-decoration: underline;
}

.feedback-detail__rating-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.feedback-detail__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 0;
}

.feedback-detail__stars svg {
    display: block;
    width: 22px;
    height: 22px;
}

.feedback-detail__rating-share .feedback-detail__share {
    margin-left: auto;
}

.feedback-detail__body {
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 1.75;
    color: #26272A;
}

.feedback-detail__gallery {
    margin-bottom: 24px;
}

.feedback-detail__gallery-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 12px;
}

.feedback-detail__gallery-main {
    position: relative;
    flex: 0 0 554px;
    width: 554px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #F3F3F4;
}

.feedback-detail__gallery-media {
    position: relative;
    width: 100%;
    aspect-ratio: 554 / 336;
    background: #F3F3F4;
}

.feedback-detail__gallery-main img,
.feedback-detail__gallery-iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.feedback-detail__gallery-iframe {
    border: 0;
}

.feedback-detail__gallery-play.feedback-detail__gallery-play--hidden,
.feedback-detail__gallery-duration.feedback-detail__gallery-duration--hidden,
.feedback-detail__gallery-iframe.feedback-detail__gallery-iframe--hidden {
    display: none !important;
}

.feedback-detail__gallery-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.feedback-detail__gallery-play::after {
    content: "";
    margin-left: 4px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #181818;
}

.feedback-detail__gallery-duration {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.feedback-detail__gallery-nav {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #F3F3F4;
    color: #535D6D;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    transform: none;
    padding: 0;
}

.feedback-detail__gallery-nav--prev,
.feedback-detail__gallery-nav--next {
    left: auto;
    right: auto;
}

.feedback-detail__gallery-nav--disabled,
.feedback-detail__gallery-nav:disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.feedback-detail__gallery-thumbs {
    display: flex;
    gap: 12px;
    width: 554px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.feedback-detail__gallery-thumb {
    flex: 0 0 calc((100% - 24px) / 3);
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: #F3F3F4;
    width:102px;
    height: 72px;
}

.feedback-detail__gallery-thumb--active {
    border-color: var(--primary-color, #0060FF);
}

.feedback-detail__gallery-thumb img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.feedback-detail__aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Quote card – migrated from blog, no sticky */
.feedback-detail__quote {
    width: 100%;
    padding: 16px 30px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 88, 234, 0.7) 0%, #004dcb 100%);
    border-radius: 10px;
    box-sizing: border-box;
}

.feedback-detail__quote-title {
    text-align: center;
    margin: 2px 0 14px;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
}

.feedback-detail__quote-subtitle {
    text-align: center;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.feedback-detail__quote-group {
    margin-bottom: 12px;
}

.feedback-detail__quote-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.feedback-detail__quote-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto;
}

.feedback-detail__quote-input,
.feedback-detail__quote-select,
.feedback-detail__quote-unit,
.feedback-detail__quote-sep {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #fff;
    color: #2a2f33;
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.feedback-detail__quote-input:focus,
.feedback-detail__quote-select:focus {
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 2px rgba(11, 110, 116, 0.15);
}

.feedback-detail__quote-input {
    min-width: 0;
}

.feedback-detail__quote-input::placeholder {
    color: #96a3a9;
}

.feedback-detail__quote-sep,
.feedback-detail__quote-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
}

.feedback-detail__quote-sep {
    color: #5b6a70;
}

.feedback-detail__quote-unit {
    color: #2a2f33;
    border-left: 1px solid #c2c2c2;
}

.feedback-detail__quote-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.feedback-detail__quote-select {
    width: 100%;
    border: 1px solid #c2c2c2;
    appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23606c70" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 10px center;
    padding-right: 32px;
}

.feedback-detail__quote-btn {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: var(--primary-color, #0060FF);
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.feedback-detail__quote-btn svg {
    flex-shrink: 0;
}

/* Share – migrated from blog */
.feedback-detail__share-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 0;
}

.feedback-detail__share-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.feedback-detail__share-dot {
    font-size: 1.2rem;
    margin: 0 0.25rem;
    color: #333;
}

.feedback-detail__share-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333333;
    background: #ebebeb;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.feedback-detail__share-icon-btn svg {
    fill: #333333;
}

.feedback-detail__share-icon-btn:hover {
    background: #353535;
    color: #fff;
}

.feedback-detail__share-icon-btn:hover svg {
    fill: #fff;
}

.feedback-detail__resources {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
}

.feedback-detail__resource {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #E8E8E8;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

.feedback-detail__resource:first-child {
    padding-top: 0;
}

.feedback-detail__resource:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feedback-detail__resource:hover {
    opacity: 0.88;
}

.feedback-detail__resource-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.feedback-detail__resource-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 0;
}

.feedback-detail__resource-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.feedback-detail__resource-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #26272A;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 120%;
color: #26272A;
}

.feedback-detail__resource-body {
    display: flex;
    /* align-items: center; */
    gap: 12px;
}

.feedback-detail__resource-thumb {
    width: 88px;
    height: 59px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: #F3F3F4;
}

.feedback-detail__resource-desc {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #26272A;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #26272A;
padding: 8px 0;
}

@media (max-width: 1024px) {
    .feedback-detail__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .feedback-detail__gallery-view {
        gap: 8px;
    }

    .feedback-detail__gallery-main {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .feedback-detail__gallery-nav {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
}
