/*
Theme Name: Beaches of Barbados 1.3.24 – Best Beaches URL Fix
Theme URI: https://beachesofbarbados.com/
Description: One-upload child-theme update for Beaches of Barbados. Inherits the existing beaches-of-barbados parent theme (including the v1.3.22 mobile menu fix), creates the Best Beaches in Barbados page, and integrates it into navigation, homepage, beaches hub and footer.
Author: Clayton Media Limited
Template: beaches-of-barbados
Version: 1.3.24
Text Domain: beaches-of-barbados-best-beaches
*/

/* Contextual links added by v1.3.24. Kept deliberately narrow so the parent theme remains untouched. */
.bob-best-context-link{
  display:inline-flex;
  align-items:center;
  margin-left:14px;
  color:#082858;
  font-weight:800;
  text-decoration:none;
}
.bob-best-context-link:hover{
  color:#0f58a3;
  text-decoration:underline;
  text-underline-offset:3px;
}
.bob-best-hub-cta{
  margin:18px 0 10px;
}
.bob-best-hub-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 17px;
  border-radius:999px;
  background:#082858;
  color:#fff!important;
  font-weight:850;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(8,40,88,.12);
}
.bob-best-hub-cta a:hover{
  background:#0f58a3;
  color:#fff!important;
}
.bob-best-context-link:focus-visible,
.bob-best-hub-cta a:focus-visible{
  outline:3px solid #f9cb12;
  outline-offset:3px;
}
@media(max-width:720px){
  .bob-best-context-link{
    display:flex;
    margin:10px 0 0;
  }
}
