/* ============================================================ FIX 1 — ISOLARE COMPLETĂ CALENDAR (NU MAI IA STILURILE TEMEI) ============================================================ */ .calendar, #calendar, .calendar *, .calendar-table, .calendar-table * { all: unset !important; display: revert !important; color: revert !important; background: revert !important; border: revert !important; margin: revert !important; padding: revert !important; font-size: revert !important; line-height: revert !important; text-align: revert !important; box-shadow: none !important; } /* Structură corectă pentru calendar */ .calendar, #calendar { width: 100% !important; max-width: 900px !important; margin: 0 auto !important; } /* ============================================================ FIX 2 — TITLUL CALENDARULUI NU MAI DEVINE BUTOANE ============================================================ */ .calendar a, #calendar a, .calendar-header a { all: unset !important; display: inline !important; color: #fff !important; font-weight: 700 !important; text-decoration: none !important; margin: 0 6px !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important; cursor: pointer !important; } /* ============================================================ FIX 3 — ELEMENTE DIN POSTĂRI CARE NU SUNT LINKURI NU MAI DEVIN BUTOANE SAU CARDURI ============================================================ */ .post-body span, .post-body strong, .post-body em, .post-body b, .post-body i { all: unset !important; color: #e6e6e6 !important; font-size: inherit !important; line-height: inherit !important; } /* ============================================================ FIX 4 — IMAGINILE NORMALE DIN POSTĂRI NU MAI DEVIN BUTOANE ============================================================ */ .post-body img:not(a img) { background: none !important; padding: 0 !important; margin: 28px auto !important; box-shadow: none !important; border-radius: 12px !important; transform: none !important; } /* ============================================================ FIX 5 — LINKURILE SIMPLE DIN POSTĂRI NU MAI DEVIN BUTOANE PREMIUM ============================================================ */ .post-body a:not(.btn-premium):not(.btn-premium-21):not(.img-btn-premium-21) { all: unset !important; color: #f7e27a !important; cursor: pointer !important; text-decoration: underline !important; font-weight: 600 !important; }