/* version: v1.0.0 | date: 2026-08-04 */
/* Οπτικά ευθυγραμμισμένο με τις κάρτες πακέτων του booking panel, ώστε οι δύο
   λίστες (πακέτα / συνδρομές) να μοιάζουν αδέρφια και όχι δύο διαφορετικά UI. */

.booknetic_membership_category
{
    color: #6C70DC;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: left;
}

.rtl .booknetic_membership_category { text-align: right; }

.booknetic_membership_card
{
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.booknetic_membership_card:hover
{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}

.booknetic_membership_card_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booknetic_membership_card_image
{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 15px 20px;
}

.booknetic_membership_card_image > img
{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.booknetic_membership_card_title
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
    line-height: 18px;
    flex-grow: 1;
}

.rtl .booknetic_membership_card_title { text-align: right; }

.booknetic_membership_card_title > span:first-child
{
    color: #292D32;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
}

.booknetic_membership_card_price
{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 300;
    text-align: right;
    color: #4FBF65;
    font-size: 26px;
}

.booknetic_membership_card_price > span
{
    color: #8895A0;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: line-through;
    padding-right: 6px;
}

.booknetic_membership_card_meta
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding: 0 20px 15px;
}

.booknetic_membership_card_meta_el
{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.rtl .booknetic_membership_card_meta_el { text-align: right; }

.booknetic_membership_meta_label
{
    color: #8895A0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.booknetic_membership_meta_value
{
    color: #292D32;
    font-size: 13px;
    font-weight: 500;
}

.booknetic_membership_card_description
{
    color: #828F9A;
    font-size: 12px;
    line-height: 19px;
    padding: 0 20px 20px;
    text-align: left;
}

.rtl .booknetic_membership_card_description { text-align: right; }

.booknetic_membership_local_payment_note
{
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 4px;
    background: rgba(108, 112, 220, 0.08);
    color: #4C4FA8;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.rtl .booknetic_membership_local_payment_note { text-align: right; }

/* ---- Σύνοψη μέσα στο βήμα ολοκλήρωσης του panel ---- */

.bkntc_membership_finished_body
{
    width: 100%;
    max-width: 420px;
    margin: 4px auto 0;
}

.bkntc_membership_finished_plan
{
    text-align: center;
    color: #292D32;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.bkntc_membership_summary
{
    margin: 12px auto 0;
    max-width: 420px;
    text-align: left;
}

.rtl .bkntc_membership_summary { text-align: right; }

.bkntc_membership_summary_row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 13px;
}

.bkntc_membership_summary_row > span { color: #828F9A; }
.bkntc_membership_summary_row > strong { color: #292D32; font-weight: 600; }

.bkntc_membership_awaiting_payment
{
    margin: 16px auto 0;
    max-width: 420px;
    padding: 12px 14px;
    border-radius: 4px;
    background: rgba(245, 158, 11, 0.12);
    color: #8A5A00;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.rtl .bkntc_membership_awaiting_payment { text-align: right; }

.booknetic_membership_try_again_btn
{
    margin-top: 16px;
}

/* Ετικέτα κανόνα τιμής στην κάρτα συνδρομής (π.χ. «Έκπτωση 2ης συνδρομής»). */
.booknetic_membership_card_rule_label {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #4a7c1f;
    text-align: right;
}
