/* Shared occasion widget — sitemap homepage + Tandis main */

.cal-occ-wrap {
    direction: rtl;
    text-align: right;
    max-width: 520px;
    margin: 0 auto 1em;
    font-family: IRANSans, iransans, tahoma, serif;
}

.cal-occ-sitemap-slot {
    margin-bottom: 1em;
}

.cal-occ-sitemap-slot--below-main {
    width: 100%;
    max-width: 680px;
    margin: 1.1em auto 1.4em;
    padding: 0 0.5em;
    box-sizing: border-box;
}

.cal-occ-sitemap-slot--below-main .cal-occ-wrap {
    max-width: 100%;
}

.cal-occ-item {
    border-radius: 10px;
    padding: 0.85em 1em;
    margin-bottom: 0.65em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    line-height: 1.65;
}

.cal-occ-item:last-child {
    margin-bottom: 0;
}

.cal-occ-item__title {
    font-size: 1.05em;
    font-weight: bold;
    font-family: IRANSans, iransans, tahoma, serif;
    margin-bottom: 0.35em;
}

.cal-occ-item__body {
    font-size: 0.95em;
    font-family: IRANSans, iransans, tahoma, serif;
}

.cal-occ-importance-critical .cal-occ-item__title {
    font-size: 1.12em;
}

/* عید — کادر گلداری */
.cal-occ-item--eid {
    background: linear-gradient(145deg, #fff9e6 0%, #ffe9a8 45%, #f5d76e 100%);
    border: 2px solid #c9a227;
    color: #4a3a08;
}

.cal-occ-item--eid .cal-occ-item__title {
    color: #7a5c00;
}

/* عزا — تیره */
.cal-occ-item--mourning {
    background: linear-gradient(160deg, #2a2a35 0%, #1a1a22 100%);
    border: 2px solid #4a4a58;
    color: #e8e6ea;
}

.cal-occ-item--mourning .cal-occ-item__title {
    color: #c5c0d0;
}

/* بزرگداشت */
.cal-occ-item--tribute {
    background: linear-gradient(145deg, #f4f8fc 0%, #e8f0f8 100%);
    border: 2px solid #8eb4d4;
    color: #1e3a52;
}

/* سالگرد / ملی */
.cal-occ-item--anniversary {
    background: linear-gradient(145deg, #eef6ff 0%, #d6e8f8 100%);
    border: 2px solid #5a9fd4;
    color: #123a5c;
}

.cal-occ-item--anniversary .cal-occ-item__title {
    color: #0a5a8a;
}
