/**
 * Protect WP-Admin (C)
 * @WP-EXPERTS.IN
 * */
/* =========================
   Offer / Announcement
========================= */
.offer-announcement {
    background: #fff7f6;
    border-left: 4px solid #eb423f;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.offer-announcement .wpexperts.dashicons-before:before {
    font-size: 40px;
    padding-right: 1.5rem;
    position: relative;
    top: -2px;
    color: #eb423f;
}

.offer-announcement a {
    color: #1d7f3b;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.offer-announcement a:hover {
    text-decoration: underline;
}

.offer-announcement .tagline {
    color: #b32d2e;
    text-align: center;
    display: block;
    font-size: 13px;
    margin-top: 6px;
    opacity: 0.9;
}

/* =========================
   Tabs Menu
========================= */
#pwa-tab-menu {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#pwa-tab-menu a {
    background: #f1f1f1;
    border-radius: 6px 6px 0 0;
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    margin-right: 6px;
    opacity: 1;
    transition: all 0.25s ease;
}

#pwa-tab-menu a:hover {
    background: #0073aa;
    color: #fff;
    cursor: pointer;
}

#pwa-tab-menu a.active {
    background: #0073aa;
    color: #fff;
    box-shadow: 0 -2px 0 #005177 inset;
}

/* =========================
   Settings Form
========================= */
#pwa-settings-form-admin {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

#pwa-settings-form-admin ul {
    list-style: disc inside;
}

/* Labels */
#pwa-settings-form-admin .csbwfs-setting p label {
    min-width: 120px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}

/* =========================
   Submit Section
========================= */
#pwa-settings-form-admin .submit-btn {
    width: 100%;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px dashed #dca808;
    text-align: right;
}

#pwa-settings-form-admin .submit-btn .button-primary {
    cursor: pointer;
    height: 38px;
    padding: 0 22px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 0 #005177;
}

/* =========================
   Support Section
========================= */
#div-pwa-support {
    margin-top: 20px;
    padding: 15px;
    background: #f9fafb;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

#div-pwa-support img {
    width: 50%;
    height: auto;
}

#pwa-settings-form-admin #div-pwa-support .contact-author {
    background: #0472aa;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    text-decoration: none;
    transition: background 0.2s ease;
}

#pwa-settings-form-admin #div-pwa-support .contact-author:hover {
    background: #035a86;
}

