.hvdg-tgdd-wrap,
.hvdg-tgdd-wrap * {
    box-sizing: border-box;
}

.hvdg-tgdd-wrap {
    --hvdg-tgdd-orange: #f5a623;
    --hvdg-tgdd-blue: #2f6fde;
    --hvdg-tgdd-green: #2ca24f;
    --hvdg-tgdd-border: #edf0f5;
    --hvdg-tgdd-text: #101828;
    --hvdg-tgdd-muted: #7a8496;
    clear: both;
    max-width: 100%;
    margin: 24px 0;
    color: var(--hvdg-tgdd-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.45;
}

.hvdg-tgdd-card {
    background: #fff;
    border: 1px solid var(--hvdg-tgdd-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .04);
}

.hvdg-tgdd-heading {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 800;
    color: var(--hvdg-tgdd-text);
}

.hvdg-tgdd-summary {
    display: grid;
    grid-template-columns: minmax(160px, 240px) minmax(260px, 1fr) minmax(150px, 230px);
    gap: 22px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hvdg-tgdd-border);
}

.hvdg-tgdd-score {
    text-align: center;
}

.hvdg-tgdd-average {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.hvdg-tgdd-average small {
    color: #9aa3b2;
    font-size: 18px;
    font-weight: 700;
}

.hvdg-tgdd-star-main,
.hvdg-tgdd-stars .is-on,
.hvdg-tgdd-bar-label span,
.hvdg-tgdd-rate-star.is-active span,
.hvdg-tgdd-rate-star.is-hover span {
    color: var(--hvdg-tgdd-orange);
}

.hvdg-tgdd-satisfied {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.hvdg-tgdd-total {
    margin-top: 6px;
    color: var(--hvdg-tgdd-muted);
    font-size: 15px;
}

.hvdg-tgdd-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid #aab2c0;
    border-radius: 50%;
    color: #7d8797;
    font-size: 12px;
    margin-left: 4px;
}

.hvdg-tgdd-bars {
    width: 100%;
}

.hvdg-tgdd-bar-row {
    display: grid;
    grid-template-columns: 42px 1fr 58px;
    gap: 10px;
    align-items: center;
    margin: 7px 0;
    font-weight: 700;
}

.hvdg-tgdd-bar-label {
    white-space: nowrap;
}

.hvdg-tgdd-bar {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: #ecedf0;
    overflow: hidden;
}

.hvdg-tgdd-bar i {
    display: block;
    height: 100%;
    background: #8eb9ef;
    border-radius: inherit;
}

.hvdg-tgdd-bar-percent {
    color: #111827;
    font-size: 14px;
}

.hvdg-tgdd-media-strip,
.hvdg-tgdd-review-media,
.hvdg-tgdd-admin-media {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hvdg-tgdd-media-strip {
    justify-content: center;
}

.hvdg-tgdd-media-thumb {
    width: 92px;
    height: 78px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e8ebf0;
    background: #000;
    display: block;
}

.hvdg-tgdd-review-media .hvdg-tgdd-media-thumb {
    width: 76px;
    height: 66px;
}

.hvdg-tgdd-admin-media .hvdg-tgdd-media-thumb {
    width: 92px;
    height: 80px;
}

.hvdg-tgdd-list {
    margin-top: 8px;
}

.hvdg-tgdd-review {
    padding: 18px 0;
    border-bottom: 1px solid var(--hvdg-tgdd-border);
}

.hvdg-tgdd-review-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 12px;
    font-size: 17px;
}

.hvdg-tgdd-verified {
    color: var(--hvdg-tgdd-green);
    font-size: 14px;
    font-weight: 500;
}

.hvdg-tgdd-review-stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 9px;
}

.hvdg-tgdd-stars {
    display: inline-flex;
    gap: 3px;
    color: #cdd3dd;
    font-size: 20px;
    line-height: 1;
}

.hvdg-tgdd-stars-small {
    font-size: 17px;
}

.hvdg-tgdd-recommend {
    color: #101828;
    font-size: 15px;
}

.hvdg-tgdd-review-content {
    margin-top: 10px;
    font-size: 16px;
    color: #101828;
}

.hvdg-tgdd-review-content p {
    margin: 0 0 8px;
}

.hvdg-tgdd-review-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: #8a94a6;
    font-size: 14px;
}

.hvdg-tgdd-useful {
    border: 0;
    background: transparent;
    color: #344054;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.hvdg-tgdd-useful:hover {
    color: var(--hvdg-tgdd-blue);
}

.hvdg-tgdd-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.hvdg-tgdd-btn,
.hvdg-tgdd-submit {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 18px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.hvdg-tgdd-btn:hover,
.hvdg-tgdd-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(47, 111, 222, .16);
}

.hvdg-tgdd-btn:disabled,
.hvdg-tgdd-submit:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.hvdg-tgdd-btn-outline {
    border-color: #2d3442;
    background: #fff;
    color: #1f2937;
}

.hvdg-tgdd-btn-primary,
.hvdg-tgdd-submit {
    background: var(--hvdg-tgdd-blue);
    color: #fff;
}

.hvdg-tgdd-empty {
    padding: 24px 0 8px;
    color: #667085;
    font-size: 15px;
}

.hvdg-tgdd-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.hvdg-tgdd-modal.is-open {
    display: block;
}

.hvdg-tgdd-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
}

.hvdg-tgdd-modal-panel {
    position: relative;
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    margin: 34px auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
}

.hvdg-tgdd-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    border: 0;
    background: transparent;
    color: #3c424f;
    cursor: pointer;
    font-size: 44px;
    line-height: 1;
    z-index: 1;
}

.hvdg-tgdd-modal-head {
    padding: 26px 54px 20px;
    border-bottom: 1px solid #f1f2f5;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.hvdg-tgdd-form {
    padding: 28px 40px 34px;
}

.hvdg-tgdd-product-mini {
    text-align: center;
}

.hvdg-tgdd-product-mini img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
}

.hvdg-tgdd-product-mini h3 {
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800;
    color: #101828;
}

.hvdg-tgdd-rate-line {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 4px 0 26px;
}

.hvdg-tgdd-rate-star {
    border: 0;
    background: transparent;
    padding: 0;
    min-width: 70px;
    cursor: pointer;
    color: #7c8594;
    text-align: center;
}

.hvdg-tgdd-rate-star span {
    display: block;
    font-size: 60px;
    line-height: .9;
    color: var(--hvdg-tgdd-orange);
}

.hvdg-tgdd-rate-star em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 15px;
}

.hvdg-tgdd-rate-star.is-active span,
.hvdg-tgdd-rate-star.is-hover span {
    color: var(--hvdg-tgdd-orange);
}

.hvdg-tgdd-rate-star.is-active span::before,
.hvdg-tgdd-rate-star.is-hover span::before {
    content: "★";
}

.hvdg-tgdd-rate-star.is-active span,
.hvdg-tgdd-rate-star.is-hover span {
    font-size: 0;
}

.hvdg-tgdd-rate-star.is-active span::before,
.hvdg-tgdd-rate-star.is-hover span::before {
    font-size: 60px;
}

.hvdg-tgdd-rate-star.is-active em {
    color: var(--hvdg-tgdd-orange);
    font-weight: 700;
}

.hvdg-tgdd-textarea,
.hvdg-tgdd-fields input {
    width: 100%;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 14px 16px;
    color: #101828;
    font-size: 16px;
    outline: none;
    background: #fff;
}

.hvdg-tgdd-textarea:focus,
.hvdg-tgdd-fields input:focus {
    border-color: #99bcf4;
    box-shadow: 0 0 0 3px rgba(47, 111, 222, .12);
}

.hvdg-tgdd-form-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 14px 0 16px;
}

.hvdg-tgdd-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #101828;
}

.hvdg-tgdd-checkbox input,
.hvdg-tgdd-policy input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.hvdg-tgdd-upload {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hvdg-tgdd-blue);
    font-size: 15px;
    cursor: pointer;
}

.hvdg-tgdd-upload input {
    display: none;
}

.hvdg-tgdd-file-preview {
    color: #667085;
    font-size: 14px;
    margin: 0 0 12px;
}

.hvdg-tgdd-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
}

.hvdg-tgdd-policy {
    margin: 14px 0 22px;
}

.hvdg-tgdd-submit {
    width: 100%;
}

.hvdg-tgdd-message {
    margin-top: 12px;
    text-align: center;
    min-height: 22px;
    font-weight: 700;
}

.hvdg-tgdd-message.is-error {
    color: #d92d20;
}

.hvdg-tgdd-message.is-success {
    color: var(--hvdg-tgdd-green);
}

body.hvdg-tgdd-modal-open {
    overflow: hidden;
}

.hvdg-tgdd-admin-card {
    max-width: 960px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 16px 0;
}

.hvdg-tgdd-badge {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.hvdg-tgdd-badge-ok {
    background: #eaf8ef;
    color: #16733a;
}

.hvdg-tgdd-admin-warning {
    padding: 12px 14px;
    border: 1px solid #f7d78a;
    background: #fff8e6;
    color: #8a5a00;
    border-radius: 8px;
}

@media (max-width: 840px) {
    .hvdg-tgdd-card {
        padding: 18px;
    }
    .hvdg-tgdd-summary {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .hvdg-tgdd-score {
        text-align: left;
    }
    .hvdg-tgdd-media-strip {
        justify-content: flex-start;
    }
    .hvdg-tgdd-actions,
    .hvdg-tgdd-fields {
        grid-template-columns: 1fr;
    }
    .hvdg-tgdd-form {
        padding: 24px 18px 28px;
    }
    .hvdg-tgdd-rate-line {
        gap: 4px;
        justify-content: space-between;
    }
    .hvdg-tgdd-rate-star {
        min-width: auto;
        flex: 1;
    }
    .hvdg-tgdd-rate-star span,
    .hvdg-tgdd-rate-star.is-active span::before,
    .hvdg-tgdd-rate-star.is-hover span::before {
        font-size: 42px;
    }
    .hvdg-tgdd-rate-star em {
        font-size: 12px;
    }
    .hvdg-tgdd-modal-panel {
        width: calc(100vw - 18px);
        margin: 12px auto;
        max-height: calc(100vh - 24px);
        border-radius: 18px;
    }
    .hvdg-tgdd-modal-head {
        padding: 20px 50px 16px;
        font-size: 19px;
    }
    .hvdg-tgdd-modal-close {
        top: 10px;
        right: 16px;
    }
}

/* v1.0.1 - chỉnh cân đối giống bố cục TGDĐ hơn */
.hvdg-tgdd-wrap {
    font-size: 14px;
}

.hvdg-tgdd-review-head {
    font-size: 15px;
    gap: 6px 10px;
}

.hvdg-tgdd-verified {
    font-size: 13px;
}

.hvdg-tgdd-review-stars {
    gap: 8px;
    margin-top: 6px;
}

.hvdg-tgdd-stars-small {
    font-size: 15px;
}

.hvdg-tgdd-recommend,
.hvdg-tgdd-review-content {
    font-size: 14px;
}

.hvdg-tgdd-review-content {
    margin-top: 8px;
    line-height: 1.45;
}

.hvdg-tgdd-review-foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 8px;
    color: #8791a3;
    font-size: 13px;
    line-height: 1.25;
}

.hvdg-tgdd-review-foot > * {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
}

.hvdg-tgdd-review-foot > * + * {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #e5e8ef;
}

.hvdg-tgdd-useful {
    color: #475467;
    font-size: 13px;
    line-height: 1.25;
}

.hvdg-tgdd-actions .hvdg-tgdd-write-btn:only-child {
    grid-column: 1 / -1;
}

.hvdg-tgdd-load-more.is-exhausted {
    opacity: .92;
}

.hvdg-tgdd-modal-panel {
    width: min(760px, calc(100vw - 48px));
    max-height: calc(100vh - 72px);
    margin: 42px auto;
    border-radius: 20px;
}

.hvdg-tgdd-modal-close {
    top: 14px;
    right: 18px;
    font-size: 38px;
}

.hvdg-tgdd-modal-head {
    padding: 20px 54px 16px;
    font-size: 19px;
}

.hvdg-tgdd-form {
    padding: 20px 34px 28px;
}

.hvdg-tgdd-product-mini img {
    width: 84px;
    height: 84px;
    margin-bottom: 12px;
}

.hvdg-tgdd-product-mini h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.28;
}

.hvdg-tgdd-rate-line {
    gap: 12px;
    margin: 2px 0 20px;
}

.hvdg-tgdd-rate-star {
    min-width: 58px;
}

.hvdg-tgdd-rate-star span,
.hvdg-tgdd-rate-star.is-active span::before,
.hvdg-tgdd-rate-star.is-hover span::before {
    font-size: 46px;
}

.hvdg-tgdd-rate-star em {
    font-size: 13px;
    margin-top: 4px;
}

.hvdg-tgdd-textarea,
.hvdg-tgdd-fields input {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
}

.hvdg-tgdd-textarea {
    min-height: 112px;
}

.hvdg-tgdd-checkbox,
.hvdg-tgdd-upload {
    font-size: 14px;
}

.hvdg-tgdd-fields {
    gap: 12px;
}

.hvdg-tgdd-policy {
    margin: 12px 0 18px;
}

.hvdg-tgdd-btn,
.hvdg-tgdd-submit {
    min-height: 44px;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 9px;
}

.hvdg-tgdd-admin-multiselect {
    width: min(620px, 100%);
    min-height: 150px;
}

@media (max-width: 840px) {
    .hvdg-tgdd-modal-panel {
        width: calc(100vw - 18px);
        margin: 12px auto;
        max-height: calc(100vh - 24px);
        border-radius: 16px;
    }
    .hvdg-tgdd-form {
        padding: 18px 16px 24px;
    }
    .hvdg-tgdd-rate-line {
        gap: 4px;
    }
    .hvdg-tgdd-rate-star span,
    .hvdg-tgdd-rate-star.is-active span::before,
    .hvdg-tgdd-rate-star.is-hover span::before {
        font-size: 38px;
    }
}

/* v1.0.2 - Fix popup bị header che, thu gọn popup và cân lại chân đánh giá */
.hvdg-tgdd-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
}

.hvdg-tgdd-modal.is-open {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    padding: 14px 12px;
    overflow-y: auto;
}

.hvdg-tgdd-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0;
    background: rgba(0, 0, 0, .76);
}

.hvdg-tgdd-modal-panel {
    position: relative !important;
    z-index: 1;
    width: min(680px, 100%) !important;
    max-height: calc(100dvh - 28px) !important;
    margin: 0 auto !important;
    overflow-y: auto;
    border-radius: 18px !important;
}

.hvdg-tgdd-modal-head {
    padding: 16px 48px 13px !important;
    font-size: 17px !important;
    line-height: 1.25;
}

.hvdg-tgdd-modal-close {
    top: 10px !important;
    right: 16px !important;
    font-size: 34px !important;
}

.hvdg-tgdd-form {
    padding: 16px 28px 24px !important;
}

.hvdg-tgdd-product-mini img {
    width: 68px !important;
    height: 68px !important;
    margin-bottom: 8px !important;
}

.hvdg-tgdd-product-mini h3 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
}

.hvdg-tgdd-rate-line {
    gap: 8px !important;
    margin: 0 0 14px !important;
}

.hvdg-tgdd-rate-star {
    min-width: 52px !important;
}

.hvdg-tgdd-rate-star span,
.hvdg-tgdd-rate-star.is-active span::before,
.hvdg-tgdd-rate-star.is-hover span::before {
    font-size: 40px !important;
}

.hvdg-tgdd-rate-star em {
    margin-top: 3px !important;
    font-size: 12px !important;
}

.hvdg-tgdd-textarea,
.hvdg-tgdd-fields input {
    padding: 10px 12px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
}

.hvdg-tgdd-textarea {
    min-height: 92px !important;
}

.hvdg-tgdd-form-tools {
    margin: 10px 0 12px !important;
    gap: 8px 12px !important;
}

.hvdg-tgdd-checkbox,
.hvdg-tgdd-upload,
.hvdg-tgdd-file-preview {
    font-size: 13px !important;
}

.hvdg-tgdd-checkbox input,
.hvdg-tgdd-policy input {
    width: 16px !important;
    height: 16px !important;
}

.hvdg-tgdd-fields {
    gap: 10px !important;
}

.hvdg-tgdd-policy {
    margin: 10px 0 14px !important;
}

.hvdg-tgdd-submit {
    min-height: 40px !important;
    font-size: 14px !important;
}

.hvdg-tgdd-message {
    margin-top: 8px !important;
    min-height: 18px !important;
    font-size: 13px !important;
}

.hvdg-tgdd-review-foot {
    margin-top: 7px !important;
    gap: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    color: #8b95a6 !important;
}

.hvdg-tgdd-review-foot > * {
    display: inline-flex !important;
    align-items: center;
    min-height: 17px;
    font-weight: 400 !important;
}

.hvdg-tgdd-review-foot > * + * {
    margin-left: 10px !important;
    padding-left: 10px !important;
    border-left: 1px solid #e5e8ef !important;
}

.hvdg-tgdd-useful {
    font-size: inherit !important;
    line-height: inherit !important;
    color: #475467 !important;
}

@media (max-width: 840px) {
    .hvdg-tgdd-modal.is-open {
        padding: 8px;
    }
    .hvdg-tgdd-modal-panel {
        width: 100% !important;
        max-height: calc(100dvh - 16px) !important;
        border-radius: 15px !important;
    }
    .hvdg-tgdd-form {
        padding: 14px 14px 20px !important;
    }
    .hvdg-tgdd-product-mini img {
        width: 58px !important;
        height: 58px !important;
    }
    .hvdg-tgdd-product-mini h3 {
        font-size: 16px !important;
    }
    .hvdg-tgdd-rate-line {
        gap: 2px !important;
    }
    .hvdg-tgdd-rate-star span,
    .hvdg-tgdd-rate-star.is-active span::before,
    .hvdg-tgdd-rate-star.is-hover span::before {
        font-size: 34px !important;
    }
}

/* v1.0.3 - CSS cô lập kỹ hơn cho Flatsome + chỉnh popup/ratings giống TGDĐ hơn */
.hvdg-tgdd-scope-903,
.hvdg-tgdd-scope-903 * {
    box-sizing: border-box !important;
}

.hvdg-tgdd-scope-903 {
    --hvdg-tgdd-orange: #f5a623;
    --hvdg-tgdd-blue: #2f6fde;
    --hvdg-tgdd-green: #2ca24f;
    --hvdg-tgdd-text: #101828;
    --hvdg-tgdd-muted: #8a94a6;
    --hvdg-tgdd-border: #edf0f5;
    isolation: isolate;
    font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: var(--hvdg-tgdd-text) !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.hvdg-tgdd-scope-903 button,
.hvdg-tgdd-scope-903 input,
.hvdg-tgdd-scope-903 textarea,
.hvdg-tgdd-scope-903 select {
    font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.hvdg-tgdd-scope-903 button::before,
.hvdg-tgdd-scope-903 button::after,
.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon::before,
.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon::after,
.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-mark::before,
.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-mark::after {
    content: none !important;
    display: none !important;
}

.hvdg-tgdd-wrap.hvdg-tgdd-scope-903 {
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-card {
    background: #fff !important;
    border: 1px solid #edf0f5 !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    box-shadow: 0 6px 18px rgba(16, 24, 40, .035) !important;
    overflow: hidden !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-heading {
    margin: 0 0 20px !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #101828 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-summary {
    display: grid !important;
    grid-template-columns: minmax(190px, 250px) minmax(320px, 1fr) minmax(126px, 210px) !important;
    gap: 24px !important;
    align-items: center !important;
    padding: 0 0 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid #edf0f5 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-score {
    text-align: center !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-average {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 0 !important;
    font-size: 54px !important;
    line-height: .95 !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    color: #101828 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-star-main {
    display: inline-block !important;
    margin-right: 2px !important;
    color: #f5a623 !important;
    font-size: 38px !important;
    line-height: 1 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-average small {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #9aa3b2 !important;
    font-weight: 700 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-satisfied {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-total {
    margin: 6px 0 0 !important;
    padding: 0 !important;
    color: #8a94a6 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-help {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #b7bfcc !important;
    border-radius: 50% !important;
    color: #8a94a6 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    vertical-align: 1px !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bars {
    width: 100% !important;
    min-width: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bar-row {
    display: grid !important;
    grid-template-columns: 42px minmax(120px, 1fr) 56px !important;
    gap: 10px !important;
    align-items: center !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bar-label span {
    color: #f5a623 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bar {
    display: block !important;
    width: 100% !important;
    height: 8px !important;
    background: #ecedf0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bar i {
    display: block !important;
    height: 100% !important;
    background: #8eb9ef !important;
    border-radius: inherit !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-bar-percent {
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-media-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-media-thumb {
    width: 90px !important;
    height: 70px !important;
    max-width: none !important;
    object-fit: cover !important;
    border: 1px solid #e8ebf0 !important;
    border-radius: 9px !important;
    background: #000 !important;
    display: block !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-list {
    margin: 0 !important;
    padding: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review {
    margin: 0 !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid #edf0f5 !important;
    background: transparent !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-head {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 7px 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-head strong {
    color: #101828 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-verified {
    color: #2ca24f !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-stars {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-icons {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    height: 16px !important;
    line-height: 1 !important;
    color: transparent !important;
    font-size: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-mark {
    display: inline-flex !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    line-height: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-mark svg {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    fill: #d5d9e2 !important;
    stroke: none !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-rating-mark.is-on svg {
    fill: #f5a623 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-recommend {
    display: inline-flex !important;
    align-items: center !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-content {
    margin: 9px 0 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-content p {
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-media {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-media .hvdg-tgdd-media-thumb {
    width: 72px !important;
    height: 62px !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-review-foot {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #8a94a6 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-foot-item {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #8a94a6 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-foot-item + .hvdg-tgdd-foot-item {
    margin-left: 12px !important;
    padding-left: 12px !important;
    border-left: 1px solid #e5e8ef !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-useful {
    appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-useful:hover {
    color: #2f6fde !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-foot-icon {
    margin-right: 4px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-useful b {
    font: inherit !important;
    color: inherit !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-actions .hvdg-tgdd-write-btn:only-child {
    grid-column: 1 / -1 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-btn,
.hvdg-tgdd-scope-903 .hvdg-tgdd-submit {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-btn-outline {
    background: #fff !important;
    border: 1px solid #2d3442 !important;
    color: #1f2937 !important;
}

.hvdg-tgdd-scope-903 .hvdg-tgdd-btn-primary,
.hvdg-tgdd-scope-903 .hvdg-tgdd-submit {
    background: #2f6fde !important;
    border: 1px solid #2f6fde !important;
    color: #fff !important;
}

body.hvdg-tgdd-modal-open {
    overflow: hidden !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 20px 12px !important;
    transform: none !important;
    z-index: 2147483646 !important;
    overflow: auto !important;
    background: transparent !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903.is-open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 0 !important;
    background: rgba(0, 0, 0, .76) !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-modal-panel {
    position: relative !important;
    z-index: 1 !important;
    width: min(620px, calc(100vw - 28px)) !important;
    max-width: 620px !important;
    max-height: calc(100dvh - 40px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: auto !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28) !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-modal-close {
    appearance: none !important;
    position: absolute !important;
    top: 10px !important;
    right: 14px !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #3c424f !important;
    font-size: 34px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    z-index: 3 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-modal-head {
    min-height: 48px !important;
    margin: 0 !important;
    padding: 15px 48px 13px !important;
    border-bottom: 1px solid #f1f2f5 !important;
    color: #101828 !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-form {
    margin: 0 !important;
    padding: 16px 26px 24px !important;
    background: #fff !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-product-mini {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-product-mini img {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    margin: 0 auto 8px !important;
    padding: 0 !important;
    border: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-product-mini h3 {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-line {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 16px !important;
    max-width: 455px !important;
    margin: 0 auto 16px !important;
    padding: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option {
    appearance: none !important;
    display: flex !important;
    flex: 0 0 66px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 66px !important;
    min-width: 66px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #7c8594 !important;
    cursor: pointer !important;
    overflow: visible !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon svg {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    fill: transparent !important;
    stroke: #f5a623 !important;
    stroke-width: 1.7 !important;
    stroke-linejoin: round !important;
    overflow: visible !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option.is-active .hvdg-tgdd-rate-icon svg,
.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option.is-hover .hvdg-tgdd-rate-icon svg {
    fill: #f5a623 !important;
    stroke: #f5a623 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option em {
    display: block !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    color: #7c8594 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option.is-active em {
    color: #f5a623 !important;
    font-weight: 700 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-textarea,
.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-fields input {
    display: block !important;
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    outline: none !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-textarea {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 130px !important;
    resize: vertical !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-form-tools {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px 14px !important;
    margin: 12px 0 12px !important;
    padding: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-checkbox,
.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-upload {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-upload {
    color: #2f6fde !important;
    cursor: pointer !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-checkbox input,
.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-policy input {
    appearance: auto !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-upload input {
    display: none !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-file-preview {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-policy {
    margin: 12px 0 16px !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-submit {
    min-height: 42px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    border-radius: 9px !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-message {
    margin: 8px 0 0 !important;
    min-height: 18px !important;
    color: #2ca24f !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-message.is-error {
    color: #d92d20 !important;
}

@media (max-width: 920px) {
    .hvdg-tgdd-scope-903 .hvdg-tgdd-summary {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .hvdg-tgdd-scope-903 .hvdg-tgdd-score {
        text-align: left !important;
    }
    .hvdg-tgdd-scope-903 .hvdg-tgdd-media-strip {
        justify-content: flex-start !important;
    }
}

@media (max-width: 680px) {
    .hvdg-tgdd-scope-903 .hvdg-tgdd-card {
        padding: 18px 14px !important;
        border-radius: 14px !important;
    }
    .hvdg-tgdd-scope-903 .hvdg-tgdd-heading {
        font-size: 19px !important;
    }
    .hvdg-tgdd-scope-903 .hvdg-tgdd-average {
        font-size: 46px !important;
    }
    .hvdg-tgdd-scope-903 .hvdg-tgdd-actions,
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-fields {
        grid-template-columns: 1fr !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 {
        align-items: flex-start !important;
        padding: 8px !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-modal-panel {
        width: 100% !important;
        max-height: calc(100dvh - 16px) !important;
        border-radius: 15px !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-form {
        padding: 14px 14px 20px !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-line {
        justify-content: space-between !important;
        gap: 2px !important;
        max-width: 100% !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon,
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-icon svg {
        width: 32px !important;
        height: 32px !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-rate-option em {
        font-size: 12px !important;
    }
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-checkbox,
    .hvdg-tgdd-modal.hvdg-tgdd-scope-903 .hvdg-tgdd-upload {
        font-size: 13px !important;
    }
}
