/* ========================================
   Tattoo Removal Prediction Tool - Styles
   Inspired by RIVIERAclinic design
   ======================================== */

/* Style de la carte de résultat */
.wp-block-column .tattoo-result-container {
    padding: 4rem;
    background: var(--theme-lightcolor);
    margin: 20px 0;
    font-family: sans-serif;
}
.wp-block-column .gform_wrapper {
    margin-bottom: 0;
}

.tattoo-result-container h3 {
    margin-top: 0;
}

.tattoo-result-value {
    font-size: 2.5em;
    font-weight: bold;
    color: #d32f2f;
    margin: 15px 0;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
}

.tattoo-result-value small{
  font-size: 40%;
}

.tattoo-result-disclaimer {
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}