/*
Theme Name: KAPLA
Theme URI: 
Author: Sonilog Interactive
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kapla
Tags: 
*/
html, body{
    overflow-x: hidden!important;
    width: 100dvw!important;
}

.wp-site-blocks, {
  overflow-x: hidden;
}

/* Style spécifique pour la variante "arrow" du bouton */
.wp-block-button.is-style-arrow a.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em; /* Espacement entre le texte et l'icône */
  padding-left: 0 !important; /* Suppression du padding à gauche */
  padding-right: 1.5em !important; /* Ajout de l'espace à droite */
  text-decoration: none;
  white-space: nowrap;
}

/* Style de l'icône SVG à droite */
.wp-block-button.is-style-arrow a.wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 1em; /* Taille ajustable de l'icône */
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto; /* Place l'icône à droite */
}
