/* Outil G — Calendrier des jours sunna à jeûner */

.smc-cs-page { background: linear-gradient(180deg, var(--cream-soft, #FBF5E6) 0%, transparent 100%); }

/* === Bandeau prochains jours === */
.smc-cs-upcoming { max-width: 1080px; margin: 32px auto; padding: 0 16px; }
.smc-cs-upcoming__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px; color: #14223A;
	margin: 0 0 6px; text-align: center;
}
.smc-cs-upcoming__title em { color: #B8935C; font-style: italic; }
.smc-cs-upcoming__intro {
	text-align: center; font-size: 14px; color: #5C6578;
	max-width: 640px; margin: 0 auto 22px;
}
.smc-cs-upcoming__grid {
	display: grid; grid-template-columns: 1fr; gap: 12px;
}
@media (min-width: 600px) { .smc-cs-upcoming__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .smc-cs-upcoming__grid { grid-template-columns: repeat(5, 1fr); } }

.smc-cs-up-card {
	position: relative; background: #FFFFFF;
	border: 1px solid var(--line, #D9CFB8);
	border-radius: 14px; padding: 18px 16px 16px;
	box-shadow: 0 6px 14px rgba(20,34,58,.05);
	transition: transform .25s ease, box-shadow .25s ease;
	overflow: hidden;
}
.smc-cs-up-card::before {
	content: ""; position: absolute; top: 0; left: 0;
	width: 100%; height: 4px;
	background: var(--smc-cs-color, #B8935C);
}
.smc-cs-up-card:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(20,34,58,.1); }
.smc-cs-up-card__icon { font-size: 22px; line-height: 1; }
.smc-cs-up-card__type {
	font-family: 'Poppins', sans-serif; font-size: 12px; letter-spacing: .8px;
	color: var(--smc-cs-color, #B8935C); font-weight: 700; text-transform: uppercase;
	margin: 6px 0 8px;
}
.smc-cs-up-card__date {
	font-family: 'Cormorant Garamond', serif; font-size: 22px;
	font-weight: 600; color: #14223A; line-height: 1.2;
	margin-bottom: 4px;
}
.smc-cs-up-card__hijri { font-size: 13px; color: #5C6578; margin-bottom: 8px; font-style: italic; }
.smc-cs-up-card__countdown {
	display: inline-block; padding: 4px 10px; border-radius: 999px;
	background: var(--smc-cs-color, #B8935C); color: #F7F1E3;
	font-size: 12px; font-weight: 700; letter-spacing: .3px;
}
.smc-cs-up-card__countdown--soon { background: #A0522D; }

/* === Wrapper calendrier + actions === */
.smc-cs-cal-wrap { max-width: 1080px; margin: 12px auto 28px; padding: 0 16px; }
.smc-cs-cal-actions {
	display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center;
	margin-top: 18px;
}
.smc-cs-cal-action {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 12px 22px; border-radius: 10px;
	font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
	text-decoration: none !important; transition: all .2s ease;
	border: none; cursor: pointer;
}
.smc-cs-cal-action--primary {
	background: linear-gradient(135deg, #D4B27E 0%, #B8935C 50%, #8F6F3C 100%);
	color: #14223A !important;
	box-shadow: 0 8px 22px rgba(184,147,92,.4);
}
.smc-cs-cal-action--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(184,147,92,.5); }
.smc-cs-cal-action--ghost {
	background: transparent; color: #14223A !important;
	border: 1.5px solid rgba(184,147,92,.4);
}
.smc-cs-cal-action--ghost:hover { background: rgba(184,147,92,.1); border-color: #B8935C; }

/* === Section types de jeûne (accordions) === */
.smc-cs-types { max-width: 880px; margin: 36px auto; padding: 0 16px; }
.smc-cs-types__title {
	font-family: 'Cormorant Garamond', serif; font-size: 30px; color: #14223A;
	text-align: center; margin: 0 0 8px;
}
.smc-cs-types__title em { color: #B8935C; font-style: italic; }
.smc-cs-types__intro {
	text-align: center; font-size: 15px; color: #2E4166;
	max-width: 680px; margin: 0 auto 28px; line-height: 1.6;
}
.smc-cs-type {
	background: #FFFFFF; border: 1px solid var(--line, #D9CFB8);
	border-radius: 14px; margin-bottom: 14px; overflow: hidden;
	box-shadow: 0 4px 10px rgba(20,34,58,.04);
}
.smc-cs-type[open] { box-shadow: 0 10px 22px rgba(20,34,58,.08); }
.smc-cs-type__head {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 18px 22px; cursor: pointer; list-style: none;
	font-family: 'Poppins', sans-serif; transition: background .2s ease;
}
.smc-cs-type__head::-webkit-details-marker { display: none; }
.smc-cs-type__head:hover { background: #FBF5E6; }
.smc-cs-type__head-left { display: flex; align-items: center; gap: 14px; }
.smc-cs-type__dot {
	width: 14px; height: 14px; border-radius: 50%;
	background: var(--smc-cs-type-color, #B8935C);
	box-shadow: 0 0 0 3px rgba(184,147,92,.15);
	flex-shrink: 0;
}
.smc-cs-type__name {
	font-size: 17px; font-weight: 700; color: #14223A;
}
.smc-cs-type__short { font-size: 13px; color: #5C6578; font-weight: 400; margin-left: 4px; }
.smc-cs-type__chevron { color: #B8935C; font-size: 14px; transition: transform .2s ease; }
.smc-cs-type[open] .smc-cs-type__chevron { transform: rotate(180deg); }
.smc-cs-type__body {
	padding: 0 22px 22px;
	color: #2E4166; font-size: 14.5px; line-height: 1.7;
}
.smc-cs-type__body p { margin: 0 0 12px; }
.smc-cs-type__body p:last-child { margin-bottom: 0; }
.smc-cs-type__body strong { color: #14223A; }
.smc-cs-type__body em { color: #B8935C; font-style: italic; }

/* === Section "vivre les jours sacrés en voyage" === */
.smc-cs-voyage {
	max-width: 1080px; margin: 36px auto;
	padding: 32px 24px; border-radius: 18px;
	background: linear-gradient(135deg, #14223A 0%, #1C2E4A 50%, #2E4166 100%);
	color: #F7F1E3;
}
.smc-cs-voyage__title {
	font-family: 'Cormorant Garamond', serif; font-size: 28px;
	color: #F7F1E3; text-align: center; margin: 0 0 8px;
}
.smc-cs-voyage__title em { color: #D4B27E; font-style: italic; }
.smc-cs-voyage__intro {
	text-align: center; font-size: 14.5px; color: rgba(247,241,227,.85);
	max-width: 720px; margin: 0 auto 24px; line-height: 1.65;
}
.smc-cs-voyage__grid {
	display: grid; grid-template-columns: 1fr; gap: 12px;
}
@media (min-width: 600px) { .smc-cs-voyage__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .smc-cs-voyage__grid { grid-template-columns: repeat(3, 1fr); } }

.smc-cs-voyage-cta {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 18px 16px; border-radius: 12px;
	background: rgba(247,241,227,.06); border: 1px solid rgba(212,178,126,.3);
	color: #F7F1E3 !important; text-decoration: none !important;
	font-family: 'Poppins', sans-serif; transition: all .25s ease;
}
.smc-cs-voyage-cta:hover {
	background: rgba(247,241,227,.12); border-color: #D4B27E;
	transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.smc-cs-voyage-cta__icon { font-size: 24px; margin-bottom: 8px; }
.smc-cs-voyage-cta__label { font-size: 14px; font-weight: 600; text-align: center; }

/* === Tip-box / encadré rappel === */
.smc-cs-rappel {
	max-width: 880px; margin: 28px auto;
	padding: 18px 22px; background: #FBF5E6;
	border-left: 4px solid #B8935C; border-radius: 10px;
	font-size: 14px; color: #2E4166; line-height: 1.65;
}
.smc-cs-rappel strong { color: #14223A; }

/* === FAQ — utilise composant faq-accordion s'il y a, sinon styling de base === */
