﻿/* =========================================================
   فال شمع روزانه
   ========================================================= */

.candle-daily-box {
    max-width: 900px;
    margin: 25px auto;
    padding: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.07);
}


/* ---------- Header ---------- */

.candle-daily-header {
    text-align: center;
    padding: 20px 15px 17px;
    background: linear-gradient(
        180deg,
        #fffaf2 0%,
        #ffffff 100%
    );
}

.candle-daily-title {
    font-size: 23px;
    font-weight: bold;
    color: #7a4a19;
    line-height: 1.8;
}

.candle-daily-subtitle {
    margin-top: 3px;
    font-size: 14px;
    color: #888888;
}


/* ---------- Image ---------- */

.candle-daily-image {
    text-align: center;
    padding: 18px 15px 10px;
}

.candle-daily-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 620px;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.10);
}


/* ---------- Symbol ---------- */

.candle-symbol {
    text-align: center;
    padding: 12px 15px 20px;
}

.candle-symbol span {
    font-size: 20px;
    margin-left: 5px;
}

.candle-symbol strong {
    font-size: 21px;
    color: #6f451d;
}


/* ---------- Content ---------- */

.candle-daily-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 18px 22px;
}


/* ---------- Items ---------- */

.candle-item {
    padding: 16px 17px;
    border-radius: 13px;
    background: #fafafa;
    border: 1px solid #eeeeee;
}

.candle-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.8;
}

.candle-item-text {
    font-size: 14px;
    line-height: 2.1;
    color: #555555;
}


/* ---------- Individual Sections ---------- */

.candle-item.energy {
    background: #fff8f8;
    border-color: #f5dddd;
}

.candle-item.energy .candle-item-title {
    color: #d43b3b;
}


.candle-item.emotion {
    background: #fff9f3;
    border-color: #f1e1d1;
}

.candle-item.emotion .candle-item-title {
    color: #9a6331;
}


.candle-item.warning {
    background: #fffaf0;
    border-color: #f2e3bd;
}

.candle-item.warning .candle-item-title {
    color: #c17b00;
}


.candle-item.opportunity {
    background: #fff7f2;
    border-color: #f3ddd0;
}

.candle-item.opportunity .candle-item-title {
    color: #d95b27;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .candle-daily-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .candle-daily-header {
        padding: 16px 12px 14px;
    }

    .candle-daily-title {
        font-size: 20px;
    }

    .candle-daily-subtitle {
        font-size: 13px;
    }

    .candle-daily-image {
        padding: 12px 10px 8px;
    }

    .candle-daily-image img {
        width: 100%;
        max-width: 430px;
        max-height: none;
        border-radius: 12px;
    }

    .candle-symbol {
        padding: 10px 10px 17px;
    }

    .candle-symbol strong {
        font-size: 19px;
    }

    .candle-daily-content {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px 15px;
    }

    .candle-item {
        padding: 14px 14px;
    }

    .candle-item-title {
        font-size: 15px;
    }

    .candle-item-text {
        font-size: 14px;
        line-height: 2;
    }
}


/* =========================================================
   طالع بینی روزانه کوتاه
   ========================================================= */

.short-horoscope-box {
    max-width: 900px;
    margin: 22px auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}


/* ---------- Header ---------- */

.short-horoscope-header {
    text-align: center;
    padding: 18px 15px 15px;
    background: linear-gradient(
        180deg,
        #faf7ff 0%,
        #ffffff 100%
    );
}

.short-horoscope-title {
    font-size: 22px;
    font-weight: bold;
    color: #604080;
    line-height: 1.8;
}

.short-horoscope-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #888888;
}


/* ---------- Content ---------- */

.short-horoscope-content {
    padding: 10px 16px 18px;
}


/* ---------- Items ---------- */

.short-horo-item {
    padding: 15px 16px;
    margin-top: 9px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.short-horo-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.8;
}

.short-horo-text {
    font-size: 14px;
    line-height: 2.05;
    color: #555555;
}


/* ---------- Love ---------- */

.short-horo-item.love {
    background: #fff7f8;
    border-color: #f4dddd;
}

.short-horo-item.love .short-horo-title {
    color: #d34a55;
}


/* ---------- Social ---------- */

.short-horo-item.social {
    background: #faf7ff;
    border-color: #e7def3;
}

.short-horo-item.social .short-horo-title {
    color: #7046a0;
}


/* ---------- Health ---------- */

.short-horo-item.health {
    background: #f6fbf7;
    border-color: #dcecdf;
}

.short-horo-item.health .short-horo-title {
    color: #39824b;
}


/* ---------- Money ---------- */

.short-horo-item.money {
    background: #fffaf3;
    border-color: #eee1ca;
}

.short-horo-item.money .short-horo-title {
    color: #8c6832;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .short-horoscope-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .short-horoscope-header {
        padding: 15px 12px 13px;
    }

    .short-horoscope-title {
        font-size: 20px;
    }

    .short-horoscope-content {
        padding: 7px 9px 13px;
    }

    .short-horo-item {
        padding: 13px 13px;
        margin-top: 8px;
    }

    .short-horo-title {
        font-size: 14px;
    }

    .short-horo-text {
        font-size: 14px;
        line-height: 2;
    }
}

/* =========================================================
   فال چای روزانه
   ========================================================= */

.chai-daily-box {
    max-width: 900px;
    margin: 22px auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.07);
}


/* ---------- Header ---------- */

.chai-daily-header {
    text-align: center;
    padding: 19px 15px 15px;

    background: linear-gradient(
        180deg,
        #faf7ff 0%,
        #ffffff 100%
    );
}

.chai-daily-title {
    font-size: 23px;
    font-weight: bold;
    color: #67468c;
    line-height: 1.8;
}

.chai-daily-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #888888;
}


/* ---------- Image ---------- */

.chai-daily-image {
    text-align: center;
    padding: 16px 15px 8px;
}

.chai-daily-image img {
    display: block;
    width: auto;
    max-width: 48%;
    max-height: 430px;
    height: auto;

    margin: 0 auto;

    border-radius: 13px;
    border: 1px solid #e5e0eb;

    box-shadow: 0 5px 18px rgba(0,0,0,0.13);
}


/* ---------- Symbol ---------- */

.chai-symbol {
    text-align: center;
    padding: 7px 15px 15px;
}

.chai-month {
    font-size: 14px;
    color: #777777;
}

.chai-date {
    margin-top: 2px;
    font-size: 13px;
    color: #999999;
}

.chai-symbol-label {
    margin-top: 10px;
    font-size: 14px;
    color: #765494;
}

.chai-symbol-name {
    margin-top: 3px;
    font-size: 22px;
    font-weight: bold;
    color: #60417d;
}


/* ---------- Core Message ---------- */

.chai-core-message {
    margin: 0 18px 15px;
    padding: 15px 17px;

    background: #faf8fd;

    border: 1px solid #e5ddef;
    border-radius: 13px;
}

.chai-core-title {
    font-size: 15px;
    font-weight: bold;
    color: #69498c;
    margin-bottom: 6px;
}

.chai-core-text {
    font-size: 14px;
    line-height: 2.05;
    color: #555555;
}


/* ---------- Main Content ---------- */

.chai-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    padding: 0 18px 15px;
}

.chai-item {
    padding: 15px 16px;

    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.chai-item-title {
    font-size: 15px;
    font-weight: bold;

    margin-bottom: 6px;

    line-height: 1.8;
}

.chai-item-text {
    font-size: 14px;
    line-height: 2.05;

    color: #555555;
}


/* ---------- Love ---------- */

.chai-item.love {
    background: #fff8f9;
    border-color: #f2dddd;
}

.chai-item.love .chai-item-title {
    color: #c74a58;
}


/* ---------- Money ---------- */

.chai-item.money {
    background: #fffaf3;
    border-color: #eee1cb;
}

.chai-item.money .chai-item-title {
    color: #9a7135;
}


/* ---------- Work ---------- */

.chai-item.work {
    background: #f7faf8;
    border-color: #dce9df;
}

.chai-item.work .chai-item-title {
    color: #427b4e;
}


/* ---------- Warning ---------- */

.chai-item.warning {
    background: #fffaf1;
    border-color: #f0dfc1;
}

.chai-item.warning .chai-item-title {
    color: #c17b00;
}


/* =========================================================
   Luck
   ========================================================= */

.chai-luck {
    margin: 0 18px 15px;

    padding: 16px 17px;

    background: #f8fbf6;

    border: 1px solid #dce9df;
    border-radius: 13px;
}

.chai-luck-title {
    text-align: center;

    font-size: 16px;
    font-weight: bold;

    color: #397346;

    margin-bottom: 13px;
}

.chai-luck-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 8px;
}

.chai-luck-grid > div {
    text-align: center;

    padding: 9px 5px;

    background: #ffffff;

    border: 1px solid #e5eee3;

    border-radius: 10px;
}

.chai-luck-grid span {
    display: block;

    font-size: 18px;

    margin-bottom: 3px;
}

.chai-luck-grid small {
    display: block;

    font-size: 11px;

    color: #888888;
}

.chai-luck-grid strong {
    display: block;

    margin-top: 3px;

    font-size: 13px;

    color: #47754d;
}

.chai-luck-time {
    text-align: center;

    margin-top: 11px;

    font-size: 13px;

    color: #777777;
}

.chai-luck-time strong {
    color: #47754d;
}


/* =========================================================
   Bottom
   ========================================================= */

.chai-bottom {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    padding: 0 18px 22px;
}

.chai-bottom-item {
    padding: 15px 16px;

    border-radius: 12px;

    border: 1px solid #eeeeee;
}

.chai-bottom-title {
    font-size: 15px;

    font-weight: bold;

    margin-bottom: 6px;
}

.chai-bottom-text {
    font-size: 14px;

    line-height: 2.05;

    color: #555555;
}


/* ---------- Advice ---------- */

.chai-bottom-item.advice {
    background: #f8f6fc;
    border-color: #e5def0;
}

.chai-bottom-item.advice .chai-bottom-title {
    color: #71528d;
}


/* ---------- Future ---------- */

.chai-bottom-item.future {
    background: #f7faf8;
    border-color: #dce9df;
}

.chai-bottom-item.future .chai-bottom-title {
    color: #427b4e;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .chai-daily-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .chai-daily-header {
        padding: 15px 12px 13px;
    }

    .chai-daily-title {
        font-size: 20px;
    }

    .chai-daily-image {
        padding: 12px 10px 7px;
    }

    .chai-daily-image img {
        width: 58%;
        max-width: 270px;
        max-height: none;
    }

    .chai-symbol-name {
        font-size: 20px;
    }

    .chai-core-message {
        margin: 0 10px 10px;
        padding: 13px 14px;
    }

    .chai-content {
        grid-template-columns: 1fr;

        gap: 8px;

        padding: 0 10px 12px;
    }

    .chai-item {
        padding: 13px;
    }

    .chai-item-title {
        font-size: 14px;
    }

    .chai-item-text {
        font-size: 14px;
        line-height: 2;
    }

    .chai-luck {
        margin: 0 10px 10px;
        padding: 14px;
    }

    .chai-luck-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .chai-bottom {
        grid-template-columns: 1fr;

        gap: 8px;

        padding: 0 10px 15px;
    }

    .chai-bottom-item {
        padding: 13px;
    }

}


/* =========================================================
   فال قهوه روزانه
   ========================================================= */

.coffee-daily-box {
    max-width: 900px;
    margin: 22px auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}


/* ---------- Header ---------- */

.coffee-daily-header {
    text-align: center;
    padding: 18px 15px 15px;
    background: linear-gradient(
        180deg,
        #fbf7f2 0%,
        #ffffff 100%
    );
}

.coffee-daily-title {
    font-size: 22px;
    font-weight: bold;
    color: #76502d;
    line-height: 1.8;
}

.coffee-daily-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #888888;
}


/* ---------- Wide Image ---------- */

.coffee-daily-image {
    padding: 10px 15px 4px;
    text-align: center;
}

.coffee-daily-image img {
    display: block;
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 0 auto;
    border-radius: 13px;
    border: 1px solid #e8e1da;
    box-shadow: 0 4px 15px rgba(0,0,0,0.10);
}


/* ---------- Symbol ---------- */

.coffee-symbol {
    text-align: center;
    padding: 13px 15px 5px;
}

.coffee-symbol span {
    font-size: 19px;
    margin-left: 5px;
}

.coffee-symbol strong {
    font-size: 20px;
    color: #6f4a2b;
}


/* ---------- Description ---------- */

.coffee-description {
    max-width: 820px;
    margin: 5px auto 12px;
    padding: 0 20px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 2;
}


/* ---------- Content ---------- */

.coffee-daily-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 5px 18px 22px;
}


/* ---------- Items ---------- */

.coffee-item {
    padding: 15px 16px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.coffee-item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.8;
}

.coffee-item-text {
    font-size: 14px;
    line-height: 2.05;
    color: #555555;
}


/* ---------- Love ---------- */

.coffee-item.love {
    background: #fff7f8;
    border-color: #f4dddd;
}

.coffee-item.love .coffee-item-title {
    color: #d34a55;
}


/* ---------- Money ---------- */

.coffee-item.money {
    background: #fffaf3;
    border-color: #eee0c9;
}

.coffee-item.money .coffee-item-title {
    color: #8d6732;
}


/* ---------- Work ---------- */

.coffee-item.work {
    background: #fff9f0;
    border-color: #f0dfc1;
}

.coffee-item.work .coffee-item-title {
    color: #b47719;
}


/* ---------- Warning ---------- */

.coffee-item.warning {
    background: #fff9f1;
    border-color: #f1dfc1;
}

.coffee-item.warning .coffee-item-title {
    color: #c17b00;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .coffee-daily-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .coffee-daily-header {
        padding: 15px 12px 13px;
    }

    .coffee-daily-title {
        font-size: 20px;
    }

    .coffee-daily-image {
        padding: 9px 9px 3px;
    }

    .coffee-daily-image img {
        width: 100%;
        border-radius: 11px;
    }

    .coffee-symbol {
        padding: 11px 10px 4px;
    }

    .coffee-symbol strong {
        font-size: 18px;
    }

    .coffee-description {
        padding: 0 14px;
        font-size: 13px;
        line-height: 2;
    }

    .coffee-daily-content {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 5px 9px 14px;
    }

    .coffee-item {
        padding: 13px 13px;
    }

    .coffee-item-title {
        font-size: 14px;
    }

    .coffee-item-text {
        font-size: 14px;
        line-height: 2;
    }
}

/* =========================================================
   فال تاروت روزانه
   ========================================================= */

.tarot-daily-box {
    max-width: 900px;
    margin: 22px auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.07);
}


/* ---------- Header ---------- */

.tarot-daily-header {
    text-align: center;
    padding: 19px 15px 15px;
    background: linear-gradient(
        180deg,
        #f8f5ff 0%,
        #ffffff 100%
    );
}

.tarot-daily-title {
    font-size: 23px;
    font-weight: bold;
    color: #62458a;
    line-height: 1.8;
}

.tarot-daily-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #888888;
}


/* ---------- Image ---------- */

.tarot-daily-image {
    text-align: center;
    padding: 17px 15px 8px;
}

.tarot-daily-image img {
    display: block;
    width: auto;
    max-width: 55%;
    max-height: 520px;
    height: auto;
    margin: 0 auto;
    border-radius: 13px;
    border: 1px solid #e5e1eb;
    box-shadow: 0 5px 18px rgba(0,0,0,0.13);
}


/* ---------- Card Name ---------- */

.tarot-card-name {
    text-align: center;
    padding: 8px 15px 4px;
}

.tarot-card-name span {
    font-size: 19px;
    margin-left: 5px;
}

.tarot-card-name strong {
    font-size: 21px;
    color: #5d437d;
}


/* ---------- Core Message ---------- */

.tarot-core-message {
    max-width: 760px;
    margin: 7px auto 16px;
    padding: 0 20px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 2.05;
}


/* ---------- Power ---------- */

.tarot-power {
    margin: 0 18px 14px;
    padding: 14px 16px;
    background: #faf8fd;
    border: 1px solid #e7e0ef;
    border-radius: 13px;
}

.tarot-power-title {
    font-size: 15px;
    font-weight: bold;
    color: #69498c;
    margin-bottom: 9px;
}

.tarot-power-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tarot-power-bar {
    flex: 1;
    height: 10px;
    background: #eeeaf3;
    border-radius: 20px;
    overflow: hidden;
}

.tarot-power-fill {
    height: 100%;
    background: #8b6aaa;
    border-radius: 20px;
}

.tarot-power-row strong {
    min-width: 38px;
    font-size: 13px;
    color: #69498c;
}


/* ---------- Scores ---------- */

.tarot-scores {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    padding: 0 18px 15px;
}

.tarot-score {
    text-align: center;
    padding: 11px 7px;
    border-radius: 11px;
    border: 1px solid #eeeeee;
}

.tarot-score span {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.tarot-score strong {
    display: block;
    font-size: 15px;
}

.tarot-score small {
    display: block;
    margin-top: 2px;
    color: #777777;
    font-size: 12px;
}


/* ---------- Score Colors ---------- */

.tarot-score.love {
    background: #fff8f9;
    border-color: #f1dddd;
}

.tarot-score.love strong {
    color: #c74a58;
}

.tarot-score.money {
    background: #fffaf3;
    border-color: #eee1cb;
}

.tarot-score.money strong {
    color: #9a7135;
}

.tarot-score.career {
    background: #f7faf8;
    border-color: #dce9df;
}

.tarot-score.career strong {
    color: #427b4e;
}

.tarot-score.travel {
    background: #f8f6fc;
    border-color: #e5def0;
}

.tarot-score.travel strong {
    color: #71528d;
}


/* ---------- Content ---------- */

.tarot-daily-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 18px 15px;
}

.tarot-item {
    padding: 15px 16px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.tarot-item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.8;
}

.tarot-item-text {
    font-size: 14px;
    line-height: 2.05;
    color: #555555;
}


/* ---------- Love ---------- */

.tarot-item.love {
    background: #fff8f9;
    border-color: #f2dddd;
}

.tarot-item.love .tarot-item-title {
    color: #c74a58;
}


/* ---------- Work ---------- */

.tarot-item.work {
    background: #f7faf8;
    border-color: #dce9df;
}

.tarot-item.work .tarot-item-title {
    color: #427b4e;
}


/* ---------- Advice ---------- */

.tarot-item.advice {
    background: #faf8fd;
    border-color: #e5def0;
}

.tarot-item.advice .tarot-item-title {
    color: #71528d;
}


/* ---------- Obstacle ---------- */

.tarot-item.obstacle {
    background: #fffaf1;
    border-color: #f0dfc1;
}

.tarot-item.obstacle .tarot-item-title {
    color: #c17b00;
}


/* ---------- Today Message ---------- */

.tarot-today-message {
    margin: 0 18px 22px;
    padding: 16px 17px;
    background: linear-gradient(
        135deg,
        #faf7ff,
        #f8f4fc
    );
    border: 1px solid #e5dced;
    border-radius: 13px;
}

.tarot-message-title {
    font-size: 16px;
    font-weight: bold;
    color: #69498c;
    margin-bottom: 7px;
}

.tarot-message-text {
    font-size: 14px;
    line-height: 2.1;
    color: #555555;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .tarot-daily-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .tarot-daily-header {
        padding: 15px 12px 13px;
    }

    .tarot-daily-title {
        font-size: 20px;
    }

    .tarot-daily-image {
        padding: 12px 10px 7px;
    }

    .tarot-daily-image img {
        width: 62%;
        max-width: 280px;
        max-height: none;
    }

    .tarot-card-name strong {
        font-size: 19px;
    }

    .tarot-core-message {
        padding: 0 14px;
        font-size: 13px;
        line-height: 2;
    }

    .tarot-power {
        margin: 0 10px 10px;
        padding: 13px 14px;
    }

    .tarot-scores {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 10px 13px;
    }

    .tarot-daily-content {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0 10px 12px;
    }

    .tarot-item {
        padding: 13px 13px;
    }

    .tarot-item-title {
        font-size: 14px;
    }

    .tarot-item-text {
        font-size: 14px;
        line-height: 2;
    }

    .tarot-today-message {
        margin: 0 10px 15px;
        padding: 14px;
    }

    .tarot-message-title {
        font-size: 15px;
    }
}


/* =========================================================
   فال ورق روزانه
   ========================================================= */

.card-daily-box {
    max-width: 900px;
    margin: 22px auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}


/* ---------- Header ---------- */

.card-daily-header {
    text-align: center;
    padding: 18px 15px 14px;
    background: linear-gradient(
        180deg,
        #fff8f8 0%,
        #ffffff 100%
    );
}

.card-daily-title {
    font-size: 22px;
    font-weight: bold;
    color: #8a3d3d;
    line-height: 1.8;
}

.card-daily-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #888888;
}


/* ---------- Card Image ---------- */

.card-daily-image {
    text-align: center;
    padding: 15px 15px 8px;
}

.card-daily-image img {
    display: block;
    width: auto;
    max-width: 65%;
    max-height: 360px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 17px rgba(0,0,0,0.12);
}


/* ---------- Symbol ---------- */

.card-symbol {
    text-align: center;
    padding: 8px 15px 4px;
}

.card-symbol span {
    font-size: 19px;
    margin-left: 5px;
}

.card-symbol strong {
    font-size: 21px;
    color: #713c3c;
}


/* ---------- Description ---------- */

.card-description {
    max-width: 760px;
    margin: 5px auto 15px;
    padding: 0 20px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 2;
}


/* ---------- Energy ---------- */

.card-energy {
    margin: 0 18px 12px;
    padding: 15px 17px;
    background: #fff8f8;
    border: 1px solid #f0dddd;
    border-radius: 13px;
}

.card-energy-title {
    color: #c43e3e;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}

.card-energy-value {
    display: inline-block;
    color: #8f3030;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-energy-text {
    color: #555555;
    font-size: 14px;
    line-height: 2.05;
}


/* ---------- Content ---------- */

.card-daily-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 18px 22px;
}

.card-item {
    padding: 15px 16px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.card-item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.8;
}

.card-item-text {
    font-size: 14px;
    line-height: 2.05;
    color: #555555;
}


/* ---------- Emotion ---------- */

.card-item.emotion {
    background: #fff8f8;
    border-color: #f3dddd;
}

.card-item.emotion .card-item-title {
    color: #c54a55;
}


/* ---------- Warning ---------- */

.card-item.warning {
    background: #fffaf1;
    border-color: #f0dfc1;
}

.card-item.warning .card-item-title {
    color: #c17b00;
}


/* ---------- Opportunity ---------- */

.card-item.opportunity {
    background: #f8fbf6;
    border-color: #dcebd9;
}

.card-item.opportunity .card-item-title {
    color: #43824b;
}


/* ---------- Destiny ---------- */

.card-item.destiny {
    background: #faf7ff;
    border-color: #e6def2;
}

.card-item.destiny .card-item-title {
    color: #704b94;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .card-daily-box {
        margin: 15px 8px;
        border-radius: 14px;
    }

    .card-daily-header {
        padding: 15px 12px 13px;
    }

    .card-daily-title {
        font-size: 20px;
    }

    .card-daily-image {
        padding: 12px 10px 6px;
    }

    .card-daily-image img {
        width: 62%;
        max-width: 280px;
        max-height: none;
    }

    .card-symbol strong {
        font-size: 19px;
    }

    .card-description {
        padding: 0 14px;
        font-size: 13px;
        line-height: 2;
    }

    .card-energy {
        margin: 0 10px 9px;
        padding: 13px 14px;
    }

    .card-daily-content {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0 10px 15px;
    }

    .card-item {
        padding: 13px 13px;
    }

    .card-item-title {
        font-size: 14px;
    }

    .card-item-text {
        font-size: 14px;
        line-height: 2;
    }
}


/* =========================================================
   لینک فال های قابل انجام
   ========================================================= */

.daily-fal-links {
    max-width: 900px;

    margin: 35px auto 20px;

    padding: 24px 18px;

    background: linear-gradient(
        135deg,
        #faf8ff,
        #f8fbff
    );

    border: 1px solid #e5e0ee;

    border-radius: 18px;

    text-align: center;

    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}


/* ---------- عنوان ---------- */

.daily-fal-links-title {
    font-size: 22px;

    font-weight: bold;

    color: #60447d;

    margin-bottom: 5px;
}


.daily-fal-links-subtitle {
    font-size: 13px;

    color: #888;

    margin-bottom: 18px;

    line-height: 1.8;
}


/* ---------- Grid ---------- */

.daily-fal-links-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 11px;
}


/* ---------- کارت ---------- */

.daily-fal-link {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-height: 165px;

    padding: 17px 10px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 14px;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


/* ---------- Hover ---------- */

.daily-fal-link:hover {

    transform: translateY(-3px);

    box-shadow:
        0 7px 20px rgba(0,0,0,0.09);
}


/* ---------- Emoji ---------- */

.daily-fal-icon {

    font-size: 32px;

    line-height: 1;

    margin-bottom: 9px;
}


/* ---------- نام ---------- */

.daily-fal-link strong {

    font-size: 16px;

    margin-bottom: 5px;

    color: #555;
}


/* ---------- توضیح ---------- */

.daily-fal-link small {

    font-size: 11.5px;

    line-height: 1.8;

    color: #888;

    margin-bottom: 9px;
}


/* ---------- دکمه ---------- */

.daily-fal-link b {

    font-size: 12px;

    font-weight: bold;
}


/* =========================================================
   رنگ اختصاصی هر فال
   ========================================================= */


/* حافظ */

.daily-fal-link.hafez {

    border-color: #e4d9c5;
}

.daily-fal-link.hafez strong,
.daily-fal-link.hafez b {

    color: #80633b;
}


/* استخاره */

.daily-fal-link.estekhareh {

    border-color: #ddd6eb;
}

.daily-fal-link.estekhareh strong,
.daily-fal-link.estekhareh b {

    color: #67468c;
}


/* تاروت */

.daily-fal-link.tarot {

    border-color: #e2d8ed;
}

.daily-fal-link.tarot strong,
.daily-fal-link.tarot b {

    color: #70518e;
}


/* چای */

.daily-fal-link.chai {

    border-color: #dce8df;
}

.daily-fal-link.chai strong,
.daily-fal-link.chai b {

    color: #4d7757;
}


/* شمع */

.daily-fal-link.candle {

    border-color: #f0dfc9;
}

.daily-fal-link.candle strong,
.daily-fal-link.candle b {

    color: #b47732;
}


/* ورق */

.daily-fal-link.cards {

    border-color: #e6d9df;
}

.daily-fal-link.cards strong,
.daily-fal-link.cards b {

    color: #8b4f63;
}


/* قهوه */

.daily-fal-link.coffee {

    border-color: #dfd4c9;
}

.daily-fal-link.coffee strong,
.daily-fal-link.coffee b {

    color: #795548;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 750px) {

    .daily-fal-links-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 500px) {

    .daily-fal-links {

        margin: 25px 8px 15px;

        padding: 19px 10px;

        border-radius: 15px;
    }


    .daily-fal-links-title {

        font-size: 20px;

    }


    .daily-fal-links-subtitle {

        font-size: 12px;

        margin-bottom: 14px;

    }


    .daily-fal-links-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 8px;

    }


    .daily-fal-link {

        min-height: 145px;

        padding: 14px 7px;

        border-radius: 12px;

    }


    .daily-fal-icon {

        font-size: 28px;

        margin-bottom: 7px;

    }


    .daily-fal-link strong {

        font-size: 14px;

    }


    .daily-fal-link small {

        font-size: 10.5px;

        line-height: 1.7;

    }


    .daily-fal-link b {

        font-size: 11px;

    }

}