/**
Theme Name: ora-offerte
Author: CPLUS SRL
Author URI: https://www.cplus.it
Description: ora-offerte is the fastest, fully customizable & beautiful theme!
Version:  1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ora-offerte
Template: astra
*/


.nta-wa-gdpr label {
	color: #000000;
}

.page-id-326 a {color: #fdc400;}

.frm_page_num_2 .frm_button_submit.frm_final_submit {
	display: none;
}

.frm_image_option_container.frm_label_with_image {
	height: 40px;
	padding-left: 10px;
}

.frm_rootline_title {
	font-size: 17px;
}

.entry-content .offer-card p {margin-bottom: 0;}

.offer-card {cursor: pointer;}

.offer-card h3 {
  color: #000000;
}

/* Container principale */
#step2 {
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
}

#step2 h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
	color: #000000;
}

/* Card dell'offerta */
.offer-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Badge Consigliato (Stile Pillola sopraelevata) */
.offer-card.consigliato {
    border: 2px solid #0056b3; /* Blu istituzionale */
	padding: 35px 24px 24px;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.badge-consigliato {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #0056b3;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.badge-consigliato img {
    width: 14px;
    height: 14px;
}

/* Logo Operatore */
.offer-card .img {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.offer-card .img img {
    max-width: 100px !important;
    height: auto;
}

/* Titolo Offerta */
.offer-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 8px 0;
    line-height: 1.3;
}

/* Prezzo */
.prezzo-promo {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 16px;
}

.prezzo-promo strong {
    font-size: 1.5rem;
    color: #1e293b;
    font-weight: 800;
}

/* Lista Caratteristiche (Checkmarks) */
.descrizione {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    display: inline-block; /* Per centrare la lista nel box */
}

.descrizione li {
    font-size: 0.85rem;
    color: #475569;
    margin-bottom: 6px;
    padding-left: 24px;
    position: relative;
}

.descrizione li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2310b981'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Bottone Call to Action */
.offer-btn {
    width: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.offer-btn:hover {
    background-color: #0056b3;
}

.offer-btn span {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.9;
    margin-top: 2px;
}