/* PawClinic Access Restrictor — Expired Screen */

.pcar-expired-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 60px 32px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pcar-expired-icon {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 24px;
    opacity: .85;
}

.pcar-expired-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
}

.pcar-expired-msg {
    font-size: 1rem;
    color: #666;
    margin: 0 0 28px;
    max-width: 420px;
    line-height: 1.6;
}

.pcar-renew-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #2271b1;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background .15s;
}
.pcar-renew-btn:hover {
    background: #135e96;
}