#result .tool-notice {
    background: #fff7e4;
    border: 1px solid #f0d59c;
    border-radius: 8px;
    color: #4a3721;
    font-size: 18px;
    line-height: 1.6;
    margin: 24px 0;
    padding: 18px 20px;
}

#result .menh-recommendations {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(31, 29, 27, .07);
    margin-top: 34px;
    padding: 26px;
}

#result .menh-recommendations__intro .eyebrow {
    color: #986d24;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

#result .menh-recommendations__intro h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 12px;
    padding-bottom: 0;
    text-align: left;
}

#result .menh-recommendations__intro h2::after {
    content: none;
}

#result .menh-stones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

#result .menh-stones span,
#result .menh-product-card .fit-label {
    background: #f7ecd8;
    border: 1px solid #e5c892;
    border-radius: 999px;
    color: #5f421c;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px;
}

#result .menh-color-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
}

#result .menh-color-summary > div {
    background: #fbf7ef;
    border: 1px solid #eadfce;
    border-radius: 8px;
    padding: 16px;
}

#result .menh-color-summary strong {
    display: block;
    margin-bottom: 12px;
}

#result .menh-color-summary .colors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#result .menh-color-summary .color {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    height: 30px;
    width: 30px;
}

#result .menh-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#result .menh-product-card {
    border: 1px solid #eadfce;
    border-radius: 8px;
    color: #1f1d1b;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    overflow: hidden;
    padding: 12px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}

#result .menh-product-card:hover {
    box-shadow: 0 12px 28px rgba(31, 29, 27, .1);
    transform: translateY(-2px);
}

#result .menh-product-card .image {
    aspect-ratio: 1 / 1;
    background: #f8f4ed;
    border-radius: 6px;
    display: block;
    overflow: hidden;
}

#result .menh-product-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#result .menh-product-card .title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

#result .menh-product-card .price {
    color: #b93d35;
    font-weight: 700;
}

#result .menh-empty-products {
    background: #fbf7ef;
    border-radius: 8px;
    padding: 16px;
}

#result .menh-router-footer {
    align-items: center;
    border-top: 1px solid #eadfce;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 24px;
    padding-top: 22px;
}

#result .menh-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

#result .menh-related-links strong {
    flex-basis: 100%;
}

#result .menh-related-links a {
    color: #2f6f63;
    font-weight: 700;
    text-decoration: none;
}

#result .menh-router-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

#result .menh-router-cta a {
    border-radius: 6px;
    font-weight: 700;
    padding: 11px 14px;
    text-decoration: none;
}

#result .menh-router-cta .btn-secondary {
    background: #f7ecd8;
    color: #5f421c;
}

#result .menh-router-cta .btn-primary {
    background: #2f6f63;
    color: #fff;
}

.tool-faq {
    background: #f7f4ef;
    padding: 12px 0 46px;
}

.tool-faq .faq-shell {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(31, 29, 27, .07);
    padding: 24px;
}

.tool-faq h2 {
    font-size: 30px;
    margin: 0 0 18px;
}

.tool-faq .tool-steps {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.tool-faq .tool-steps li {
    background: #fbf7ef;
    border: 1px solid #eadfce;
    border-radius: 8px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
}

.tool-faq .tool-steps span {
    color: #4c463f;
    line-height: 1.6;
}

.tool-faq details {
    border-top: 1px solid #eadfce;
    padding: 14px 0;
}

.tool-faq details:first-of-type {
    border-top: none;
}

.tool-faq summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.tool-faq p {
    color: #4c463f;
    line-height: 1.65;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #result .menh-product-grid,
    #result .menh-router-footer {
        grid-template-columns: 1fr;
    }

    #result .menh-router-cta {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    #tool-xem-cung-menh .wrapper form .row-2,
    #result .menh-color-summary {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
