/**
 * Pay Later — Simple Frontend styles.
 */

.pl-thankyou-notice {
    background: #fdfdfd;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    color: #333;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.pl-thankyou-notice h2 {
    margin-top: 0;
    color: #111;
    font-size: 1.2rem;
    font-weight: 700;
}

.pl-thankyou-notice p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.pl-thankyou-notice p strong {
    color: #000;
}
/* Admin Badges */
.pl-badge {
    display: inline-block;
    background: #007cba;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
    line-height: normal;
}

.pl-badge--inline {
    vertical-align: middle;
    margin-left: 5px;
}

.pl-badge--header {
    margin-bottom: 2px;
}

.pl-payment-method-text {
    font-size: 11px;
    color: #8c8f94;
    font-weight: 500;
}
