/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ==========================================================
   PVMAC Membership Verification / Pre-Flight Checklist
   ========================================================== */

.pvmac-ready {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-top: 6px solid #ee1d24;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
    color: #111111;
}

.pvmac-ready h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    color: #111111;
}

.pvmac-subtitle {
    text-align: center;
    color: #555555;
    margin-bottom: 28px;
}

.pvmac-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 25px;
    max-width: 700px;
}

.pvmac-list li {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 12px;
}

.pvmac-warning {
    background: #fff6f6;
    border: 2px solid #ee1d24;
    border-radius: 8px;
    padding: 22px;
    margin: 30px auto;
    max-width: 700px;
    text-align: center;
}

.pvmac-warning .title {
    color: #c4181f;
    font-weight: 700;
    font-size: 1.15rem;
}

.pvmac-warning .date {
    color: #ee1d24;
    font-size: 2rem;
    font-weight: 800;
    margin: 10px 0;
}

.pvmac-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

.pvmac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background-color: #ee1d24;
    color: #ffffff !important;

    padding: 12px 24px;
    border-radius: 4px;

    font-weight: 600;
    font-size: 16px;

    text-decoration: none !important;

    transition: background-color .2s ease;
}

.pvmac-btn:hover,
.pvmac-btn:focus {
    background-color: #c4181f;
    color: #ffffff !important;
}

.pvmac-footer {
    text-align: center;
    border-top: 1px solid #cccccc;
    padding-top: 22px;
}


/* Mobile adjustments */

@media (max-width: 600px) {

    .pvmac-ready {
        padding: 20px;
    }

    .pvmac-warning .date {
        font-size: 1.5rem;
    }

    .pvmac-btn {
        width: 100%;
        text-align: center;
    }

}
