/* Estilos exclusivos de recomendador.blade.php. */
.result-card-brand { color: #006f8f; }
.result-card-name { color: #5b3f9d; }
.result-card-notes { color: #3e4e68; }
.result-card-notes strong { color: #18705b; }
.result-card-price { color: var(--jasmine-header-gold); }

#quiz-result-card-inner .product-card {
    width: 100%;
    height: 100%;
    margin: 0;
}

#quiz-result-card-inner .product-image-container {
    cursor: pointer;
}

#quiz-result-card-inner .results-grid--single {
    grid-template-columns: minmax(0, 360px) !important;
    justify-content: center;
}
