/* ==============================
   Global Wrapper
============================== */
.wrap {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* ==============================
   Headings
============================== */
.wrap h1,
.wrap h2,
.wrap h3 {
    color: #0a4b78;
    margin-top: 0;
}

.wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

/* ==============================
   Count / Highlight Text
============================== */
#bf-count {
    color: #0a4b78;
    font-weight: 600;
}

/* ==============================
   Info / Notice Box
============================== */
.bulkrify-note {
    background: #eef6ff;
    border-left: 4px solid #0a4b78;
    padding: 12px 14px;
    margin: 16px 0;
    border-radius: 6px;
    color: #1f2937;
    font-size: 14px;
}

/* ==============================
   Bulk Section Card
============================== */
.bulkrify-bulk-section {
    background: #f8fbff;
    border: 1px solid #dbe8f5;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 18px;
}

/* ==============================
   Buttons
============================== */
.button-primary {
    background: #0a4b78 !important;
    border-color: #0a4b78 !important;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 6px 14px;
    font-weight: 500;
}

.button-primary:hover,
.button-primary:focus {
    background: #083b5f !important;
    border-color: #083b5f !important;
    color: #ffffff !important;
}

.button-secondary {
    background: #ffffff;
    border: 1px solid #0a4b78;
    color: #0a4b78;
    border-radius: 6px;
    padding: 6px 14px;
    font-weight: 500;
}

.button-secondary:hover,
.button-secondary:focus {
    background: #eef6ff;
    color: #083b5f;
    border-color: #083b5f;
}

/* ==============================
   Tables (if any)
============================== */
.widefat {
    border-radius: 8px;
    overflow: hidden;
}

.widefat thead th {
    background: #f1f5f9;
    font-weight: 600;
}

/* ==============================
   Upgrade Page Enhancements
============================== */
.bulkrify-feature-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bulkrify-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}