/* (C) 2026 Francesco Settembrini */

:root {
    --rental-green: #10b981;
    --rental-dark: #374151;
    --rental-light-bg: #f8fafc;
}

.hero-minimal {
    background-color: var(--rental-light-bg);
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
}

.page-title {
    font-weight: 600;
    color: var(--rental-dark);
    font-size: 1.15rem;
    margin-right: 10px;
}

.header-sub {
    font-size: 0.75rem;
    color: #64748b;
}

.policy-text {
    font-size: 0.88rem;
    line-height: 1.4;
    text-align: justify;
    color: #475569;
}

.policy-box {
    border: 1px solid #f1f5f9;
    background-color: #ffffff;
    padding: 1.1rem;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}

h2.section-h {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--rental-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    border-left: 3px solid var(--rental-green);
    padding-left: 0.6rem;
}

.text-electric {
    color: var(--rental-green);
    font-weight: 600;
}

.feature-item {
    font-size: 0.82rem;
    color: #64748b;
    margin-bottom: 0.4rem;
}

.small-icon {
    color: var(--rental-green);
    margin-right: 8px;
    font-size: 0.5rem;
    vertical-align: middle;
}

.content-wrapper {
    padding-bottom: 3rem;
}

.service-highlight {
    background-color: #f8fafc;
    border-radius: 0.6rem;
    padding: 1rem;
    border: 1px solid #f1f5f9;
}