/* ABP Extended Access — Front-end */

.abp-ea-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.abp-ea-expired {
    background: #fde8e8;
    border: 1px solid #f5c2c2;
    color: #991b1b;
}

.abp-ea-expiring {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
}

.abp-ea-notice-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.abp-ea-btn {
    display: inline-block;
    background: #2271b1;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.2s;
}

.abp-ea-btn:hover {
    background: #135e96;
    color: #fff !important;
}
