/* Sicilian Goodness V79 - Cannoli page color/contrast hardening
   Scope intentionally limited to .cannoliPage.
*/

/* Neutralise collision with the global .gold utility which applies a gold background. */
.cannoliPage .cnKicker.gold{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  padding:0!important;
  width:auto!important;
  max-width:100%!important;
  box-shadow:none!important;
}

/* Light sections: darker gold for strong readable contrast. */
.cannoliPage .cnIntro .cnKicker.gold,
.cannoliPage .cnCraft .cnKicker.gold{
  color:#8f621d!important;
}

/* Dark sections: brighter warm gold. */
.cannoliPage .cnVideos .cnKicker.gold,
.cannoliPage .cnSeo .cnKicker.gold{
  color:#e2b34e!important;
}

/* Keep all other kickers coherent by section. */
.cannoliPage .cnCream .cnKicker,
.cannoliPage .cnGallery .cnKicker,
.cannoliPage .cnKit .cnKicker,
.cannoliPage .cnFaq .cnKicker{
  color:#6f552b!important;
}

.cannoliPage .cnShell .cnKicker{
  color:#e2b34e!important;
}

/* Defensive reset against the global .light padding utility on the secondary Kit CTA. */
.cannoliPage .cnButton.ghost.light{
  padding:14px 22px!important;
  background:transparent!important;
}

/* Ensure text remains readable and consistent in the affected sections. */
.cannoliPage .cnIntro,
.cannoliPage .cnCraft,
.cannoliPage .cnGallery,
.cannoliPage .cnKit,
.cannoliPage .cnFaq{
  color:#17140f;
}

.cannoliPage .cnVideos,
.cannoliPage .cnSeo,
.cannoliPage .cnShell{
  color:#fff;
}

/* Mobile: retain the same contrast without introducing bars or blocks. */
@media(max-width:900px){
  .cannoliPage .cnKicker.gold{
    display:inline-block!important;
  }
}
