/**
 * RHT PEWC Option POA — Frontend Styles
 */

.rht-pewc-poa-hidden {
    display: none !important;
}

.rht-pewc-poa-active-notice {
    margin: 20px 0;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
}

.rht-pewc-poa-active-notice > * {
    text-align: center;
}

.rht-pewc-poa-active-notice p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.rht-pewc-poa-active-notice h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.rht-pewc-poa-active-notice .button {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 24px;
    background: transparent;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}

.rht-pewc-poa-active-notice .button:hover {
    background: #333;
    color: #fff;
}
