/*
Theme Name: Strikeshot Custom
Theme URI: https://strikeshot.com/
Author: Strikeshot Web Services
Description: A custom, modular WordPress theme for Strikeshot.com with independently controlled homepage sections.
Version: 0.9.14
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: strikeshot-custom
*/


/* v0.7.9 — hero live-preview link */
.ss-hero-preview-link-wrap{margin-top:14px;text-align:center;width:100%;}
.ss-hero-preview-link{display:inline-flex;align-items:center;gap:6px;color:var(--ss-blue)!important;font-weight:800;text-decoration:none;font-size:.95rem;}
.ss-hero-preview-link:hover,.ss-hero-preview-link:focus{color:#7bdcff!important;text-decoration:underline;text-underline-offset:3px;}


/* v0.7.10 — keep the hero live-preview link directly below the preview */
.ss-hero-live-visual{flex-direction:column;}
.ss-hero-preview-link-wrap{max-width:760px;margin:14px 0 0 auto;text-align:center;}
@media(max-width:1100px){.ss-hero-preview-link-wrap{max-width:820px;margin:14px auto 0;}}


/* v0.7.21 — pricing themes CTA and Classique live-preview link */
.ss-pricing-theme-button-wrap{margin:22px 0 6px;}
.ss-pricing-theme-button-wrap .ss-theme-library-btn{display:inline-flex;width:auto;min-width:190px;}
.ss-pricing-preview-link-wrap{margin-top:14px;text-align:center;width:100%;}
.ss-pricing-preview-link{display:inline-flex;align-items:center;gap:6px;color:#078ed4!important;font-weight:800;text-decoration:none;font-size:.95rem;}
.ss-pricing-preview-link:hover,.ss-pricing-preview-link:focus{color:#006ea8!important;text-decoration:underline;text-underline-offset:3px;}
@media(max-width:760px){.ss-pricing-theme-button-wrap .ss-theme-library-btn{width:auto;}.ss-pricing-theme-button-wrap{text-align:left;}}


/* v0.7.22 — neutral pricing cards; #pricing anchor added in markup */
body .ss-websites-section .ss-price-card-accent{border-color:#d9e4ec!important;}


/* v0.7.23 — add Get Started beside View All Themes in Pricing */
.ss-pricing-theme-button-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.ss-pricing-theme-button-wrap .ss-pricing-get-started-btn{display:inline-flex;width:auto;min-width:150px;}
@media(max-width:760px){.ss-pricing-theme-button-wrap{display:flex;gap:10px;}.ss-pricing-theme-button-wrap .ss-pricing-get-started-btn{width:auto;}}
