:root {
    --g1962-blue: #2f80ed;
    --g1962-navy: #123a56;
    --g1962-lime: #b7ff2a;
    --g1962-ink: #101828;
    --g1962-muted: #667085;
    --g1962-line: #e4eaf0;
    --g1962-canvas: #fff;
}

body.g1962-elementor-first,
body.g1962-elementor-first .site-main {
    background-color: var(--g1962-canvas);
}

body.g1962-elementor-first {
    color: var(--g1962-ink);
}

.g1962-elementor-widget,
.g1962-elementor-widget * {
    box-sizing: border-box;
}

.g1962-elementor-widget {
    font-family: "Yekan Bakh", "YekanBakh", Tahoma, Arial, sans-serif;
}

.g1962-elementor-placeholder {
    width: 100%;
    min-height: 88px;
    padding: 17px;
    border: 1px dashed #aabccc;
    border-radius: 15px;
    background: #f7faff;
    color: var(--g1962-navy);
    display: grid;
    gap: 6px;
    place-content: center;
    text-align: center;
}

.g1962-elementor-placeholder strong,
.g1962-elementor-placeholder span {
    display: block;
}

.g1962-elementor-placeholder span {
    color: var(--g1962-muted);
    font-size: 12px;
    line-height: 1.8;
}

.g1962-elementor-purchase form.cart,
.g1962-elementor-purchase .variations_form {
    width: 100%;
}

.g1962-used-field {
    width: 100%;
    min-height: 70px;
    padding: 13px 15px;
    border: 1px solid var(--g1962-line);
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.g1962-used-field__label {
    color: #8995a5;
    font-size: 11px;
    line-height: 1.5;
}

.g1962-used-field__value {
    color: var(--g1962-ink);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
}

.g1962-used-report {
    width: 100%;
    padding: clamp(20px, 2.8vw, 32px);
    border: 1px solid var(--g1962-line);
    border-radius: 24px;
    background: #fff;
}

.g1962-used-report__head {
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.g1962-used-report__head span {
    display: block;
    color: var(--g1962-blue);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 700;
}

.g1962-used-report__head h2 {
    margin: 6px 0 2px;
    color: var(--g1962-ink);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.55;
}

.g1962-used-report__head p {
    margin: 0;
    color: #7c8796;
    font-size: 11px;
    line-height: 1.8;
}

.g1962-used-report__head > b {
    flex: 0 0 auto;
    min-width: 68px;
    min-height: 47px;
    padding: 0 14px;
    border: 1px solid rgba(183, 255, 42, .35);
    border-radius: 15px;
    background: rgba(183, 255, 42, .12);
    color: #34430f;
    display: grid;
    place-items: center;
}

.g1962-used-report__head > b.is-neutral {
    border-color: var(--g1962-line);
    background: #f8fafc;
    color: #475467;
}

.g1962-used-report__grid {
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.g1962-used-report__grid > div {
    min-width: 0;
    min-height: 76px;
    padding: 12px;
    border: 1px solid #edf0f4;
    border-radius: 15px;
    background: #fafbfc;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 9px;
    align-items: center;
}

.g1962-used-report__grid > div.is-wide {
    grid-column: span 2;
}

.g1962-used-report__grid > div > span {
    grid-row: 1 / 3;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #eef5fd;
    color: var(--g1962-blue);
    display: grid;
    place-items: center;
}

.g1962-used-report__grid svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.8;
}

.g1962-used-report__grid dt,
.g1962-used-report__grid dd {
    min-width: 0;
    margin: 0;
}

.g1962-used-report__grid dt {
    color: #98a2b3;
    font-size: 10px;
}

.g1962-used-report__grid dd {
    margin-top: 4px;
    color: #344054;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
}

.g1962-used-report > footer {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 13px;
    background: rgba(47, 128, 237, .045);
    color: #667085;
    font-size: 11px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 8px;
}

.g1962-used-report > footer svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: var(--g1962-blue);
}

@media (max-width: 1000px) {
    .g1962-used-report__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .g1962-used-report {
        padding: 16px;
        border-radius: 19px;
    }

    .g1962-used-report__head h2 {
        font-size: 18px;
    }

    .g1962-used-report__grid {
        grid-template-columns: 1fr;
    }

    .g1962-used-report__grid > div.is-wide {
        grid-column: auto;
    }
}

