/* ============================================================
   RUG YOUR LIFE - Feuille de style principale
   Structure :
   1. Base &amp; Typographie
   2. Navigation et liens
   3. Héros
   4. Barre de confiance
   5. Cartes de collection
   6. Couvertures d'artistes et lignes de tirage
   7. Processus / Artisanat
   8. Sections d'introduction
   9. CTA flottant
   10. Boutons et CTA
   11. Témoignages
   12. Diaporama / Couverture de diapositive
   13. Calculateur de taille de tapis
   14. FAQ
   15. Utilitaires divers
   16. WooCommerce - Grille de produits
   17. WooCommerce - Fil d'Ariane
   18. WooCommerce - Produit unique
   19. WooCommerce - Boutons et dépôt
   20. Pages de catégories
   21. Media Queries (large → étroit)
============================================================ */


/* ── 1. Base &amp; Typography ── */*

html {
  font-display : swap ;
  scroll-behavior : smooth ;
  font-size : 16px !important ;
}

@font-face {
  font-display : swap ;
}

body, html {
  width : 100% ;
  largeur minimale : 100vw ;
  max-width : 100% ;
  overflow-x : hidden ;
  margin : 0 ;
  padding : 0 ;
}

body {
  font-family : 'Work Sans', sans-serif ;
  font-weight : 400 ;
  font-smooth : always ;
  -webkit-font-smoothing : antialiased ;
  hauteur de ligne : 1.6 ;
  background-color : #ffffff ;
  font-size : 1rem !important ;
}

img, iframe {
  display : block ;
  max-width : 100% ;
  height : auto ;
}

h1, h2, h3, h4, h5, h6,
.button-primary,
.cta-button,
.hero-button,
.hero-title,
.section-title {
  font-family : "EB Garamond SC", serif ;
  font-variant : small-caps ;
  padding-bottom : 1rem ;
  padding-top : 1rem ;
  font-weight : 500 ;
}

p {
  hauteur de ligne : 1.6 ;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.intro-text a, .step-description a, .p-justify a,
p {
  font-size : inherit !important ;
  line-height : inherit !important ;
}

li, li a {
  font-size : inherit !important ;
  line-height : inherit !important ;
}

ul, ol {
  list-style-type : disc ;
}

ul {
  padding-left : 20px ;
}

ol {
  padding-left : 25px ;
}

.p-justify {
  text-align : justify ;
}

.section-title {
  font-size : 2.0rem ;
  letter-spacing : 0.03rem ;
  text-align : center ;
}

.section-subtitle {
  font-size : 1.3rem ;
  color : #555 ;
  line-height : 1.6 ;
  text-align : center ;
}

.section-subtitle a {
  color : inherit ;
  text-decoration : underline ;
  font-weight : inherit ;
  font-family : inherit ;
}

.section-subtitle a:hover {
  text-decoration : underline ;
  color : #333 ;
}

.section-subtitle p {
  padding : 1rem ;
}

.section-background {
  background-color : #fdf8f3 ;
}

.section-background-white {
  background-color : #f2f0ef ;
}

.section-background,
.section-background-white {
  padding : 40px 20px ;
  border-radius : 12px ;
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.1) ;
}

.section-background:hover,
.section-background-white:hover {
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.12) ;
}

.section-header {
  text-align : center ;
  margin-bottom : 30px ;
}

.quote-subtitle, .quote-block, .quote-block-smaller {
  font-style : italic ;
  color : #707070 ;
  text-align : center ;
  margin : 20px auto ;
  max-width : 900px ;
}

.quote-block-smaller,
.quote-subtitle {
  font-size : 1.3rem ;
}

.highlight-quote {
  font-size : 1.2rem ;
  font-style : italic ;
  couleur : #555 ;
  margin-bottom : 10px ;
}

.artist-section-title {
  font-size : 2.2rem ;
  letter-spacing : 0.03rem ;
  text-align : center ;
}


/* ── 2. Navigation &amp; Links ── */

a {
  font-size : inherit ;
  line-height : inherit ;
}

.proof-strip-list li,
nav,
.wp-block-navigation,
bouton,
input,
select,
textarea {
  font-family : 'Work Sans', sans-serif ;
  font-weight : 400 ;
}

.wp-block-separator.is-style-wide {
  border-color : #e8e2d9 !important ;
  border-top-width : 1px !important ;
  opacity : 1 !important ;
  margin-top : 0 !important ;
  margin-bottom : 0 !important ;
}

.wp-block-group.alignfull,
.wp-block-columns.alignfull {
  width : 100% !important ;
  max-width : 100% !important ;
  margin-left : 0 !important ;
  margin-right : 0 !important ;
}

.rylink-row {
  display : flex ;
  flex-wrap : wrap ;
  column-gap : 28px ;
  espacement des rangées : 10px ;
  align-items : center ;
}

.rylink-row .rylink {
  font-family : inherit ;
  font-size : 1rem ;
  color : #333 ;
  text-decoration : none ;
  border-bottom : 1px solid #D3A92C ;
  padding-bottom : 2px ;
  transition : all 0.2s ease ;
}

.rylink-row .rylink:hover {
  border-bottom : 1px solid #005580 ;
}

.editorial-micro-link {
  display : block ;
  text-align : center ;
  font-family : 'Work Sans', sans-serif ;
  font-size : 0.62rem ;
  font-weight : 300 ;
  espacement des lettres : 0.14em ;
  text-transform : uppercase ;
  couleur : #aaa ;
  text-decoration : none ;
  border-bottom : 1px solid rgba(211, 169, 44, 0.2) ;
  padding-bottom : 1px ;
  width : fit-content ;
  margin : 0 auto ;
  transition : color 0.2s ease, border-color 0.2s ease ;
}

.editorial-micro-link:hover {
  color : #777 ;
  border-bottom-color : rgba(211, 169, 44, 0.55) ;
}


/* ── 3. Hero ── */

.hero {
  display : flex ;
  flex-direction : column ;
  align-items : center ;
  justify-content : center ;
  text-align : center ;
  padding : 0 ;
  position : relative ;
  hauteur minimale : 100vh ;
  largeur : 100% ;
  background-attachment : scroll !important ;
  will-change : transform, opacity ;
  -webkit-background-clip : border-box ;
  -webkit-transform : translate3d(0,0,0) ;
  -webkit-backface-visibility : hidden ;
  overflow : hidden ;
}

body .entry-content .hero,
body .wp-block-post-content .hero {
  position : relative ;
  left : 50% ;
  margin-left : -50vw !important ;
  margin-right : -50vw !important ;
  width : 100vw !important ;
  max-width : 100vw !important ;
}

.hero .wp-block-cover__image-background {
  display : block ;
  width : 100% ;
  height : 100% ;
  position : absolute ;
  top : 0 ;
  gauche : 0 ;
  z-index : -1 ;
  background-size : cover !important ;
  background-repeat : no-repeat !important ;
  background-position : center center !important ;
}

@supports (-webkit-touch-callout : none) {
  .hero {
    background-attachment : scroll !important ;
    -webkit-background-clip : border-box !important ;
  }
}

.hero-content {
  max-width : 80% ;
  largeur : 100% ;
  background-color : rgba(255, 255, 255, 0.75) ;
  padding : 15px ;
  rayon de la bordure : 8px ;
  box-shadow : 0px 3px 8px rgba(0, 0, 0, 0, 0.1) ;
  affichage : flex ;
  flex-direction : column ;
  align-items : center ;
  justify-content : center ;
  margin : 0 auto ;
}

.hero-title {
  font-size : 2.6rem ;
  margin-bottom : 5px ;
  color : #000 ;
  font-family : 'EB Garamond SC', serif ;
  text-transform : none ;
  line-height : 1.2 ;
}

.hero-subtitle {
  font-size : 1.2rem ;
  couleur : #000 ;
  margin-bottom : 10px ;
  font-family : 'EB Garamond', serif ;
  font-weight : 400 ;
  line-height : 1.5 ;
}

.hero-button {
  border-radius : 5px ;
  text-decoration : none ;
  font-size : 1.4rem ;
  transition : all 0.3s ease ;
  font-family : 'EB Garamond SC', serif ;
  text-transform : none ;
  padding : 8px 18px ;
  margin : 5px 0 ;
}

.hero-button:hover {
  transform : scale(1.05) ;
}

.hero-button .wp-block-button__link:hover,
.hero-button .wp-element-button:hover,
a.wp-block-button__link.has-base-background-color:hover {
  background-color : #D3A92C !important ;
  color : #000000 !important ;
  box-shadow : none !important ;
}


/* ── 4. Trust Bar ── */

.proof-strip {
  width : 100% ;
  padding : 24px 16px ;
  background : transparent ;
}

.proof-strip-list {
  max-width : 1200px ;
  margin : 0 auto ;
  display : flex ;
  flex-wrap : wrap ;
  justify-content : center ;
  gap : 12px 28px ;
  list-style : none ;
  padding : 0 ;
}

.proof-strip-list li {
  font-size : 0.88rem ;
  font-weight : 400 ;
  letter-spacing : 0.01em ;
  line-height : 1.4 ;
  white-space : nowrap ;
  position : relative ;
  padding-left : 14px ;
}

.proof-strip-list li::before {
  content : "-" ;
  position : absolute ;
  left : 0 ;
  couleur : #D3A92C ;
}


/* ── 5. Cartes de collection ── */

.collection-card-heritage {
  border-left : 3px solid #BA7517 ;
}

.collection-card-contemporaine {
  border-left : 3px solid #0F6E56 ;
}

.collection-section-subtitle {
  font-size : 0.85rem ;
  color : #888 ;
  font-family : inherit ;
  font-variant : normal ;
  font-weight : 400 ;
  letter-spacing : 0.04em ;
  text-transform : uppercase ;
  margin-bottom : 0.5rem ;
}


/* ── 6. Couvertures d'artistes et lignes de traction ── */

.cover-image-overlay {
  position : relative ;
  width : 100% ;
  max-width : 500px ;
  border-radius : 20px ;
  overflow : hidden ;
  transition : transform 0.3s ease, box-shadow 0.3s ease ;
}

.cover-image-overlay img {
  width : 100% ;
  height : 100% ;
  object-fit : cover ;
  border-radius : 20px ;
}

.cover-image-overlay:hover {
  transform : scale(1.01) ;
  box-shadow : 0px 4px 10px rgba(0, 0, 0, 0.2) ;
}

.pull-line-static .wp-block-button__link {
  background : rgba(0, 0, 0, 0.38) !important ;
  backdrop-filter : blur(4px) ;
  -webkit-backdrop-filter : blur(4px) ;
  box-shadow : none !important ;
  curseur : par défaut ;
  pointer-events : none ;
  border-radius : 6px !important ;
  font-family : 'Cardo', serif !important ;
  font-style : italic ;
  font-size : 0.82rem !important ;
  color : rgba(255, 255, 255, 0.92) !important ;
  hauteur de ligne : 1.5 ;
  padding : 4px 10px !important ;
  display : inline-block ;
  width : auto !important ;
}

.pull-line-static .wp-block-button__link:hover,
.pull-line-static .wp-block-button__link:focus {
  background : rgba(0, 0, 0, 0.38) !important ;
  background-color : rgba(0, 0, 0, 0.38) !important ;
  box-shadow : none !important ;
  opacity : 1 !important ;
  text-decoration : none !important ;
  transform : none !important ;
  color : rgba(255, 255, 255, 0.92) !important ;
}


/* ── 7. Processus / Artisanat ── */

.step-number {
  font-family : 'Cardo', serif ;
  font-size : 2.8rem ;
  font-weight : 400 ;
  color : #B88A30 ;
  line-height : 1 ;
  margin-bottom : 0.4rem ;
  display : block ;
}

.process-container {
  max-width : 1100px ;
  margin : 0 auto ;
  padding : 100px 20px ;
  couleur de fond : #f9f4ef ;
  border-radius : 15px ;
  box-shadow : 0 4px 6px rgba(0, 0, 0, 0.1) ;
}

.step-block {
  display : flex ;
  align-items : center ;
  margin : 40px 50px ;
  padding : 15px ;
  border : 1px solid #ddd ;
  rayon de la bordure : 10px ;
  arrière-plan : #fff ;
  transition : box-shadow 0.3s ease ;
  max-width : 90% ;
  box-sizing : border-box ;
}

.step-block:hover {
  box-shadow : 0 6px 12px rgba(0, 0, 0, 0.1) ;
}

.step-block img {
  border-radius : 10px ;
  transition : transform 0.3s ease, box-shadow 0.3s ease ;
}

.step-block .step-content {
  margin-top : 20px ;
}

.step-block .step-title {
  font-size : 1.75rem ;
  couleur : #000 ;
  margin-bottom : 10px ;
}

.step-block .step-description {
  font-size : 1rem ;
  line-height : 1.6 ;
}

.step-image {
  width : 100% ;
  border-radius : 10px ;
}

.step-content {
  color : #555 ;
  padding : 20px ;
}

.step-content h3 {
  font-size : 1.75rem ;
  color : #000 ;
  margin-bottom : 10px ;
}

.step-content p {
  font-size : 1rem ;
  line-height : 1.6 ;
}


/* ── 8. Intro Sections ─── */

.intro-section {
  background-color : #f9f4ef ;
  padding : 25px 40px ;
  margin-top : 15px ;
  margin-bottom : 15px ;
  rayon de la bordure : 12px ;
  ombre : 0 4px 8px rgba(0, 0, 0, 0, 0.1) ;
  transition : box-shadow 0.3s ease, transform 0.3s ease ;
  text-align : center ;
  max-width : 85% ;
}

.intro-section-white {
  background-color : #fff ;
  padding : 25px 40px ;
  margin-top : 15px ;
  margin-bottom : 15px ;
}

.intro-section-category-heading {
  background-color : #cfcabe ;
}

.intro-section-category-body {
  background-color : #ffffff ;
}

.intro-section,
.intro-section-white,
.intro-section-category-heading,
.intro-section-category-body {
  text-align : left ;
  padding : 30px ;
  border-radius : 12px ;
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.1) ;
  transition : transform 0.3s ease, box-shadow 0.3s ease ;
  align-items : center ;
}

.intro-section:hover,
.intro-section-white:hover {
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.12) ;
}

.intro-section h2 {
  font-size : 2rem ;
  text-align : center ;
  margin-top : 15px ;
  margin-bottom : 15px ;
}

.intro-hero {
  text-align : center ;
}

.intro-text, .intro-hero {
  font-size : 1.2rem ;
  line-height : 1.8 ;
  margin-bottom : 20px ;
  padding : 0 20px ;
}

.intro-section-white &gt; .wp-block-group,
.intro-section-white &gt; .wp-block-group &gt; .wp-block-group {
  max-width : 100% !important ;
  width : 100% !important ;
}

.bespoke-introduction {
  background : #f8f8f8 ;
  padding : 80px 20px ;
  text-align : center ;
  margin-top : -20px ;
  border-radius : 12px ;
  ombre : 0 2px 6px rgba(0, 0, 0, 0, 0.08) ;
  transition : box-shadow 0.3s ease ;
}

.bespoke-introduction p {
  line-height : 1.7 ;
  max-width : 800px ;
  margin : 0 auto ;
  padding : 0 15px ;
}


/* ── 9. CTA flottant ─── */

.floating-cta {
  position : fixed ;
  bottom : 20px ;
  left : 20px ;
  couleur de fond : #B88A302B ;
  color : #111 ;
  font-size : 12px ;
  font-weight : bold ;
  padding : 12px 20px ;
  text-align : center ;
  text-decoration : none ;
  border-radius : 20px ;
  box-shadow : 0px 4px 6px rgba(0, 0, 0, 0.1) ;
  z-index : 1000 ;
  transition : all 0.3s ease-in-out ;
}

.floating-cta:hover {
  background-color : #D3A92C ;
  transform : scale(1.05) ;
}


/* ── 10. Buttons &amp; CTAs ─── */

.wp-element-button:hover {
  background-color : #D3A92C ;
  transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out ;
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.2) ;
}

.timeline-entry:hover {
  background-color : #D3A92C ;
  transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out ;
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.2) ;
}

.button-primary {
  font-size : 1.05rem ;
  color : #fff ;
  background-color : #b88a30 ;
  padding : 10px 20px ;
  border-radius : 5px ;
  décoration du texte : aucune ;
  transition : background-color 0.3s ease-in-out ;
  display : inline-block ;
}

.button-primary:hover {
  background-color : #D3A92C ;
}

.secondary-cta {
  display : block ;
  text-align : center ;
  color : #fff ;
  background : #3B3B3B ;
  padding : 10px 20px ;
  border-radius : 5px ;
  décoration du texte : aucune ;
  font-size : 1rem ;
}

.secondary-cta:hover {
  background : #5A5A5A ;
}

.cta-button {
  background-color : #d4a373 ;
  color : #fff ;
  padding : 12px 24px ;
  border-radius : 8px ;
  align-items : center ;
  text-decoration : none ;
  display : inline-block ;
  text-align : center ;
  margin : 20px auto ;
}

.cta-button:hover {
  background-color : #b3885a ;
  color : #fff ;
  transform : scale(1.05) ;
}

.cta {
  text-align : center ;
  margin-top : 20px ;
}

.cta-heading {
  text-align : center ;
  font-size : 2rem ;
  color : #000 ;
  margin-bottom : 20px ;
}

.wp-block-image a:hover {
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.2) ;
}

.button,
.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .wc-forward,
.woocommerce .wc-backward,
.return-to-shop.button,
.checkout-button.button {
  color : #ffffff !important ;
}

.button:hover,
.wp-element-button:hover,
.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce .wc-backward:hover,
.return-to-shop.button:hover,
.checkout-button.button:hover {
  color : #ffffff !important ;
}


/* ── 11. Témoignages ── */

.section-insight-line {
  font-size : 0.95rem !important ;
  font-style : italic ;
  font-weight : 400 ;
  color : #888 ;
  text-align : center ;
  letter-spacing : 0.02em ;
  hauteur de ligne : 1.6 ;
  margin : 0 auto ;
  max-width : 560px ;
  padding : 0 20px ;
}

.testimonial-columns {
  display : flex ;
  justify-content : center ;
  gap : 20px ;
  margin-top : 20px ;
  flex-wrap : wrap ;
}

.testimonial-column {
  flex : 1 1 300px ;
  max-width : 400px ;
  min-width : 0 ;
}

.testimonial-container {
  position : relative ;
  width : 100% ;
  max-width : 400px ;
  height : auto ;
  aspect-ratio : 4 / 7 ;
  rayon de la bordure : 20px ;
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.1) ;
  overflow : hidden ;
  curseur : pointeur ;
  transition : transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out ;
  margin : 0 auto ;
  padding : 0 !important ;
}

.testimonial-container:hover {
  transform : scale(1.05) ;
  box-shadow : 0 8px 20px rgba(0, 0, 0, 0.2) ;
}

.testimonial-container .testimonial-overlay p.testimonial-text {
  margin-top : 0 !important ;
  margin-bottom : 3px !important ;
  padding : 0 !important ;
}

.testimonial-container .testimonial-bg {
  position : absolute !important ;
  inset : 0 ;
  width : 100% !important ;
  height : 100% !important ;
  margin : 0 !important ;
  padding : 0 !important ;
}

.testimonial-container .testimonial-bg img {
  width : 100% !important ;
  height : 100% !important ;
  object-fit : cover ;
  display : block ;
}

.testimonial-container .testimonial-overlay {
  position : absolute ;
  inset : 0 ;
  z-index : 2 ;
  display : flex ;
  flex-direction : column ;
  justify-content : center ;
  align-items : center ;
  padding : 20px ;
  background : transparent ;
  opacité : 0 ;
  visibilité : caché ;
  transition : opacity 0.3s ease ;
}

.testimonial-container:hover .testimonial-overlay {
  opacity : 1 ;
  visibility : visible ;
}

.testimonial-container .testimonial-overlay &gt; .wp-block-group {
  background : rgba(255, 255, 255, 0.92) !important ;
  border-radius : 16px ;
  padding : 24px 20px !important ;
  largeur : 100% ;
  taille de la boîte : border-box ;
  affichage : flex ;
  flex-direction : column ;
  align-items : center ;
  gap : 8px ;
}

.testimonial-author,
.testimonial-text,
.testimonial-stars {
  max-width : 100% ;
}

.testimonial-author {
  font-size : 1rem ;
  font-weight : 600 ;
  margin-bottom : 6px ;
  text-align : center ;
}

.testimonial-text {
  font-size : 0.85rem !important ;
  line-height : 1.5 ;
  font-style : italic ;
  margin-bottom : 10px ;
  text-align : center ;
  overflow-wrap : break-word ;
  word-wrap : break-word ;
}

.testimonial-stars {
  margin-top : 10px ;
  font-size : 1.1rem ;
  couleur : #d4af37 ;
  display : flex ;
  justify-content : center ;
}

.testimonial-container img {
  width : 100% ;
  height : auto ;
  object-fit : cover ;
  border-radius : 20px ;
}

.hover-instruction {
  text-align : center ;
  margin-top : 15px ;
  font-size : 0.9rem ;
  color : #505050 ;
  transition : transform 0.3s ease, opacity 0.3s ease ;
}

.hover-instruction:hover {
  transform : scale(1.05) ;
  opacity : 0.8 ;
}

.art-rugs-testimonial-cover {
  font-size : 0.9rem ;
  background-color : rgba(255, 255, 255, 0.48) !important ;
  padding : 1.25em 2.375em ;
  text-decoration : underline ;
  curseur : pointer ;
  text-align : center ;
  font-weight : 500 ;
  letter-spacing : 0.03rem ;
  word-break : break-word ;
  box-sizing : border-box ;
  position : relative ;
  z-index : 2 ;
  display : flex ;
  justify-content : center ;
  align-items : center ;
  margin : 0 auto ;
  width : fit-content ;
}

.art-rugs-testimonial-cover a:hover {
  color : #004d40 ;
  background : #FFFFFFD9 ;
}

.testimonial-container-art {
  position : relative ;
  width : 400px ;
  hauteur : 700px ;
  taille de l'arrière-plan : cover ;
  border-radius : 20px ;
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.1) ;
  overflow : hidden ;
  transition : transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out ;
  curseur : default ;
}

.testimonial-container-art .testimonial-overlay-art {
  position : absolute ;
  top : 50% ;
  left : 50% ;
  transform : translate(-50%, -50%) ;
  background : rgba(255, 255, 255, 0.9) ;
  border-radius : 20px ;
  padding : 20px ;
  largeur : 80% ;
  hauteur maximale : 90% ;
  text-align : center ;
  hauteur de ligne : 1.6 ;
  font-size : 1rem ;
  display : flex ;
  flex-direction : column ;
  justify-content : center ;
  align-items : center ;
  opacity : 1 ;
  transition : opacity 0.3s ease, transform 0.3s ease ;
}

/* ── 12. Diaporama / Couverture de diapositive ── */

.slideshow-container {
  width : 100% ;
  margin : 20px auto ;
  display : flex ;
  justify-content : center ;
  align-items : center ;
  overflow-x : auto ;
  -webkit-overflow-scrolling : touch ;
  scroll-snap-type : x mandatory ;
}

@supports (-webkit-overflow-scrolling : touch) {
  .slideshow-container {
    display : flex ;
    overflow-x : scroll ;
    -webkit-overflow-scrolling : touch ;
  }

  .testimonial-container {
    flex-shrink : 0 ;
    margin : 0 10px ;
  }
}

.slide-title {
  font-style : bold ;
  font-size : 1.1rem ;
}

.samples-grid {
  max-width : 400px ;
}

.slide img {
  max-width : 400px ;
}

.slide-cover-box {
  width : 100% ;
  hauteur : 400px ;
  display : flex ;
  align-items : center ;
  justify-content : center ;
  background : rgba(249, 244, 239, 0.3) ;
  curseur : pointer ;
}

.slide-cover-text {
  font-family : 'Work Sans', sans-serif ;
  font-size : 0.82rem ;
  font-weight : 500 ;
  letter-spacing : 0.12em ;
  text-transform : uppercase ;
  couleur : #555 ;
  padding : 12px 28px ;
}

.slide-cover-arrow {
  display : none ;
}


/* ── 13. Rug Size Calculator ── */

.ryl-rugcalc {
  --text : #111111 ;
  --bg : #ffff ;
  --link : #d3a92c ;
  --cap : #636363 ;
  --border : rgba(17,17,17,.12) ;
  --soft : rgba(17,17,17, .06) ;
  --ctrl-bg : rgba(17,17,17, .03) ;
  --or : rgba(211,169,44,1) ;
  --gold-light: rgba(211,169,44,.08);
  --gold-border: rgba(211,169,44,.65);
  font-family : "Work Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif ;
  color : var(--text) ;
  width : 100% !important ;
  max-width : 100% !important ;
  box-sizing : border-box ;
}

.ryl-rugcalc, .ryl-rugcalc * { box-sizing : border-box ; }
.ryl-rugcalc .ryl-card { float : none !important ; clear : both ; }
.ryl-rugcalc .ryl-divider { clear : both ; }

.ryl-guide {
  margin : 36px 0 0 ;
  padding : 0 2px 0 12px ;
  border-left : 2px solid var(--gold-border) ;
  font-size : 12.5px ;
  hauteur de ligne : 1.65 ;
  color : var(--cap) ;
  font-style : italic ;
  transition : color .2s, border-color .2s ;
}

.ryl-guide[data-guide-step="results"] {
  border-left-color : rgba(40,160,90,.5) ;
  color : #2a7a45 ;
}

.ryl-card {
  background : var(--bg) ;
  border : 1px solid var(--border) ;
  border-radius : 18px ;
  box-shadow : 0 8px 24px rgba(17,17,17,.06) ;
  padding : 24px ;
  largeur : 100% ;
  max-width : 100% ;
}

.ryl-rugcalc form,
.ryl-rugcalc form *,
.ryl-rugcalc .ryl-col-left,
.ryl-rugcalc .ryl-col-left * {
  max-width : none !important ;
  box-sizing : border-box !important ;
}

.ryl-rugcalc .ryl-form { width : 100% !important ; display : block !important ; }
.ryl-rugcalc .ryl-leftinner { width : 100% !important ; }

.ryl-twocol {
  display : grid !important ;
  grid-template-columns : 1fr 1fr !important ;
  gap : 20px ;
  align-items : start ;
}

.ryl-col-left { min-width : 0 ; display : block !important ; }

.ryl-col-right {
  min-width : 0 ;
  border-left : 1px solid var(--soft) ;
  padding-left : 20px ;
  display : block !important ;
}

.ryl-leftinner {
  display : grid !important ;
  grid-template-columns : 1fr 1fr !important ;
  gap : 14px ;
  align-items : start ;
}

.ryl-leftinner-1, .ryl-leftinner-2 { min-width : 0 ; display : block !important ; }
.ryl-stack { display : flex ; flex-direction : column ; gap : 10px ; margin-top : 8px ; }
.ryl-groupTitle { font-family : "Cardo", serif ; font-size : 17px ; margin : 0 ; }
.ryl-form { margin-top : 0 ; }
.ryl-field { display : flex ; flex-direction : column ; margin : 0 ; min-width : 0 ; }
.ryl-field &gt; span { font-size : 13px ; color : var(--cap) ; margin-bottom : 5px ; }

.ryl-input {
  border : 1px solid var(--border) ;
  border-radius : 12px ;
  padding : 9px 11px ;
  taille de la police : 14px ;
  arrière-plan : #fff ;
  color : var(--text) ;
  outline : none ;
  width : 100% ;
}

.ryl-input:focus { border-color : var(--gold-border) ; box-shadow : 0 0 0 4px rgba(211,169,44,.12) ; }
.ryl-dyn { display : flex ; flex-direction : column ; gap : 10px ; }
.ryl-divider { height : 1px ; background : var(--soft) ; margin : 12px 0 ; }
.ryl-results { margin-top : 0 ; min-width : 0 ; width : 100% ; }
.ryl-cardInvite { font-size : 12px ; color : var(--cap) ; margin-bottom : 8px ; font-style : italic ; }
.ryl-resultTitle { font-family : "Cardo", serif ; font-size : 17px ; margin : 0 0 4px ; }

.ryl-cards {
  display : grid ;
  grid-template-columns : repeat(3, minmax(0, 1fr)) ;
  gap : 8px ;
  width : 100% ;
}

.ryl-miniWrap { position : relative ; display : flex ; flex-direction : column ; }
.ryl-miniWrap .ryl-copyBtn { position : absolute ; bottom : 8px ; right : 8px ; }

.ryl-mini {
  appearance : none ;
  -webkit-appearance : none ;
  font-family : inherit ;
  text-align : left ;
  cursor : pointer ;
  border : 1.5px solid var(--border) ;
  rayon de la bordure : 14px ;
  padding : 10px 11px ;
  arrière-plan : #fff ;
  largeur minimale : 0 ;
  largeur : 100% ;
  transition : border-color .15s, background .15s, box-shadow .15s, transform .15s ;
}

.ryl-mini:hover { border-color : var(--gold-border) ; background : rgba(211,169,44,.03) ; }

.ryl-mini[aria-pressed="true"] {
  border-color : var(--border) ;
  background : #fff ;
  box-shadow : 0 6px 20px rgba(17,17,17,.13), 0 2px 6px rgba(17,17,17,.08) ;
  transform : translateY(-2px) ;
}

.ryl-mini[data-unavailable="true"] { opacity : .45 ; cursor : default ; pointer-events : none ; }
.ryl-miniTitle { font-size : 11px ; color : var(--cap) ; margin-bottom : 5px ; }
.ryl-miniValue { font-size : 14px ; font-weight : 600 ; overflow-wrap : anywhere ; }
.ryl-miniNote { font-size : 11px ; color : var(--cap) ; margin-top : 4px ; overflow-wrap : anywhere ; }
.ryl-mini[data-card="primary"] .ryl-miniNote:not(:empty) { color : #b07d10 ; font-style : italic ; }
.ryl-note { margin-top : 8px ; color : var(--cap) ; font-size : 12px ; line-height : 1.35 ; }
.ryl-vizWrap { min-width : 0 ; width : 100% ; }
.ryl-vizTitle { font-family : "Cardo", serif ; font-size : 17px ; margin-bottom : 2px ; }
.ryl-vizInvite { font-size : 12px ; color : var(--cap) ; margin-bottom : 6px ; font-style : italic ; }
.ryl-vizTitleSub { font-family : "Work Sans", sans-serif ; font-size : 12px ; color : var(--cap) ; font-weight : 400 ; }
.ryl-viz { border : none ; border-radius : 0 ; padding : 0 ; background : transparent ; overflow : hidden ; width : 100% ; margin-top : 8px ; }
.ryl-viz svg rect:not([data-svg]) { display : none !important ; }

.ryl-vizLegend {
  margin-top : 8px ; color : var(--cap) ; font-size : 11px ; line-height : 1.4 ;
  display : flex ; flex-wrap : wrap ; gap : 4px 14px ;
}

.ryl-vizLegend &gt; div { display : flex ; align-items : center ; }
.ryl-dot { width : 9px ; height : 9px ; border-radius : 999px ; display : inline-block ; margin-right : 6px ; flex-shrink : 0 ; }
.ryl-dot-room { background : rgba(17,17,17,.10) ; border : 1px solid rgba(17,17,17,.20) ; }
.ryl-dot-rug { background : rgba(211,169,44,.18) ; border : 1px solid var(--gold-border) ; }
.ryl-dot-furn { background : rgba(30,120,140,.10) ; border : 1px solid rgba(30,120,140,.28) ; }
.ryl-caption { margin-top : 6px ; color : var(--cap) ; font-size : 11px ; }
.ryl-svg-room { fill : rgba(17,17,17,.02) ; stroke : rgba(17,17,17,.12) ; stroke-width : 2 ; }
.ryl-svg-fzone { fill : rgba(30,120,140,.10) ; stroke : rgba(30,120,140,.28) ; stroke-width : 2 ; }
.ryl-svg-rug { fill : rgba(211,169,44,.18) ; stroke : var(--gold-border) ; stroke-width : 3 ; }
.ryl-vizCtrl { margin : 0 ; }

.ryl-vizCtrlPanel {
  display : inline-flex ;
  flex-direction : row ;
  align-items : center ;
  gap : 10px ;
  background : var(--ctrl-bg) ;
  border : 1px solid var(--border) ;
  border-radius : 14px ;
  padding : 8px 10px ;
}

.ryl-vizPick { display : flex ; flex-direction : column ; gap : 5px ; }
.ryl-vizCtrlSep { width : 1px ; align-self : stretch ; background : var(--border) ; flex-shrink : 0 ; }

.ryl-btn {
  border : 1px solid var(--border) ;
  background : #fff ;
  color : var(--text) ;
  border-radius : 999px ;
  padding : 7px 12px ;
  font-size : 13px ;
  curseur : pointer ;
  hauteur de ligne : 1 ;
  transition : background .12s, border-color .12s, box-shadow .12s ;
}

.ryl-btn:hover { background : rgba(17,17,17, .04) ; }
.ryl-vizPickBtn { border-radius : 10px ; padding : 6px 12px ; font-size : 12px ; text-align : center ; }

.ryl-vizPickBtn[aria-pressed="true"] {
  border-color : var(--gold-border) ;
  box-shadow : 0 3px 8px rgba(211,169,44,.14) ;
  background : var(--gold-light) ;
}

.ryl-movepad { display : inline-flex ; }

.ryl-movepad-grid {
  display : grid ;
  grid-template-columns : repeat(3, 34px) ;
  grid-template-rows : repeat(3, 34px) ;
  gap : 3px ;
}

.ryl-vizBtn {
  width : 34px ; height : 34px ; padding : 0 ;
  display : flex ; align-items : center ; justify-content : center ;
  border-radius : 9px ; background : #fff ;
}

.ryl-vizBtn:hover { background : rgba(17,17,17,.05) ; }
.ryl-rotBtn { border-color : rgba(211,169,44,.5) ; color : rgba(120,85,5,1) ; }
.ryl-rotBtn:hover { background : rgba(211,169,44,.09) ; }
.ryl-customWrap { margin-top : 24px ; padding-top : 18px ; border-top : 1px solid var(--soft) ; }
.ryl-customTitle { font-family : "Cardo", serif ; font-size : 17px ; margin : 0 0 6px ; color : var(--text) ; }
.ryl-customRow { display : flex ; align-items : flex-end ; gap : 8px ; flex-wrap : wrap ; }
.ryl-customField { flex : 1 1 70px ; min-width : 64px ; }
.ryl-customX { font-size : 16px ; color : var(--cap) ; padding-bottom : 10px ; flex-shrink : 0 ; }

.ryl-customBtn {
  flex-shrink : 0 ;
  padding : 9px 16px ;
  font-size : 13px ;
  border-radius : 12px ;
  border-color : var(--gold-border) ;
  couleur : #7a5c00 ;
  align-self : flex-end ;
}

.ryl-customBtn:hover { background : var(--gold-light) ; }

.ryl-customBtn[aria-pressed="true"] {
  background : var(--gold-light) ;
  border-color : var(--gold) ;
  box-shadow : 0 3px 8px rgba(211,169,44,.14) ;
}

.ryl-svg-chair { fill : rgba(30,120,140,.13) ; stroke : rgba(30,120,140,.35) ; stroke-width : 1.5 ; }
.ryl-vizPickRoom { border-color : var(--border) ; color : var(--cap) ; }

.ryl-vizPickRoom[aria-pressed="true"] {
  border-color : rgba(80,80,80,.4) ;
  background : rgba(17,17,17,.05) ;
  box-shadow : none ;
}

.ryl-warn {
  margin : 8px 0 4px ;
  padding : 9px 13px ;
  border-radius : 10px ;
  border : 1px solid rgba(200,120,20,.30) ;
  background: rgba(255,180,40,.07);
  couleur : #8a5500 ;
  taille de la police : 12.5px ;
  hauteur de ligne : 1.5 ;
}

.ryl-warn::before { content : "⚠ " ; opacity : .7 ; }

.ryl-svg-lbl {
  font-family : "Work Sans", sans-serif ;
  font-weight : 500 ;
  letter-spacing : 0.02em ;
  dominant-baseline : middle ;
  text-anchor : middle ;
  pointer-events : none ;
  user-select : none ;
}

.ryl-svg-lbl-room { fill : rgba(80,90,100,.28) ; font-size : 11px ; }
.ryl-svg-lbl-furn { fill : rgba(30,110,130,.52) ; }
.ryl-svg-lbl-rug { fill : rgba(155,115,0,.52) ; }
.ryl-headRow { display : block ; }
.ryl-headText { display : block ; }
.ryl-titleRow { display : flex ; align-items : center ; gap : 12px ; flex-wrap : wrap ; }

.ryl-unitToggle {
  flex-shrink : 0 ;
  padding : 4px 12px ;
  font-size : 11.5px ;
  font-weight : 500 ;
  border-radius : 20px ;
  border : 1px solid var(--border) ;
  color : var(--cap) ;
  white-space : nowrap ;
  transition : background .15s, border-color .15s, color .15s ;
}

.ryl-unitToggle:hover { background : rgba(17,17,17,.05) ; border-color : rgba(17,17,17,.18) ; }

.ryl-unitToggle[aria-pressed="true"] {
  background : var(--gold-light) ;
  border-color : var(--gold-border) ;
  color : #7a5c00 ;
  font-weight : 600 ;
}

.ryl-copyBtn {
  flex-shrink : 0 ;
  padding : 3px ;
  border : none ;
  background : transparent ;
  couleur : var(--cap) ;
  curseur : pointer ;
  border-radius : 5px ;
  hauteur de ligne : 0 ;
  opacité : 0.45 ;
  transition : opacity .15s, color .15s ;
}

.ryl-copyBtn:hover { opacity : 1 ; color : var(--gold) ; background : transparent ; }
.ryl-checkIcon { color : var(--gold) ; }
.ryl-head { display : block ; margin-bottom : 12px ; }
.ryl-title { font-family : "Cardo", serif ; font-size : 22px ; line-height : 1.2 ; margin : 0 ; }
.ryl-sub { color : var(--cap) ; font-size : 13px ; margin-top : 6px ; }


/* ── 14. FAQ ─── */

.faq-search-bar {
  margin : 20px auto ;
  text-align : center ;
}

.faq-search-bar .faq-search-input {
  width : 100% ;
  max-width : 600px ;
  padding : 10px 15px ;
  font-size : 1rem ;
  bordure : 1px solid #ccc ;
  rayon de la bordure : 5px ;
  box-shadow : 0 2px 6px rgba(0, 0, 0, 0.08) ;
  outline : none ;
  transition : border-color 0.3s ;
}

.faq-search-bar .faq-search-input:focus {
  border-color : #b88a30 ;
}

.faq-section {
  padding : 40px ;
  couleur de fond : #f9f4ef ;
  border-radius : 12px ;
}

.faq-item {
  padding : 20px ;
  couleur de fond : #fff ;
  border-radius : 12px ;
  display : block ;
}

.faq-item:hover {
  transform : none !important ;
}

.faq-question {
  font-size : 1.25rem ;
  cursor : pointer ;
}

.faq-answer {
  display : none ;
  font-size : 1rem ;
  hauteur de ligne : 1.5 ;
  margin-top : 20px ;
  margin-bottom : 20px ;
}

.faq-question:hover {
  color : #b88a30 ;
}

.faq-answer.show {
  display : block ;
}

/* ── FAQ Details Block - top-level question ── */

.faq-item &gt; details {
  padding : 16px 20px ;
  background-color : #fff ;
  border-radius : 12px ;
  margin-bottom : 12px ;
  transition : box-shadow 0.3s ease ;
}

.faq-item &gt; details[open] {
  box-shadow : 0 4px 8px rgba(0, 0, 0, 0.12) ;
}

/* ── FAQ Details Block - nested "read more" inside answer ── */

.faq-answer details {
  padding : 0 ;
  background : transparent ;
  border-radius : 0 ;
  box-shadow : none ;
  margin-top : 8px ;
  margin-bottom : 0 ;
}

.faq-answer details[open] {
  box-shadow : none ;
}

.faq-answer details summary {
  font-size : 1rem ;
  font-family : 'Work Sans', sans-serif ;
  font-weight : 500 ;
  letter-spacing : 0.06em ;
  couleur : #B88A30 ;
  curseur : pointer ;
  list-style : none ;
  display : inline-flex ;
  align-items : center ;
  gap : 6px ;
border-bottom : 1px solid rgba(211, 169, 44, 0.35) ;
padding-bottom : 6px ;
marge-top : 16px ;
  transition : color 0.2s ease, border-color 0.2s ease ;
}

.faq-answer details summary::-webkit-details-marker { display : none ; }
.faq-answer details summary:focus { outline : none ; }
.faq-answer details summary:focus-visible { outline : 2px solid rgba(211, 169, 44, 0.5) ; border-radius : 4px ; }

.faq-answer details summary::after {
  content : "＋" ;
  font-size : 0.75rem ;
  color : #D3A92C ;
  flex-shrink : 0 ;
}

.faq-answer details[open] summary::after {
  content : "-" ;
}

.faq-answer details summary:hover {
  color : #D3A92C ;
  border-bottom-color : #D3A92C ;
}

.faq-answer details &gt; *:not(summary) {
  font-size : 1rem ;
  line-height : 1.65 ;
  color : #555 ;
margin-top : 6px !important ;
padding-top : 0 !important ;
border-top : none !important ;
}

.faq-item details summary:focus { outline : none ; }

.faq-item details summary:focus-visible { outline : 2px solid rgba(211, 169, 44, 0.5) ; border-radius : 4px ; }

.faq-item details summary {
  font-size : 1rem ;
font-family : 'Work Sans', sans-serif ;
font-weight : 400 ;
  cursor : pointer ;
  list-style : none ;
  display : flex ;
  justify-content : space-between ;
  align-items : center ;
  gap : 12px ;
  couleur : #222 ;
  transition : color 0.2s ease ;
  padding-right : 4px ;
}

.faq-item details summary::-webkit-details-marker {
  display : none ;
}

.faq-item details summary::after {
  content : "＋" ;
  font-size : 1rem ;
  couleur : #D3A92C ;
  flex-shrink : 0 ;
  transition : transform 0.2s ease, content 0.2s ease ;
  font-style : normal ;
}

.faq-item details[open] summary::after {
  content : "-" ;
  color : #D3A92C ;
}

.faq-item details summary:hover {
  color : #D3A92C ;
}

.faq-item details &gt; *:not(summary) {
  font-size : 1rem ;
  line-height : 1.65 ;
  color : #555 ;
  margin-top : 12px ;
  padding-top : 12px ;
  border-top : 1px solid rgba(211, 169, 44, 0.15) ;
}


.faq-group {
  margin-bottom : 40px ;
  padding : 20px ;
  border-radius : 12px ;
  couleur de fond : #f5f1eb ;
  box-shadow : 0px 8px 20px rgba(0, 0, 0, 0.1) ;
}


/* ── 15. Miscellaneous Utilities ── */

.back-to-top {
  background-color : #f4f4f4 ;
  border : 1px solid #ccc ;
  border-radius : 50% ;
  bottom : 35px ;
  box-shadow : 0px 2px 5px rgba(0, 0, 0, 0.2) ;
  couleur : #333 ;
  affichage : aucun ;
  taille de la police : 18px ;
  hauteur : 40px ;
  hauteur de ligne : 40px ;
  position : fixed ;
  right : 20px ;
  text-align : center ;
  transition : opacity 0.3s, transform 0.3s ;
  width : 40px !important ;
  max-width : 40px !important ;
  z-index : 9999 ;
}

.back-to-top:hover {
  background-color : #333 ;
  color : #fff ;
  transform : scale(1.1) ;
}

.back-to-top a {
  text-decoration : none ;
  color : inherit ;
}

.back-to-top.show {
  display : block !important ;
  opacity : 0.9 ;
}

.back-to-top-left {
  background-color : #f4f4f4 ;
  border : 1px solid #ccc ;
  border-radius : 50% ;
  bottom : 85px ;
  box-shadow : 0px 2px 5px rgba(0, 0, 0, 0.2) ;
  couleur : #333 ;
  affichage : aucun ;
  taille de la police : 18px ;
  hauteur : 40px ;
  hauteur de ligne : 40px ;
  position : fixed ;
  right : 20px ;
  text-align : center ;
  transition : opacity 0.3s, transform 0.3s ;
  width : 40px !important ;
  max-width : 40px !important ;
  z-index : 9999 ;
  curseur : pointer ;
}

.back-to-top-left:hover {
  background-color : #333 ;
  color : #fff ;
  transform : scale(1.1) ;
}

.back-to-top-left.show {
  display : block !important ;
  opacity : 0.9 ;
}

.short-description {
  font-size : 0.8rem ;
  transition : all 0.3s ease-in-out ;
}

.centered-group {
  display : flex ;
  align-items : center ;
  justify-content : center ;
  hauteur : 100% ;
  taille de la boîte : border-box ;
  padding : 20px ;
  margin : 10px ;
}

.width-131 {
  width : 131px ;
  height : auto ;
}

.form-note {
  text-align : center ;
  margin-bottom : 20px ;
  padding : 10px ;
  couleur de fond : #f9f4ef ;
  border-radius : 8px ;
  couleur : #3e3e ;
}

.form-note p {
  font-size : 1rem ;
  line-height : 1.5 ;
}

.form-note a {
  color : #00695c ;
  text-decoration : none ;
  border-bottom : 1px solid #00695c ;
  font-weight : bold ;
}

.form-note a:hover {
  color : #004d40 ;
  border-bottom : 1px solid #004d40 ;
}

.hidden-content,
.hidden-content-art,
.hidden-content-children {
  display : none ;
  margin-top : 15px ;
  position : relative ;
}

.hidden-content.show,
.hidden-content-art.show,
.hidden-content-children.show {
  display : block ;
}

.hidden-content .close-button,
.hidden-content-art .close-button-art,
.hidden-content-children .close-button-children {
  position : fixed ;
  top : 60px ;
  right : 60px ;
  background : none ;
  bordure : aucune ;
  couleur : #333 ;
  taille de la police : 24px ;
  curseur : pointeur ;
  z-index : 1000 ;
  padding : 10px ;
  affichage : bloc ;
  transition : all 0.3s ease-in-out ;
}

.hidden-content .close-button:hover,
.hidden-content-art .close-button-art:hover,
.hidden-content-children .close-button-children:hover {
  color : #B88A30 ;
  transform : scale(1.2) ;
}

.hidden-content.show .close-button,
.hidden-content-art.show .close-button-art,
.hidden-content-children.show .close-button-children {
  visibility : visible !important ;
}

.video-banner {
  width : 70% ;
  align-items : center ;
}

.benefit-column-img {
  border-radius : 10px ;
  transition : transform 0.3s ease, box-shadow 0.3s ease ;
}

.image-center {
  display : block ;
  margin : 0 auto ;
  border-radius : 8px ;
}

.column-title {
  font-size : 1.8rem ;
  margin-bottom : 15px ;
}

.column-text {
  line-height : 1.8 ;
}

.column-image-wrapper {
  display : flex ;
  justify-content : center ;
  align-items : center ;
  height : 100% ;
}

.column-image {
  width : 100% ;
  max-width : 400px ;
  hauteur : 0 ;
  position : relative ;
  border-radius : 10px ;
}

.about-us-section {
  padding : 60px 20px ;
  couleur de fond : #f9f4ef ;
  border-radius : 8px ;
  text-align : center ;
  max-width : 90% ;
}

.about-us-heading {
  font-size : 2.5rem ;
  margin-bottom : 20px ;
}

.about-us-subheadline, .section-subheadline {
  font-size : 1.2rem ;
  font-style : italic ;
  margin : 20px ;
  text-align : center ;
}

.about-us-divider {
  width : 80px ;
  height : 1px ;
  couleur de fond : #b8a78c ;
  margin : 20px auto ;
}

.about-us-image {
  border : 5px solid #fff ;
  border-radius : 10px ;
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.1) ;
}

.about-us-note {
  font-size : 1rem ;
  color : #444 ;
  line-height : 1.6 ;
}

.about-us-highlights {
  font-size : 1rem ;
  couleur : #555 ;
  margin : 20px auto ;
  max-width : 800px ;
  list-style : disc inside ;
  text-align : left ;
}

.about-intro, .about-journey {
  margin : 50px auto ;
  background : linear-gradient(to bottom, #f9f4ef, #fffdf9) ;
  padding : 40px ;
  rayon de la bordure : 12px ;
  box-shadow : 0px 8px 20px rgba(0, 0, 0, 0, 0.1) ;
}

.about-image {
  display : block ;
  margin : 20px auto ;
  max-width : 100% ;
  border-radius : 12px ;
  box-shadow : 0px 6px 14px rgba(0, 0, 0, 0.1) ;
}

.benefit-column-white {
  background-color : #fff ;
}

.benefit-column, .rug-category-column {
  background-color : #fff ;
}

.benefit-column,
.rug-category-column,
.benefit-column-white {
  flex : 1 ;
  max-width : 30% ;
  border-radius : 10px ;
  padding : 20px ;
  box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.1) ;
  transition : transform 0.3s ease-in-out ;
}

.benefit-column:hover,
.benefit-column-white:hover {
  transform : scale(1.03) ;
}

.benefit-column-white img {
  width : 100% ;
  height : auto ;
  border-radius : 10px ;
  object-fit : cover ;
}

.trade-benefits-columns,
.rug-categories-columns,
.garanties-colonnes {
  display : flex ;
  justify-content : space-between ;
  gap : 20px ;
  margin-top : 20px ;
  flex-wrap : wrap ;
}

.guarantee-column-clear {
  border-radius : 10px ;
  padding : 20px ;
  box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.1) ;
  transition : transform 0.3s ease-in-out ;
}

.guarantee-column {
  background-color : #fff ;
  border-radius : 10px ;
  padding : 20px ;
  box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.1) ;
  transition : transform 0.3s ease-in-out ;
}

.guarantee-column-clear:hover,
.guarantee-column:hover {
  transform : scale(1.01) ;
}

.benefit-title, .rug-category-title, .guarantee-title {
  font-size : 1.35rem ;
  margin-bottom : 10px ;
}

.benefit-list, .rug-category-list {
  list-style-type : none ;
  padding : 0 ;
  margin : 0 ;
  font-size : 1rem ;
  hauteur de ligne : 1.55 ;
}

.benefit-list li {
  margin-bottom : 10px ;
}


/* ── 16. WooCommerce - Grille de produits ── */

.wc-block-product-template .wp-block-post-title,
.wc-block-product-template .wp-block-post-title a {
  font-family : 'EB Garamond', serif !important ;
  font-variant : normal !important ;
  font-size : 0.95rem !important ;
  font-weight : 400 !important ;
  line-height : 1.45 !important ;
  text-align : center !important ;
  letter-spacing : 0 !important ;
  text-transform : none !important ;
  color : #333 !important ;
  padding-top : 8px !important ;
  padding-bottom : 2px !important ;
}

.wc-block-product-template .price,
.wc-block-product-template .wc-block-components-product-price,
.wc-block-product-template ins,
.wc-block-product-template ins .woocommerce-Price-amount,
.wc-block-product-template .woocommerce-Price-amount,
.wc-block-product-template bdi {
  color : #B88A30 !important ;
  font-family : 'Work Sans', sans-serif !important ;
  font-size : 0.8rem !important ;
  font-weight : 400 !important ;
  text-align : center !important ;
  display : block !important ;
  letter-spacing : 0.04em !important ;
  padding-bottom : 6px !important ;
}

.wc-block-product-template [class*="product-price"],
.wc-block-produit-template [class*="PrixProduit"] {
  text-align : center !important ;
  display : block !important ;
}

.wc-block-product-template img {
  content-visibility : auto ;
  aspect-ratio : 1 / 1 ;
  width : 100% ;
  height : auto ;
}

.wc-block-product-template .wp-block-post-title {
  margin-bottom : 2px !important ;
}

.wc-block-product-template .price {
  margin-top : 0 !important ;
}


/* ── 17. WooCommerce - Fil d'Ariane ── */

.woocommerce-breadcrumb,
.wc-block-breadcrumbs {
  font-size : 0.75rem !important ;
  color : #bbb !important ;
  letter-spacing : 0.03em !important ;
  margin-bottom : 8px !important ;
  padding : 0 !important ;
}

.woocommerce-breadcrumb a,
.wc-block-breadcrumbs a {
  color : #bbb !important ;
  text-decoration : none !important ;
  border-bottom : none !important ;
}

.woocommerce-breadcrumb a:hover,
.wc-block-breadcrumbs a:hover {
  color : #888 !important ;
}

.woocommerce-breadcrumb {
  color : #555 ;
  text-align : left ;
  margin-left : auto ;
  margin-right : auto ;
  padding : 10px 0 ;
}

.woocommerce-breadcrumb a {
  color : #0073aa ;
  text-decoration : none ;
}

.woocommerce-breadcrumb a:hover {
  color : #005580 ;
}


/* ── 18. WooCommerce - Produit unique ─── */

.single-product .wp-block-post-title,
.single-product .wp-block-post-title a {
  font-family : 'EB Garamond', serif !important ;
  font-variant : normal !important ;
  font-size : 1.5rem !important ;
  font-weight : 400 !important ;
  letter-spacing : 0.01em !important ;
  line-height : 1.35 !important ;
  text-transform : none !important ;
}

.single-product .entry-content h2,
.single-product .woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h2 {
  font-family : 'EB Garamond', serif !important ;
  font-variant : normal !important ;
  font-size : 1.1rem !important ;
  font-weight : 600 !important ;
  letter-spacing : 0.04em !important ;
  text-transform : uppercase !important ;
  color : #444 !important ;
  margin-top : 28px !important ;
  margin-bottom : 8px !important ;
}

.single_add_to_cart_button.button.alt,
button.single_add_to_cart_button {
  background-color : #D3A92C !important ;
  color : #fff !important ;
  border : none !important ;
  border-radius : 2px !important ;
  font-family : 'Work Sans', sans-serif !important ;
  font-size : 0.82rem !important ;
  font-weight : 500 !important ;
  espacement des lettres : 0.1em !important ;
  text-transform : uppercase !important ;
  padding : 14px 32px !important ;
  transition : background-color 0.3s ease !important ;
}

.single_add_to_cart_button.button.alt:hover {
  background-color : #D3A92C ;
}

.woocommerce-variation-add-to-cart ~ .wc-ppc-product-button,
#payment-form,
[id*="paypal-button"],
.paypal-buttons-container {
  max-width : 280px !important ;
  transform-origin : left center !important ;
  margin-top : -8px !important ;
}


/* ── 19. WooCommerce - Boutons et dépôt ── */

.wc-deposits-wrapper fieldset {
  border : none !important ;
  padding : 0 !important ;
  margin : 0 !important ;
}

.wc-deposits-wrapper legend {
  display : none !important ;
}

ul.wc-deposits-option {
  display : flex !important ;
  flex-direction : row !important ;
  gap : 10px !important ;
  list-style : none !important ;
  padding : 0 !important ;
  margin : 12px 0 !important ;
  width : auto !important ;
}

ul.wc-deposits-option li {
  display : inline-flex !important ;
  align-items : center !important ;
  gap : 6px !important ;
  border : 1px solid #ddd !important ;
  border-radius : 3px !important ;
  padding : 8px 16px !important ;
  font-size : 0.8rem !important ;
  font-family : 'Work Sans', sans-serif !important ;
  espacement des lettres : 0.04em !important ;
  cursor : pointer !important ;
  white-space : nowrap !important ;
  width : auto !important ;
}

ul.wc-deposits-option input[type="radio"] {
  accent-color : #B88A30 !important ;
  margin : 0 !important ;
  width : 13px !important ;
  height : 13px !important ;
  flex-shrink : 0 !important ;
}

.wc-deposits-amount,
.wc-deposits-payment-description {
  display : none !important ;
}


/* ── 20. Pages de catégories ── */

body .wp-block-term-description .category-intro {
  display : flex ;
  flex-direction : row ;
  align-items : stretch ;
  gap : 24px ;
  padding : 28px !important ;
  background-color : #f7f4f0 !important ;
  background-size : cover !important ;
  background-position : center !important ;
  border-radius : 6px !important ;
  border-left : 3px solid #D3A92C !important ;
  overflow : hidden !important ;
}

body .wp-block-term-description .category-intro.texture-loaded {
  background-image : url('/wp-content/uploads/2026/04/Cream-wool-rug-closeup-texture.webp') !important ;
}

.category-left {
  flex : 1 1 58% ;
  background-color : rgba(255, 255, 255, 0.95) ;
  border-radius : 8px ;
  padding : 28px 30px ;
  text-align : center ;
  box-shadow : 0 2px 16px rgba(0, 0, 0, 0.06) ;
  affichage : flex ;
  flex-direction : column ;
  justify-content : center ;
}

.category-right {
  flex : 1 1 40% ;
  display : flex ;
  align-items : center ;
  justify-content : center ;
  padding : 0 ;
  border-left : none ;
  background : none !important ;
}

.category-testimonial {
  background-color : rgba(255, 255, 255, 0.95) ;
  border-radius : 8px ;
  padding : 28px 24px ;
  text-align : center ;
  box-shadow : 0 2px 16px rgba(0, 0, 0, 0.06) ;
  width : 100% ;
}

.category-testimonial-label {
  font-size : 0.65rem !important ;
  letter-spacing : 0.14em !important ;
  text-transform : uppercase !important ;
  color : #D3A92C !important ;
  margin-bottom : 12px !important ;
  line-height : 1 !important ;
  padding : 0 !important ;
  font-weight : 500 !important ;
}

.category-pull {
  font-family : 'EB Garamond', serif !important ;
  font-size : 1.25rem !important ;
  font-style : italic !important ;
  color : #1a1a1a !important ;
  margin-bottom : 20px !important ;
  line-height : 1.4 !important ;
  espacement des lettres : 0.01em !important ;
  padding : 0 !important ;
}

.category-pull::before { display : none ; }

.category-pull::after {
  content : '' ;
  display : block ;
  width : 36px ;
  hauteur : 1px ;
  couleur de fond : #D3A92C ;
  margin : 14px auto 0 ;
}

.category-body {
  font-size : 1rem !important ;
  line-height : 1.75 !important ;
  color : #444 !important ;
  margin-bottom : 22px !important ;
  padding : 0 !important ;
}

.category-why {
  font-size : 0.9rem !important ;
  line-height : 1.7 !important ;
  color : #666 !important ;
  font-style : italic !important ;
  font-weight : 400 !important ;
  margin-bottom : 24px !important ;
  padding : 0 0 0 14px !important ;
  background : none !important ;
  border-left : 2px solid rgba(211, 169, 44, 0.5) !important ;
  border-radius : 0 !important ;
  border-top : none !important ;
  border-right : none !important ;
  border-bottom : none !important ;
  text-align : left !important ;
}

.category-facts {
  display : flex ;
  flex-direction : row ;
  flex-wrap : wrap ;
  justify-content : center ;
  align-items : center ;
  line-height : 1 ;
  margin : 0 ;
}

.category-facts strong {
  display : inline-flex !important ;
  align-items : center ;
  white-space : nowrap ;
  padding : 0 8px ;
  border-right : 1px solid rgba(211, 169, 44, 0.45) !important ;
  font-size : 0.7rem !important ;
  font-weight : 400 !important ;
  espacement des lettres : 0.1em !important ;
  text-transform : uppercase !important ;
  color : #999 !important ;
  line-height : 1 !important ;
}

.category-facts strong:last-child { border-right : none !important ; }

.category-testimonial-quote {
  font-family : 'EB Garamond', serif !important ;
  font-size : 1rem !important ;
  font-style : italic !important ;
  color : #333 !important ;
  line-height : 1.65 !important ;
  margin-bottom : 16px !important ;
  padding : 0 !important ;
}

.category-testimonial-quote::before { display : none !important ; }

.category-testimonial-author {
  font-size : 0.7rem !important ;
  letter-spacing : 0.1em !important ;
  text-transform : uppercase !important ;
  color : #aaa !important ;
  margin-bottom : 10px !important ;
  line-height : 1 !important ;
  padding : 0 !important ;
  text-align : center !important ;
}

.category-testimonial-stars {
  font-size : 0.85rem !important ;
  color : #D3A92C !important ;
  letter-spacing : 0.2em ;
  margin : 0 !important ;
  line-height : 1 !important ;
  padding : 0 !important ;
}

.wp-block-term-description {
  padding : 28px 0 24px !important ;
  margin-bottom : 0 !important ;
  border : none !important ;
  border-radius : 6px !important ;
}


/* ══════════════════════════════════════════════════════════
   21. QUERIES MEDIA - de large à étroit
══════════════════════════════════════════════════════════ */


/* ── max 1200px ─── */

@media (max-width : 1200px) {
  .hero {
    min-height : 95vh ;
  }

  .hero-content {
    width : 90% ;
    max-width : 90% ;
    padding : 12px ;
  }

  .hero-button {
    padding : 7px 14px ;
  }

  .intro-section,
  .intro-section-white {
    max-width : 95% !important ;
    padding : 20px 25px !important ;
    margin : 15px auto !important ;
  }

  .intro-section p {
    line-height : 1.6 !important ;
    padding : 0 10px ;
  }

  .benefit-column-white,
  .benefit-column {
    max-width : 100% ;
    margin-bottom : 20px ;
  }

  .benefit-column-white img {
    width : 100% ;
    height : auto ;
  }

  .trade-benefits-columns,
  .rug-categories-columns,
  .guarantees-columns {
    flex-direction : column ;
    gap : 10px ;
  }

  .benefit-column,
  .rug-category-column,
  .guarantee-column {
    max-width : 100% ;
  }

  .video-banner {
    width : 100% ;
    max-width : 100% ;
    overflow : hidden ;
  }
}


/* ── max 900px (calculatrice de tapis) ── */

@media (max-width : 900px) {
  .ryl-twocol { grid-template-columns : 1fr !important ; }
  .ryl-col-right { border-left : none ; padding-left : 0 ; border-top : 1px solid var(--soft) ; padding-top : 14px ; }
}


/* ── min 860px (trust bar unwrap) ── */

@media (min-width : 860px) {
  .proof-strip-list {
    flex-wrap : nowrap ;
    gap : 0 32px ;
  }
}


/* ── max 860px (trust bar stack) ── */

@media (max-width : 860px) {
  .proof-strip-list {
    flex-direction : column !important ;
    align-items : center !important ;
    gap : 10px 0 !important ;
    text-align : center !important ;
  }

  .proof-strip-list li {
    padding-left : 18px ;
    text-align : left ;
  }
}


/* ── max 768px (core mobile layout) ── */

@media (max-width : 768px) {
  body .entry-content.has-global-padding,
  body .entry-content.has-global-padding.is-layout-constrained,
  body .is-layout-constrained.has-global-padding {
    padding-left : 16px !important ;
    padding-right : 16px !important ;
    box-sizing : border-box !important ;
  }

  body .alignfull,
  body .wp-block-group.alignfull {
    margin-left : -16px !important ;
    margin-right : -16px !important ;
  }

  .wp-block-cover__inner-container,
  .wp-block-group.alignfull &gt; .wp-block-group__inner-container {
    width : 100% !important ;
    padding-left : 16px !important ;
    padding-right : 16px !important ;
    box-sizing : border-box !important ;
  }

  .hero {
    padding : 0 ;
    justify-content : center ;
    min-height : 90vh ;
  }

  .hero-content {
    width : 92% !important ;
    max-width : 92% !important ;
    margin-left : auto !important ;
    margin-right : auto !important ;
    padding : 16px 14px !important ;
    text-align : center !important ;
  }

  .hero-button {
    padding : 6px 12px ;
  }

  .wp-block-columns.alignfull .wp-block-column,
  .wp-block-columns.is-layout-flex .wp-block-column {
    padding-left : 0 !important ;
    padding-right : 0 !important ;
    width : 100% !important ;
    max-width : 100% !important ;
    flex-basis : 100% !important ;
    margin-left : 0 !important ;
  }

  .collection-card-heritage,
  .collection-card-contemporaine {
    width : 100% !important ;
    max-width : 100% !important ;
    box-sizing : border-box !important ;
    padding : 24px 20px !important ;
  }

  .wp-block-columns.alignfull .cover-image-overlay,
  .wp-block-columns.is-layout-flex .cover-image-overlay {
    width : 100% !important ;
    max-width : 100% !important ;
    margin-left : auto !important ;
    margin-right : auto !important ;
  }

  .wp-block-columns.alignfull .collection-card-heritage,
  .wp-block-columns.alignfull .collection-card-contemporary,
  .wp-block-columns.is-layout-flex .collection-card-heritage,
  .wp-block-columns.is-layout-flex .collection-card-contemporary {
    width : 100% !important ;
    max-width : 100% !important ;
    margin-left : 0 !important ;
    margin-right : 0 !important ;
    box-sizing : border-box !important ;
  }

  .wp-block-columns:not([class*="is-style"]) {
    flex-wrap : wrap !important ;
  }

  .wp-block-column:not([class*="is-"]) {
    flex-basis : 100% !important ;
    max-width : 100% !important ;
    width : 100% !important ;
    margin-left : 0 !important ;
  }

  .wp-block-column .cover-image-overlay {
    max-width : 100% !important ;
    width : 100% !important ;
    border-radius : 12px !important ;
  }

  .pull-line-static .wp-block-button__link {
    font-size : 0.75rem !important ;
    padding : 3px 8px !important ;
    line-height : 1.4 !important ;
    width : auto !important ;
  }

  .benefit-column-white {
    max-width : 100% !important ;
    width : 100% !important ;
    padding : 0 !important ;
    margin-bottom : 16px !important ;
    box-sizing : border-box !important ;
    overflow : hidden !important ;
    border-radius : 12px !important ;
  }

  .benefit-column-white figure {
    margin : 0 !important ;
    width : 100% !important ;
    border-radius : 0 !important ;
  }

  .benefit-column-white figure img {
    width : 100% !important ;
    height : auto !important ;
    border-radius : 0 !important ;
    display : block !important ;
  }

  .benefit-column-white h4,
  .benefit-column-white p {
    padding-left : 16px !important ;
    padding-right : 16px !important ;
  }

  .benefit-column-white h4 {
    margin-top : 16px !important ;
    padding-top : 0 !important ;
  }

  .benefit-column-white p:last-child {
    padding-bottom : 16px !important ;
  }

  .wp-block-spacer {
    height : 10px !important ;
    min-height : 10px !important ;
    max-height : 10px !important ;
  }

.short-description {
    font-size : 0.82rem !important ;
    line-height : 1.65 !important ;
    padding : 0 4px !important ;
  }

  .intro-section,
  .intro-section-white,
  .intro-section-category-heading,
  .intro-section-category-body {
    max-width : 100% !important ;
    width : 100% !important ;
    margin-left : 0 !important ;
    margin-right : 0 !important ;
    padding : 24px 20px !important ;
    box-sizing : border-box !important ;
  }

  .proof-strip {
    width : 100% !important ;
    padding-left : 16px !important ;
    padding-right : 16px !important ;
  }

  .proof-strip-list {
    width : 100% !important ;
    padding-left : 0 !important ;
    padding-right : 0 !important ;
  }

  .process-container {
    width : 100% !important ;
    max-width : 100% !important ;
    padding : 40px 16px !important ;
    border-radius : 0 !important ;
    box-sizing : border-box !important ;
  }

  .step-block {
    flex-direction : column ;
    align-items : center ;
    padding : 10px ;
    margin : 10px auto !important ;
    max-width : 100% !important ;
    box-shadow : 0 2px 4px rgba(0, 0, 0, 0.05) ;
  }

  .step-block img {
    width : 100% ;
    max-height : none ;
    border-radius : 8px ;
  }

  .step-content {
    text-align : center ;
    margin : 0 ;
  }

  .step-description {
    font-size : 0.95rem !important ;
  }

.testimonial-container {
    aspect-ratio : 4 / 7 !important ;
    min-height : unset !important ;
  }

  .testimonial-container .testimonial-bg {
    position : absolute !important ;
    inset : 0 !important ;
    width : 100% !important ;
    height : 100% !important ;
  }

  .testimonial-container.has-background {
    background-image : none !important ;
    background : transparent !important ;
    box-shadow : none !important ;
    border-radius : 0 !important ;
    padding : 0 !important ;
    margin : 0 !important ;
  }

.testimonial-container .testimonial-bg img {
    height : 100% !important ;
    width : 100% !important ;
    object-fit : cover !important ;
    display : block !important ;
    position : absolute !important ;
    top : 0 !important ;
    left : 0 !important ;
  }

  .testimonial-container .testimonial-overlay {
    position : absolute !important ;
    inset : 0 !important ;
    opacity : 1 !important ;
    visibility : visible !important ;
    transform : none !important ;
    background : transparent !important ;
    justify-content : center !important ;
    align-items : center !important ;
    padding : 20px !important ;
  }

  .testimonial-container .testimonial-overlay &gt; .wp-block-group {
    background : rgba(255, 255, 255, 0.92) !important ;
    border-radius : 16px !important ;
    padding : 24px 20px !important ;
    width : 100% !important ;
    box-sizing : border-box !important ;
    display : flex !important ;
    flex-direction : column !important ;
    align-items : center !important ;
    gap : 2px !important ;
  }

  .testimonial-container .testimonial-overlay p.testimonial-text {
    font-size : 0.82rem !important ;
    line-height : 1.45 !important ;
    margin-top : 2px !important ;
    margin-bottom : 2px !important ;
    padding : 0 !important ;
  }

  .testimonial-container .testimonial-overlay p.testimonial-author {
    margin-top : 4px !important ;
    margin-bottom : 8px !important ;
    padding : 0 !important ;
  }

  .testimonial-container .testimonial-overlay p.category-testimonial-author {
    margin-bottom : 8px !important ;
    padding : 0 !important ;
  }

  .testimonial-container .testimonial-overlay p.testimonial-stars {
    margin-top : 6px !important ;
    margin-bottom : 2px !important ;
    padding : 0 !important ;
  }

  .testimonial-columns {
    flex-direction : column ;
    align-items : center ;
  }

  .testimonial-column {
    width : 100% ;
    max-width : 400px ;
  }

  .testimonial-text,
  .testimonial-author,
  .testimonial-stars {
    max-width : 100% !important ;
    overflow-wrap : break-word ;
    word-wrap : break-word ;
    line-height : 1.45 !important ;
  }

  .testimonial-author {
    font-size : 1rem !important ;
    text-align : center ;
    margin-bottom : 0 !important ;
  }

  .testimonial-text {
    font-size : 0.82rem !important ;
    text-align : center ;
    padding : 0 !important ;
    margin-bottom : 0 !important ;
  }

  .testimonial-stars {
    font-size : 1rem !important ;
    color : #d4af37 ;
    display : flex ;
    justify-content : center ;
    margin-top : 6px !important ;
  }

  .testimonial-container-art {
    transform : none ;
    cursor : default ;
  }

  .testimonial-overlay-art {
    opacity : 1 ;
    transform : translate(-50%, -50%) ;
  }

  .hover-instruction {
    display : none !important ;
  }

  .wp-block-button__link:not(.pull-line-static .wp-block-button__link),
  .wp-element-button:not(.pull-line-static .wp-element-button),
  bouton,
  .button {
    display : block ;
    width : 100% !important ;
    max-width : 100% !important ;
    white-space : normal !important ;
    word-wrap : break-word !important ;
    overflow-wrap : break-word !important ;
    text-align : center ;
  }

  .floating-cta {
    font-size : 11px !important ;
    padding : 8px 14px !important ;
    bottom : 12px !important ;
    left : 12px !important ;
    max-width : 180px !important ;
  }

  .video-banner video {
    width : 100% ;
    height : auto ;
    display : block ;
    padding-left : 30px ;
    padding-right : 30px ;
  }

  .ryl-twocol { grid-template-columns : 1fr !important ; }
  .ryl-col-right { border-left : none ; padding-left : 0 ; border-top : 1px solid var(--soft) ; padding-top : 14px ; }
}


/* ── max 700px (pages catégories) ─── */

@media (max-width : 700px) {
  body .wp-block-term-description .category-intro {
    flex-direction : column !important ;
    padding : 16px !important ;
    gap : 14px ;
  }

  .category-left,
  .category-testimonial {
    padding : 20px 18px ;
  }

  .category-why {
    text-align : left !important ;
  }
}


/* ── max 600px ─── */

@media (max-width : 600px) {
  .hero-title,
  .hero-content h1 {
    font-size : 1.8rem !important ;
    line-height : 1.15 !important ;
    margin-bottom : 0.5rem !important ;
  }

  .hero-subtitle {
    font-size : 1rem !important ;
    line-height : 1.55 !important ;
  }
}


/* ── max 560px (rug calculator narrow) ── */

@media (max-width : 560px) {
  .ryl-leftinner { grid-template-columns : 1fr !important ; }
  .ryl-cards { grid-template-columns : 1fr !important ; }
  .ryl-miniWrap .ryl-copyBtn { bottom : 6px ; right : 6px ; }
  .ryl-vizCtrlPanel { flex-wrap : wrap ; }
  .ryl-vizCtrlSep { display : none ; }
  .ryl-card { padding : 14px ; }
}