.crw-workshop-page{display:grid;gap:28px}
.crw-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;position:relative}
.crw-hero__content{background:#fff;padding:32px;border-radius:18px}
.crw-hero__media img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.crw-eyebrow{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(243,237,227,.85);
  border:1px solid rgba(43,36,31,.08);
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#866
}
.crw-intro{font-size:20px;line-height:1.5}
.crw-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.crw-hero__meta span{background:#f2ece5;padding:8px 12px;border-radius:999px}

.crw-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:#f05b7e !important;
  color:#fff !important;
  text-decoration:none !important;
  padding:10px 18px !important;
  border-radius:999px;
  font-weight:700;
  font-size:14px !important;
  line-height:1.2;
  border:none !important;
  box-shadow:0 6px 16px rgba(240,91,126,.25);
  transition:background .2s ease;
  cursor:pointer;
  white-space:nowrap;
}

.crw-btn:hover{
  background:#e24d71 !important;
  color:#fff !important;
}

.crw-btn--ghost{
  background:#fff!important;
  color:#2b241f!important;
  border:1px solid rgba(43,36,31,.12)!important;
  box-shadow:0 10px 18px rgba(43,36,31,.08);
}

.crw-section{background:#fff;padding:28px;border-radius:18px}
.crw-section--plain{background:#fff}
.crw-section--ocre{background:linear-gradient(180deg, rgba(246,224,193,.65), rgba(255,255,255,.96))}
.crw-section--ocre-soft{background:linear-gradient(180deg, rgba(246,224,193,.55), rgba(255,255,255,.96))}
.crw-section--rose-soft{background:linear-gradient(180deg, rgba(247,222,230,.75), rgba(255,255,255,.97))}
.crw-section--vert-soft{background:linear-gradient(180deg, rgba(224,235,225,.72), rgba(255,255,255,.97))}
.crw-section--calendar{background:linear-gradient(180deg, rgba(243,237,227,.95), rgba(255,255,255,.98));border:1px solid rgba(43,36,31,.08)}
.crw-section--faq{background:transparent;padding:0;box-shadow:none}

.crw-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.crw-info-list{margin:0;padding-left:18px}
.crw-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.crw-gallery__item img{width:100%;height:220px;object-fit:cover;border-radius:16px}
.crw-richtext p{margin:0 0 1em}
.crw-workshop-page h2{letter-spacing:-.02em}
.crw-workshop-page h3{letter-spacing:-.01em}

.crw-faq{display:grid;gap:12px}
.crw-faq__item{border:1px solid #eee;border-radius:14px;padding:12px 16px}
.crw-faq__item summary{cursor:pointer;font-weight:700}

/* FAQ Cridélie */
.crw-faq-cridelie{display:grid;gap:18px}
.crw-faq-card{border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(43,36,31,.10);background-size:cover;background-position:center}
.crw-faq-card__inner{padding:18px}
.crw-faq-card__button{
  width:100%;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:0;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px
}
.crw-faq-card__title{margin:0;font-weight:800;font-size:18px;color:rgba(27,22,20,.92)}
.crw-faq-card__badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(43,36,31,.12);
  box-shadow:0 10px 18px rgba(43,36,31,.10);
  font-size:22px;
  line-height:1;
  color:rgba(27,22,20,.8);
  transition:transform .25s ease
}
.crw-faq-card__panel{
  margin-top:12px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(43,36,31,.10);
  border-radius:22px;
  box-shadow:0 16px 30px rgba(43,36,31,.08);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px)
}
.crw-faq-card__panel-inner{padding:14px 18px 16px}
.crw-faq-card__panel-inner p{margin:0 0 .8em}
.crw-faq-card__panel-inner p:last-child{margin-bottom:0}
.crw-faq-card.is-open .crw-faq-card__badge{transform:rotate(45deg)}

/* Calendrier / sessions */
.crw-calendar{padding:4px 0}
.crw-calendar h3,.crw-calendar h2{margin-top:0}
.crw-session-list,.crw-session-grid{display:grid;gap:14px;list-style:none;padding:0;margin:0}
.crw-session-item,.crw-session-card{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:16px;
  border:1px solid #ece7df;
  border-radius:14px;
  background:rgba(255,255,255,.9)
}
.crw-session-item form,.crw-session-card__side{text-align:right}
.crw-price{font-weight:700;margin-bottom:8px}
.crw-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#efe7dd;margin-left:10px}
.crw-status-cancelled{background:#f5d7dc}
.crw-session-card .button.alt,.crw-session-item .button.alt{
  background:#f05b7e!important;
  color:#fff!important;
  border:none!important;
  border-radius:12px!important;
  padding:12px 22px!important;
  font-weight:700!important;
  box-shadow:0 10px 18px rgba(43,36,31,.08)
}
.crw-session-card .button.alt:hover,.crw-session-item .button.alt:hover{background:#e24d71!important}

/* Utilitaires */
.crw-listing{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.crw-card{background:#fff;padding:16px;border-radius:16px}
.crw-next-dates{margin:10px 0 0 18px}
.crw-muted{color:#786a60}
.crw-link{font-weight:600}
.crw-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.crw-benefit{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(43,36,31,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 24px rgba(43,36,31,.06)
}
.crw-benefit h3{margin:0 0 8px;font-size:24px}
.crw-benefit p{margin:0}
.crw-chips{display:flex;flex-wrap:wrap;gap:12px}
.crw-chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(43,36,31,.10);
  box-shadow:0 8px 18px rgba(43,36,31,.06)
}

/* Related cards */
.crw-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.crw-related-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 28px rgba(43,36,31,.08);
  border:1px solid rgba(43,36,31,.08)
}
.crw-related-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#f6f0e8}
.crw-related-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.crw-related-card:hover .crw-related-card__media img{transform:scale(1.05)}
.crw-related-card__content{padding:18px}
.crw-related-card__content h3{margin:0 0 8px;font-size:28px}
.crw-related-card__content p{margin:0 0 14px;color:#6e6259}
.crw-card__cat{
  margin:0 0 6px;
  color:#8f7568;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
  font-weight:700
}

/* ── Listing cartes ateliers ─────────────────────────────────────────── */
.crw-related-grid--listing{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.crw-related-card--listing{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(43,36,31,.08);
  border:1px solid rgba(43,36,31,.07);
  background:#fff;
  transition:box-shadow .25s ease, transform .25s ease;
  display:flex;
  flex-direction:column;
}
.crw-related-card--listing:hover{
  box-shadow:0 8px 32px rgba(243,84,129,.12);
  transform:translateY(-3px);
}

/* Image avec médaillon icône en surimpression */
.crw-related-card--listing .crw-related-card__media{
  aspect-ratio:16/10;
  position:relative;
}
.crw-related-card--listing .crw-related-card__media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .45s ease;
}
.crw-related-card--listing:hover .crw-related-card__media img{
  transform:scale(1.04);
}

/* Médaillon rond texturé en haut à droite */
.crw-card-medallion{
  position:absolute;
  top:12px;right:12px;
  width:56px;height:56px;
  border-radius:50%;
  background-size:cover;
  background-position:center;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;
  box-shadow:0 2px 10px rgba(43,36,31,.15);
}
.crw-card-medallion--rose  {background-image:url("https://cridelie.fr/wp-content/uploads/2026/02/rond-puce-cridelie-rose.png");}
.crw-card-medallion--vert  {background-image:url("https://cridelie.fr/wp-content/uploads/2026/02/rond-puce-cridelie-vert.png");}
.crw-card-medallion--orange{background-image:url("https://cridelie.fr/wp-content/uploads/2026/02/rond-puce-cridelie-ocre.png");}
.crw-card-medallion--beige {background-image:url("https://cridelie.fr/wp-content/uploads/2026/02/rond-puce-cridelie-beige.png");}

/* Contenu */
.crw-related-card--listing .crw-related-card__content{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
  gap:0;
}
.crw-related-card--listing .crw-related-card__content h3{
  margin:0 0 4px;
  font-size:17px;
  font-weight:700;
  line-height:1.25;
  color:#1b1614;
}
.crw-related-card--listing .crw-related-card__content h3 a{
  color:inherit;text-decoration:none;
}
.crw-related-card--listing .crw-related-card__content h3 a:hover{color:#F35481;}

/* Sous-titre italique */
.crw-card__subtitle{
  font-size:13px;
  color:#9a8c84;
  font-style:italic;
  margin:0 0 10px;
}

/* Description */
.crw-related-card--listing .crw-related-card__content .crw-card__desc{
  margin:0 0 14px;
  color:#6e6259;
  font-size:13.5px;
  line-height:1.6;
  flex:1;
}

/* Footer : durée + prix + bouton */
.crw-listing-card__footer{
  display:flex;
  align-items:center;
  gap:0;
  margin-top:auto;
  border-top:1px solid rgba(43,36,31,.06);
  padding-top:14px;
}
.crw-listing-card__meta{
  display:flex;
  align-items:center;
  gap:14px;
  flex:1;
  font-size:13px;
  color:#8a7266;
}
.crw-listing-card__meta-item{
  display:flex;align-items:center;gap:4px;
}
.crw-listing-card__price{
  font-size:17px;
  font-weight:800;
  color:#1b1614;
}
.crw-listing-card__price .crw-price-eur{
  font-size:13px;font-weight:600;color:#8a7266;margin-right:1px;
}
.crw-listing-card__button.crw-btn{
  padding:9px 18px;
  font-size:13.5px;
  border-radius:10px;
  white-space:nowrap;
}

.crw-related-card__placeholder{
  width:100%;height:100%;background:#f6f0e8;
}
.crw-chips--listing{gap:8px;margin-top:2px;}
.crw-chips--listing .crw-chip{padding:7px 11px;font-size:13px;}

/* Filtres */
.crw-filters-bar{
  display:grid !important;
  gap:18px;
  margin-bottom:28px;
  padding:20px;
  background:#fff;
  border:1px solid rgba(43,36,31,.08);
  border-radius:18px;
  box-shadow:0 12px 24px rgba(43,36,31,.06);
}

.crw-filters-row{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px;
  align-items:start;
}

.crw-filter-dropdown{
  display:block !important;
  border:1px solid rgba(43,36,31,.10);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}

.crw-filter-dropdown[open]{
  box-shadow:0 12px 24px rgba(43,36,31,.06);
}

.crw-filter-dropdown__summary{
  list-style:none !important;
  cursor:pointer;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  font-weight:700;
  color:#2b241f;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.crw-filter-dropdown__summary::-webkit-details-marker{
  display:none;
}

.crw-filter-dropdown__summary::marker{
  display:none;
  content:'';
}

.crw-filter-dropdown__title{
  font-size:15px;
  font-weight:700;
}

.crw-filter-dropdown__value{
  font-size:13px;
  font-weight:600;
  color:#8a7266;
  padding-right:22px;
  position:relative;
}

.crw-filter-dropdown__value::after{
  content:"▾";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  color:#8a7266;
}

.crw-filter-dropdown[open] .crw-filter-dropdown__value::after{
  content:"▴";
}

.crw-filter-dropdown__panel{
  padding:0 16px 16px;
  border-top:1px solid rgba(43,36,31,.08);
}

.crw-filter-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding-top:14px;
}

.crw-filter-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(43,36,31,.10);
  color:#2b241f;
  text-decoration:none;
  font-weight:600;
  font-size:13px;
  line-height:1.1;
  transition:all .2s ease;
}

.crw-filter-pill:hover{
  background:#f7f0e8;
  color:#2b241f;
}

.crw-filter-pill.is-active{
  background:#f05b7e;
  border-color:#f05b7e;
  color:#fff;
}

.crw-filter-search-wrap{
  display:none; /* Barre de recherche désactivée — pas utile */
}

.crw-filter-search{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.crw-filter-search__input{
  flex:1 1 260px;
  min-height:44px;
  padding:9px 14px;
  border:1px solid rgba(43,36,31,.14);
  border-radius:12px;
  font-size:14px;
  box-shadow:none !important;
  background:#fff !important;
  color:#2b241f !important;
}

.crw-filter-search__button{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 20px;
  border:none !important;
  border-radius:999px;
  background:#f05b7e !important;
  color:#fff !important;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(240,91,126,.25);
  transition:background .2s ease;
  white-space:nowrap;
}

.crw-filter-search__button:hover{
  background:#e24d71 !important;
}

.crw-filter-search__reset{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  text-decoration:none !important;
  background:#f6f0e8 !important;
  color:#2b241f !important;
  font-weight:600;
  font-size:14px;
  border:1px solid rgba(43,36,31,.12) !important;
  white-space:nowrap;
}

.crw-filter-search__reset:hover{
  background:#ede5d8 !important;
  color:#2b241f !important;
}

/* WooCommerce */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{
  max-width:860px; /* réduit de 1180 → 860 pour un panier plus lisible */
  margin:32px auto 56px;
  padding:0 clamp(16px,4vw,40px)
}
.woocommerce-cart table.cart td,.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:16px 12px}
.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout #payment{margin-top:24px}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{
  border-radius:12px!important
}

.woocommerce-cart-form,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order{
  background:transparent;
}
.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table,
.woocommerce-page .cart_totals,
.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields{
  background:#fff;
  border:1px solid rgba(43,36,31,.08)!important;
  border-radius:22px;
  box-shadow:0 14px 28px rgba(43,36,31,.06);
}
.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table{
  overflow:hidden;
}
.woocommerce-cart .shop_table thead th,
.woocommerce-checkout .shop_table thead th{
  background:#f7f0e8;
}
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th{
  padding:18px 16px;
}
.woocommerce-cart .product-name a{
  font-size:22px;
  font-weight:700;
  color:#2b241f;
}
.woocommerce-cart .product-name dl.variation,
.woocommerce-cart .product-name .wc-item-meta{
  margin-top:10px;
}
.woocommerce-cart .product-name dd p,
.woocommerce-cart .product-name .wc-item-meta li{
  color:#6f6258;
}
.woocommerce-cart .product-thumbnail img{
  border-radius:16px;
  background:#f7f0e8;
  padding:6px;
}
.woocommerce .quantity .qty{
  border-radius:12px;
  min-height:44px;
}
.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order{
  padding:24px;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields{
  padding:24px;
  margin-bottom:22px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
  border-radius:12px!important;
  border:1px solid rgba(43,36,31,.16)!important;
  min-height:46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:46px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:46px!important;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #payment #place_order{
  background:#f05b7e!important;
  color:#fff!important;
  border:none!important;
  border-radius:14px!important;
  min-height:52px;
  padding:14px 26px!important;
  font-weight:700!important;
  box-shadow:0 12px 24px rgba(43,36,31,.08);
}
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce #payment #place_order:hover{
  background:#e24d71!important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
  width:100%;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error{
  border-radius:16px;
  overflow:hidden;
}

/* Panier atelier */
.woocommerce-cart .shop_table .product-thumbnail,
.wp-block-woocommerce-cart .wc-block-cart-item__image{
  width:140px;
}
.crw-cart-thumb-image,
.woocommerce-cart .shop_table .product-thumbnail img,
.wp-block-woocommerce-cart .wc-block-cart-item__image img{
  width:110px!important;
  height:110px!important;
  object-fit:cover!important;
  border-radius:18px!important;
  display:block;
  background:#f7f0e8;
  box-shadow:0 10px 18px rgba(43,36,31,.08);
}
.crw-cart-card__eyebrow{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#8b7468;
  margin-bottom:6px;
  font-weight:700;
}
.crw-cart-card__title{
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  color:#2b241f;
  margin-bottom:10px;
}
.crw-cart-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:#6f6258;
  font-size:15px;
}
.crw-cart-card__meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#f7f0e8;
  border:1px solid rgba(43,36,31,.08);
  border-radius:999px;
  padding:8px 12px;
}
.woocommerce-cart .shop_table .product-name,
.wp-block-woocommerce-cart .wc-block-cart-item__product{
  padding-top:10px;
}
.woocommerce-cart .shop_table{
  border-spacing:0 14px;
}
.woocommerce-cart .shop_table tbody tr{
  background:#fff;
}
.woocommerce-cart .shop_table tbody td{
  vertical-align:top;
}
.wp-block-woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-checkout .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__main,
.wp-block-woocommerce-cart .wc-block-components-totals-wrapper{
  background:#fff;
  border:1px solid rgba(43,36,31,.08);
  border-radius:22px;
  box-shadow:0 14px 28px rgba(43,36,31,.06);
  padding:18px;
}
.wp-block-woocommerce-cart .wc-block-cart-items{margin-bottom:22px}
.wp-block-woocommerce-cart .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wc-block-components-product-name{
  font-size:22px;
  font-weight:700;
  color:#2b241f;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-product-metadata,
.wp-block-woocommerce-checkout .wc-block-components-product-metadata{
  font-size:14px;
  color:#6f6258;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button{
  background:#f05b7e!important;
  color:#fff!important;
  border-radius:14px!important;
  min-height:54px!important;
  font-weight:700!important;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector,
.wp-block-woocommerce-checkout .wc-block-components-quantity-selector{
  border-radius:12px;
  overflow:hidden;
}

/* Planning global */
.crw-planning-filters{margin:18px 0;display:flex;gap:12px;flex-wrap:wrap;align-items:end}
.crw-admin-calendar{background:#fff;border:1px solid rgba(43,36,31,.08);border-radius:18px;box-shadow:0 12px 28px rgba(43,36,31,.06);padding:16px}
.crw-admin-calendar__weekdays,.crw-admin-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.crw-admin-calendar__weekdays span{font-weight:700;text-align:center;padding:8px 0}
.crw-admin-calendar__cell{min-height:120px;border:1px solid rgba(43,36,31,.08);border-radius:14px;padding:10px;background:#faf8f5}
.crw-admin-calendar__cell.is-empty{background:transparent;border:none}
.crw-admin-calendar__day{font-weight:800;margin-bottom:8px}
.crw-admin-calendar__items{display:grid;gap:8px}
.crw-admin-calendar__item{background:#fff;border-radius:12px;padding:8px 10px;border:1px solid rgba(43,36,31,.08);font-size:12px;line-height:1.45}

/* Responsive */
@media (max-width:900px){
  .crw-hero,.crw-grid-2{grid-template-columns:1fr}
  .crw-session-item,.crw-session-card{flex-direction:column;align-items:flex-start}
  .crw-session-item form,.crw-session-card__side{text-align:left}
  .crw-benefits,.crw-related-grid,.crw-related-grid--listing{grid-template-columns:1fr}

  .crw-filters-row{
    grid-template-columns:1fr !important;
  }

  .crw-filter-dropdown__summary{
    padding:13px 14px;
  }

  .crw-filter-pills{
    flex-direction:column;
    align-items:stretch;
  }

  .crw-filter-pill{
    width:100%;
    justify-content:center;
  }

  .crw-filter-search{
    flex-direction:column;
    align-items:stretch;
  }

  .crw-filter-search__button,
  .crw-filter-search__reset{
    width:100%;
  }

  .crw-listing-card__footer{
    align-items:flex-start;
    flex-wrap:wrap;
  }

  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{
    padding:0 16px;
    margin:20px auto 40px;
  }
  .woocommerce-cart table.cart td,.woocommerce-checkout .woocommerce-checkout-review-order-table td{
    padding:12px 8px;
  }
  .woocommerce-cart .shop_table td,
  .woocommerce-cart .shop_table th,
  .woocommerce-checkout .shop_table td,
  .woocommerce-checkout .shop_table th{
    padding:12px 10px;
  }
  .woocommerce-cart .product-name a{font-size:18px}
  .woocommerce-cart .cart_totals,
  .woocommerce-checkout .woocommerce-checkout-review-order,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields{
    padding:18px;
  }

  .woocommerce-cart .shop_table .product-thumbnail,
  .wp-block-woocommerce-cart .wc-block-cart-item__image{
    width:96px;
  }
  .crw-cart-thumb-image,
  .woocommerce-cart .shop_table .product-thumbnail img,
  .wp-block-woocommerce-cart .wc-block-cart-item__image img{
    width:82px!important;
    height:82px!important;
    border-radius:14px!important;
  }
  .crw-cart-card__title,
  .wp-block-woocommerce-cart .wc-block-components-product-name,
  .wp-block-woocommerce-checkout .wc-block-components-product-name{
    font-size:18px;
  }
  .crw-cart-card__meta{
    gap:8px;
    font-size:14px;
  }
  .crw-cart-card__meta span{
    padding:7px 10px;
  }

  .crw-admin-calendar__weekdays,.crw-admin-calendar__grid{
    grid-template-columns:1fr;
  }
  .crw-admin-calendar__cell{
    min-height:auto;
  }
}

@media (min-width:601px) and (max-width:900px){
  .crw-related-grid--listing{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (min-width:901px){
  .crw-filters-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:start;
  }
  .crw-filter-search{
    flex-wrap:nowrap;
    align-items:center;
  }
}

@media (max-width:640px){
  .crw-faq-card__title{font-size:17px}
  .crw-faq-card__panel-inner{font-size:15.5px}
}

/* ── Fiche atelier — header compact ──────────────────────────────────── */
.crw-workshop-header{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:20px 0 16px;
  border-bottom:1px solid rgba(43,36,31,.08);
  margin-bottom:20px;
}
.crw-workshop-header__medallion{
  width:64px;height:64px;flex-shrink:0;
  border-radius:50%;
  background-size:cover;background-position:center;
  display:flex;align-items:center;justify-content:center;
  font-size:28px;
  box-shadow:0 3px 12px rgba(43,36,31,.12);
}
.crw-workshop-header__body{
  flex:1;
  min-width:0;
}
.crw-workshop-header__tagline{
  margin:2px 0 12px;
  color:#6e6259;
  font-size:15px;
  line-height:1.5;
}
.crw-workshop-header__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.crw-workshop-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:7px 13px;
  background:#faf6f1;
  border:1px solid rgba(43,36,31,.1);
  border-radius:999px;
  font-size:13px;
  color:#5a4a42;
  font-weight:500;
}
.crw-workshop-badge svg{
  color:#F35481;
  flex-shrink:0;
}
.crw-workshop-badge--level{
  background:#fde8ef;
  border-color:rgba(243,84,129,.2);
  color:#c0304a;
}

/* Image cover avec bouton réserver en surimpression */
.crw-workshop-cover{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  margin-bottom:28px;
}
.crw-workshop-cover img.crw-cover{
  width:100%;
  max-height:420px;
  object-fit:cover;
  display:block;
}
.crw-workshop-cover__cta{
  position:absolute;
  bottom:20px;left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
  box-shadow:0 4px 20px rgba(0,0,0,.25);
}

@media(max-width:600px){
  .crw-workshop-header{gap:12px;}
  .crw-workshop-header__medallion{width:52px;height:52px;font-size:22px;}
  .crw-workshop-cover__cta{bottom:12px;}
}
