.gwsc-product-schedule {
    clear: both;
    margin: 32px 0;
}

.gwsc-checkout-schedule,
.gwsc-thankyou-schedule {
    background: #fff;
    border: 1px solid rgba(244, 114, 160, 0.22);
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto 28px;
    max-width: 1240px;
    padding: 30px;
    width: 100%;
}

.gwsc-thankyou-schedule {
    box-shadow: 0 16px 45px rgba(80, 57, 66, 0.08);
    margin-top: 0;
}

.gwsc-schedule-heading {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.gwsc-schedule-heading h2 {
    color: #5f6975;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.15;
    margin: 4px 0 8px;
}

.gwsc-schedule-heading p {
    color: #6c7280;
    font-size: 16px;
    margin: 0;
}

.gwsc-schedule-eyebrow {
    color: #d94f83;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gwsc-schedule-icon {
    align-items: center;
    background: linear-gradient(135deg, #f472a0, #e8578b);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(232, 87, 139, 0.25);
    color: #fff;
    display: inline-flex;
    flex: 0 0 52px;
    font-size: 24px;
    height: 52px;
    justify-content: center;
}

.gwsc-schedule-frame {
    border: 0;
    display: block;
    min-height: 600px;
    width: 100%;
}

.gwsc-schedule-note {
    color: #777d87;
    font-size: 14px;
    margin: 18px 0 0;
}

.gwsc-google-button {
    min-height: 48px;
}

.gwsc-google-button button {
    border-radius: 12px !important;
    box-shadow: 0 8px 22px rgba(232, 87, 139, 0.25) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.gwsc-google-button button:hover {
    box-shadow: 0 10px 26px rgba(232, 87, 139, 0.34) !important;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .gwsc-checkout-schedule,
    .gwsc-thankyou-schedule {
        border-radius: 14px;
        padding: 22px 18px;
    }

    .gwsc-schedule-heading {
        gap: 13px;
    }

    .gwsc-schedule-icon {
        flex-basis: 44px;
        height: 44px;
    }

    .gwsc-schedule-frame {
        min-height: 720px;
    }
}
