/* ==============================
   SAMFILS Frontend Styling
============================== */
.samfils-membership-page {
    padding: 20px;
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.samfils-membership-page h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.samfils-membership-page ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.samfils-membership-page li {
    cursor: pointer;
    background: #f5f5f5;
    padding: 15px 25px;
    margin: 10px;
    border-radius: 10px;
    transition: 0.3s;
    flex: 1 1 150px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.samfils-membership-page li:hover {
    background: #4CAF50;
    color: #fff;
}

/* ==============================
   Vendor Dashboard
============================== */
.samfils-vendor-dashboard {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    max-width: 800px;
    margin: 20px auto;
}

.samfils-vendor-dashboard h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.samfils-vendor-dashboard p {
    font-size: 16px;
    margin: 10px 0;
}

/* ==============================
   Membership Badge
============================== */
.samfils-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

/* ==============================
   Currency Selector
============================== */
.samfils-currency-selector {
    margin-top: 20px;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.samfils-currency-selector label {
    font-weight: bold;
    margin-right: 10px;
}

.samfils-currency-selector select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    min-width: 160px;
    transition: 0.3s;
}

.samfils-currency-selector select:hover {
    border-color: #4CAF50;
}
.samfils-currency-selector .note {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}
