.cx-calendar{max-width:1100px;margin:30px auto;font-family:inherit}.cx-calendar-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;border-radius:10px;background:var(--cx-header-bg);color:var(--cx-header-text)}.cx-calendar-header h2{margin:0 0 5px;font-size:28px}.cx-calendar-header p{margin:0;opacity:.75}.cx-calendar-nav{display:flex;align-items:center;gap:15px}.cx-calendar-nav button{border:0;border-radius:50%;width:38px;height:38px;font-size:25px;cursor:pointer;background:var(--cx-filter-bg);color:var(--cx-filter-text)}.cx-month-label{min-width:150px;text-align:center}.cx-filters{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.cx-filter{border:1px solid var(--cx-card-border);background:var(--cx-filter-bg);color:var(--cx-filter-text);padding:9px 14px;border-radius:20px;cursor:pointer}.cx-filter.active{background:var(--cx-header-bg);color:var(--cx-header-text);border-color:#111}.cx-release-list{display:grid;gap:12px}.cx-release-card{display:grid;grid-template-columns:70px 80px 1fr;gap:16px;align-items:center;border:1px solid var(--cx-card-border);border-radius:10px;padding:12px;background:var(--cx-card-bg)}.cx-release-date{text-align:center;background:var(--cx-date-bg);border-radius:8px;padding:7px}.cx-release-date span{display:block;font-size:12px;text-transform:uppercase}.cx-release-date strong{display:block;font-size:28px;line-height:1}.cx-release-cover img{width:80px;height:105px;object-fit:cover;border-radius:6px;display:block}.cx-release-info h3{margin:0 0 8px;font-size:20px}.cx-release-info h3 a{text-decoration:none;color:var(--cx-title)}.cx-release-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--cx-body-text)}.cx-pass-badge{font-weight:600;background:var(--cx-pass-bg);color:var(--cx-pass-text);padding:3px 8px;border-radius:12px}.cx-no-releases{padding:35px;text-align:center;border:1px dashed #ccc;border-radius:10px}@media(max-width:650px){.cx-calendar-header{display:block}.cx-calendar-nav{margin-top:18px}.cx-release-card{grid-template-columns:55px 60px 1fr}.cx-release-cover img{width:60px;height:82px}.cx-release-info h3{font-size:17px}.cx-release-date strong{font-size:23px}}

.cx-month-label{color:var(--cx-month-text)}

.cx-release-placeholder{width:80px;height:105px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:var(--cx-header-bg);color:var(--cx-header-text);font-size:42px;font-weight:800;text-decoration:none}
@media(max-width:650px){.cx-release-placeholder{width:60px;height:82px;font-size:32px}}
