/*
 Theme Name: Kadence Child — LinkifLocal
 Template: kadence
 Version: 1.0
 Description: Child theme LinkifLocal.com
*/

/* ---- HEADER ---- */
.site-header,
.kadence-header {
  background: #2E5954 !important;
}

/* Logo : icône K + texte linkiflocal côte à côte */
.site-branding,
.header-logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-logo {
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px;
}

/* Titre du site : "linkif" en blanc, "local" en orange */
.site-title a,
.site-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: -0.02em;
}

/* ---- NAVIGATION ---- */
.main-navigation a,
.primary-menu a {
  color: rgba(255,255,255,0.85) !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.main-navigation a:hover,
.primary-menu a:hover {
  color: #FF9800 !important;
}

/* ---- BODY ---- */
body {
  background: #F4F6F4;
  font-family: 'DM Sans', sans-serif;
  color: #212121;
}

/* ---- FOOTER ---- */
.site-footer,
.kadence-footer {
  background: #1B3B38 !important;
  color: rgba(255,255,255,0.75) !important;
}
.site-footer a { color: #FF9800 !important; }
.site-footer a:hover { color: #ffffff !important; }

/* ---- BOUTONS GLOBAUX ---- */
.wp-block-button__link,
.kadence-button {
  background: #FF9800 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
}
.wp-block-button__link:hover,
.kadence-button:hover {
  background: #E65100 !important;
}
