/* GDS Home hero CTA buttons — match mockup's gold-filled primary / white-outline secondary. Targeted by stable css_class (not positional button-N, which breaks whenever a button is added/removed elsewhere on the page). */
.gds-cta-primary.fusion-button{background-color:#c9a85d!important;border-color:#c9a85d!important}
.gds-cta-primary.fusion-button .fusion-button-text{color:#1e1424!important}
.gds-cta-primary.fusion-button:hover{background-color:#b8934a!important;border-color:#b8934a!important}
.gds-cta-secondary.fusion-button{background-color:transparent!important;border:1px solid #fff!important}
.gds-cta-secondary.fusion-button .fusion-button-text{color:#fff!important}
.gds-cta-secondary.fusion-button:hover{background-color:rgba(255,255,255,.12)!important}

/* GDS secondary CTAs — Watch Video (So Satisfied) + Learn More About Us — dark-outline treatment matching the #1E1424 already set on these shortcodes. */
.gds-cta-outline.fusion-button{background-color:transparent!important;border-color:#1e1424!important}
.gds-cta-outline.fusion-button .fusion-button-text{color:#1e1424!important}
.gds-cta-outline.fusion-button:hover{background-color:rgba(30,20,36,.08)!important}

/* GDS global header — topbar announcement buttons */
.gds-topbar-btn.fusion-button{background-color:transparent!important;border-color:transparent!important;padding-top:4px!important;padding-bottom:4px!important}
.gds-topbar-btn.fusion-button .fusion-button-text{font-size:10px!important;letter-spacing:.08em!important}
.gds-topbar-btn.fusion-button i.awb-button__icon{font-size:11px!important}


/* GDS global header — topbar pipe dividers between the 3 announcements */
.gds-tb-topbar .fusion-builder-row .fusion-column-wrapper{position:relative}
.gds-tb-topbar .fusion-layout-column:not(:last-child) .fusion-column-wrapper:after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:rgba(230,196,108,.4)}
