/*
Theme Name: Holiday Club Lite
Theme URI: https://holidayclub.hostyguides.com/
Author: HostyGuides
Description: Lightweight custom theme for Holiday Club by HostyGuides. Built to replace Flatsome while preserving the editorial look.
Version: 0.1.24
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: holiday-club-lite
*/

:root{
  --hc-brand:#1f6b70;
  --hc-brand-soft:#5f9498;
  --hc-text:#4f4f4f;
  --hc-heading:#464646;
  --hc-muted:#8a8a8a;
  --hc-border:rgba(0,0,0,.12);
  --hc-bg:#fff;
  --hc-page:#fff;
  --hc-max:1120px;
  --hc-header-height:76px;
  --hc-font-heading:Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
  --hc-font-kicker:Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
  --hc-h1-font-size: clamp(2.6rem,5vw,4.5rem);
  --hc-h2-font-size: clamp(2rem,4vw,3.8rem);
  --hc-h3-font-size:2rem;
  --hc-h4-font-size:1.6rem;
  --hc-h5-font-size:1.25rem;
  --hc-h6-font-size:1rem;
  --hc-font-body:Manrope, "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hc-kicker-font-size:14px;
  --hc-body-font-size:16px;
  --hc-tag-font-size:13px;
  --hc-link-font-size:16px;
  --hc-button-font-size:13px;
}

*{box-sizing:border-box}
html{font-size:100%;scroll-behavior:smooth}
body{
  margin:0;
  background:var(--hc-page);
  color:var(--hc-text);
  font-family:var(--hc-font-body);
  font-size:var(--hc-body-font-size);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.admin-bar .hc-site-header{top:32px}
a{color:var(--hc-brand);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

h1,h2,h3,h4,h5,h6{
  color:var(--hc-heading);
  font-family:var(--hc-font-heading);
  font-weight:800;
  line-height:1.12;
  margin:0 0 .7em;
}
h1{font-size:var(--hc-h1-font-size);letter-spacing:-.035em;color:var(--hc-brand)}
h2{font-size:var(--hc-h2-font-size);letter-spacing:-.02em}
h3{font-size:var(--hc-h3-font-size)}
h4{font-size:var(--hc-h4-font-size)}
h5{font-size:var(--hc-h5-font-size)}
h6{font-size:var(--hc-h6-font-size)}
p{margin:0 0 1.25rem}

.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;display:block;height:auto;left:10px;top:10px;width:auto;z-index:100000;background:#fff;color:#111;padding:10px 14px}

.hc-site-header{
  position:sticky;
  top:0;
  z-index:999;
  min-height:var(--hc-header-height);
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(130%) blur(8px);
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 2px 18px rgba(0,0,0,.05);
}
.hc-header-inner{
  max-width:1440px;
  margin:0 auto;
  min-height:var(--hc-header-height);
  padding:0 clamp(18px,2.2vw,30px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.hc-branding{display:flex;align-items:baseline;min-width:0;white-space:nowrap;text-decoration:none!important}
.hc-branding__title{font-size:clamp(1.55rem,2.2vw,2rem);line-height:1;font-weight:800;letter-spacing:-.04em;color:var(--hc-brand)}
.hc-branding__by{margin-left:.35em;font-size:clamp(.9rem,1.25vw,1.18rem);font-style:normal;font-weight:400;color:var(--hc-brand-soft);letter-spacing:-.02em}

.hc-primary-nav{margin-left:auto}
.hc-primary-nav ul{display:flex;align-items:center;gap:clamp(16px,2vw,28px);list-style:none;margin:0;padding:0}
.hc-primary-nav a{display:block;color:#555;font-size:1rem;line-height:1.2;text-decoration:none}
.hc-primary-nav a:hover,.hc-primary-nav .current-menu-item>a{color:var(--hc-brand)}
.hc-menu-toggle{display:none;appearance:none;border:0;background:transparent;color:#555;padding:8px;margin:0;cursor:pointer}
.hc-menu-toggle span{display:block;width:30px;height:2px;background:currentColor;margin:6px 0;border-radius:2px}

.hc-main{background:#fff;min-height:65vh}
.hc-content-wrap{max-width:860px;margin:0 auto;padding:clamp(64px,8vw,112px) 22px}
.hc-content-wrap--wide{max-width:var(--hc-max)}
.hc-entry-header{margin-bottom:clamp(28px,4vw,46px)}
.hc-entry-content>:last-child{margin-bottom:0}

.hc-breadcrumbs{max-width:var(--hc-max);margin:0 auto;padding:clamp(26px,4vw,48px) 22px 0;color:#8c8c8c;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}
.hc-breadcrumbs a{color:#777;text-decoration:none}.hc-breadcrumbs a:hover{color:var(--hc-brand)}

.hc-post-nav{max-width:860px;margin:40px auto 0;padding:24px 22px;border-top:1px solid var(--hc-border);display:grid;grid-template-columns:1fr 1fr;gap:22px}
.hc-post-nav a{color:#2ca23a}.hc-post-nav__next{text-align:right}

.hc-site-footer{border-top:1px solid rgba(0,0,0,.08);padding:34px 22px;color:#8a8a8a;font-size:.92rem;background:#fff}
.hc-footer-inner{max-width:var(--hc-max);margin:0 auto}

/* Holiday Club plugin compatibility */
.hcc-home .hcc-section:first-of-type,
.hcc-explore .hcc-section:first-of-type,
.hc-places-page,
.hcc-taxonomy-page{padding-top:clamp(48px,6vw,86px)}
.hcc-home .hcc-hero + .hcc-section{padding-top:clamp(64px,7vw,96px)}

.hcc-home,.hcc-explore,.hc-places-page,.hcc-taxonomy-page{background:#fff;}
.hcc-section,.hcc-taxonomy-page,.hc-places-page{max-width:1120px;margin-left:auto;margin-right:auto;}
.hc-lite-category .hc-content-wrap{max-width:860px;}
.hc-category-kicker{color:#777;font-size:.9rem;margin-bottom:1.2rem;}
.hc-archive-list .post{margin:0;}
.hc-archive-item .hc-read-more{display:inline-block;margin-top:.25rem;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--hc-brand);}

.hcc-home{margin-top:calc(-1 * var(--hc-header-height))}.admin-bar .hcc-home{margin-top:calc(-1 * var(--hc-header-height))}
.hcc-hero__content{padding-top:calc(clamp(96px,12vw,150px) + var(--hc-header-height))!important}
.hcc-property-card__excerpt{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:calc(1.65em * 3);
}

@media (max-width:782px){body.admin-bar .hc-site-header{top:46px}}
@media (max-width:849px){
  :root{--hc-header-height:78px}
  .hc-header-inner{padding:0 24px}
  .hc-branding{align-items:flex-start;flex-direction:column;gap:4px}
  .hc-branding__by{margin-left:0;font-style:italic;font-size:.95rem;line-height:1.05}
  .hc-primary-nav{position:absolute;left:0;right:0;top:100%;display:none;background:rgba(255,255,255,.98);border-top:1px solid rgba(0,0,0,.07);box-shadow:0 12px 20px rgba(0,0,0,.06)}
  .hc-primary-nav.is-open{display:block}
  .hc-primary-nav ul{display:block;padding:12px 24px 18px}
  .hc-primary-nav li+li{border-top:1px solid rgba(0,0,0,.06)}
  .hc-primary-nav a{padding:13px 0;font-size:1.05rem}
  .hc-menu-toggle{display:block;margin-left:auto}
  .hcc-hero h1{font-size:clamp(2.65rem,11vw,4rem)!important;line-height:.98!important;max-width:8.6ch!important}
  .hcc-hero__content>p{font-size:1.05rem!important;line-height:1.55!important;max-width:21rem!important}
  .hc-post-nav{grid-template-columns:1fr}.hc-post-nav__next{text-align:left}
}
@media (max-width:480px){
  .hc-header-inner{padding-left:18px;padding-right:18px}
  .hc-branding__title{font-size:1.75rem}.hc-branding__by{font-size:.95rem}
}


/* Generic WordPress archive/post support while Holiday Club plugins provide specialised templates. */
.hc-archive-list{display:grid;gap:30px;max-width:760px}
.hc-archive-item{padding-bottom:26px;border-bottom:1px solid rgba(0,0,0,.08)}
.hc-archive-item h2{font-size:clamp(1.55rem,2.5vw,2.25rem);margin-bottom:.35em;color:var(--hc-brand)}
.hc-archive-item h2 a{color:inherit;text-decoration:none}.hc-archive-item h2 a:hover{text-decoration:underline}
.hc-archive-item p{font-size:1rem;line-height:1.75;color:#555}
.hc-entry-content{font-size:1.02rem;line-height:1.78}
.hc-entry-content h2{margin-top:1.55em;color:#4d4d4d}
.hc-entry-content h3{margin-top:1.35em;color:#4d4d4d}
.hc-entry-content figure{margin:2rem 0}.hc-entry-content img{display:block;margin-left:auto;margin-right:auto}
.hc-featured-image{margin:0 0 clamp(32px,4vw,52px)}
.hc-featured-image img{width:100%;height:auto;display:block}

/* 0.1.4: Pagination, breadcrumb and plugin-template polish */
.hc-places-breadcrumb,
.hcc-taxonomy-breadcrumb,
.hcps-property-page .hcps-property-breadcrumb,
.hc-breadcrumbs{
  color:#8a8a8a;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.4;
}
.hc-places-breadcrumb a,
.hcc-taxonomy-breadcrumb a,
.hcps-property-page .hcps-property-breadcrumb a,
.hc-breadcrumbs a{color:inherit;text-decoration:none}
.hc-places-breadcrumb a:hover,
.hcc-taxonomy-breadcrumb a:hover,
.hcps-property-page .hcps-property-breadcrumb a:hover,
.hc-breadcrumbs a:hover{color:var(--hc-brand)}
.hc-places-breadcrumb span,
.hcc-taxonomy-breadcrumb span,
.hcps-property-page .hcps-property-breadcrumb span,
.hc-breadcrumbs span{margin:0 .55rem;color:inherit}

.hc-places-pagination,
.hcc-taxonomy-pagination,
.navigation.pagination{margin-top:clamp(34px,5vw,58px)}
.hc-places-pagination ul,
.hcc-taxonomy-pagination ul,
.navigation.pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}
.hc-places-pagination li,
.hcc-taxonomy-pagination li{margin:0;padding:0;list-style:none}
.hc-places-pagination a,
.hc-places-pagination span,
.hcc-taxonomy-pagination a,
.hcc-taxonomy-pagination span,
.navigation.pagination a,
.navigation.pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 14px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  color:#555;
  background:#fff;
  text-decoration:none;
  font-weight:500;
}
.hc-places-pagination .current,
.hcc-taxonomy-pagination .current,
.navigation.pagination .current{background:var(--hc-brand);border-color:var(--hc-brand);color:#fff}
.hc-places-pagination a:hover,
.hcc-taxonomy-pagination a:hover,
.navigation.pagination a:hover{border-color:var(--hc-brand);color:var(--hc-brand);text-decoration:none}

/* Editorial category cards with thumbnails */
.hc-archive-list{display:grid;gap:34px;max-width:860px}
.hc-archive-item{display:grid;grid-template-columns:240px minmax(0,1fr);gap:28px;align-items:start;padding-bottom:34px;border-bottom:1px solid rgba(0,0,0,.08)}
.hc-archive-thumb{display:block;aspect-ratio:4/3;overflow:hidden;background:#f4f4f4;text-decoration:none}
.hc-archive-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.hc-archive-item h2{margin-top:0}

/* Property Studio single template layout now that Flatsome is not present */
.hcps-property-page{background:#fff;color:var(--hc-text)}
.hc-property-shell{
  max-width:1160px;
  margin:0 auto;
  padding:0 22px clamp(56px,7vw,90px);
  display:grid;
  grid-template-columns:minmax(220px,300px) minmax(0,1fr);
  grid-template-areas:
    "sidebar hero"
    "sidebar content";
  gap:0 clamp(42px,6vw,72px);
  align-items:start;
}
.hc-property-hero{grid-area:hero;margin:0 0 clamp(30px,4vw,42px)}
.hc-property-hero img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}
.hc-property-sidebar{grid-area:sidebar;position:sticky;top:calc(var(--hc-header-height) + 36px);padding-top:4px}
.hc-property-sidebar h1{font-size:clamp(1.65rem,2.5vw,2.2rem);letter-spacing:-.02em;line-height:1.15;color:#4d4d4d;margin:0 0 1.1rem}
.hc-section-label{margin:0 0 1rem;font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:#606060}
.hc-property-summary{font-size:1.05rem;line-height:1.75;color:#555}
.hc-property-summary p{margin:0 0 1rem}
.hc-property-content{grid-area:content;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}
.hc-editorial-section{padding:clamp(34px,5vw,56px);border-bottom:1px solid rgba(0,0,0,.08)}
.hc-editorial-section h4,
.hc-property-visit-card h4,
.hc-property-hostyguides-card h4{
  margin:0 0 1.1rem;
  color:#555;
  font-size:1rem;
  letter-spacing:.16em;
  line-height:1.25;
  text-transform:uppercase;
}
.hc-editorial-section h2{color:#4d4d4d;font-size:clamp(1.7rem,2.6vw,2.35rem)}
.hc-editorial-lead,
.hc-editorial-copy{font-size:1.02rem;line-height:1.72;color:#4f4f4f}
.hc-book-button,
.button.primary.hc-book-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:.78rem 1rem;
  background:var(--hc-brand);
  border:1px solid var(--hc-brand);
  color:#fff;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}
.hc-book-button:hover{background:#174f53;color:#fff;text-decoration:none}
.hc-text-link{display:inline-flex;color:#2ca23a;text-decoration:none;font-weight:600}.hc-text-link:hover{text-decoration:underline}
.hc-related-shell{display:block;max-width:1120px;padding-bottom:0}
.hc-property-hostyguides-card{box-shadow:none}

/* Destination/category property archive spacing */
.hcc-taxonomy-page,.hc-places-page{max-width:1120px;padding-left:22px;padding-right:22px}
.hc-places-page{padding-bottom:clamp(58px,8vw,96px)}
.hcc-card-grid{align-items:stretch}

@media (max-width:900px){
  .hc-archive-item{grid-template-columns:1fr;gap:18px}
  .hc-archive-thumb{max-width:100%}
  .hc-property-shell{display:block;padding-left:18px;padding-right:18px}
  .hc-property-sidebar{position:static;margin-bottom:32px}
  .hc-property-content{border:1px solid rgba(0,0,0,.08)}
  .hc-editorial-section{padding:28px 22px}
}

/* 0.1.5: destination nav, continue links, and sidebar guidebook polish */
.hc-places-filters,
.hc-destination-filters{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0 clamp(18px,2vw,30px);
  margin:clamp(28px,4vw,46px) 0 clamp(34px,5vw,58px);
  padding:0;
  font-size:.9rem;
  line-height:1.2;
}
.hc-places-filters a,
.hc-destination-filters a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  color:#646464;
  text-decoration:none;
  font-weight:500;
}
.hc-places-filters a:hover,
.hc-destination-filters a:hover,
.hc-places-filters a.is-active,
.hc-destination-filters a.is-active{
  color:var(--hc-brand);
}
.hc-places-filters a.is-active::before,
.hc-destination-filters a.is-active::before{
  content:"";
  position:absolute;
  left:0;
  top:-8px;
  width:18px;
  height:3px;
  border-radius:2px;
  background:var(--hc-brand);
}

.hc-places-links{
  margin-top:clamp(46px,6vw,72px);
  padding-top:clamp(34px,5vw,54px);
  border-top:1px solid rgba(0,0,0,.08);
}
.hc-places-links h2{
  color:var(--hc-brand);
  font-size:clamp(1.5rem,2.6vw,2.15rem);
  margin:0 0 1rem;
}
.hc-places-links__grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
}
.hc-places-links__grid a{
  color:var(--hc-brand);
  text-decoration:underline;
  text-underline-offset:4px;
}

.hcc-taxonomy-page .hcc-taxonomy-hero + .hc-destination-filters{
  margin-top:clamp(26px,3vw,38px);
}

.hc-hostyguides-phone{
  display:block;
  width:min(170px,80%);
  height:auto;
  margin:1.8rem auto 0;
}

.hc-property-hostyguides-card img:not([src]),
.hc-property-hostyguides-card img[src=""]{
  display:none;
}

@media (max-width:700px){
  .hc-places-filters,
  .hc-destination-filters{
    gap:0 18px;
    margin-bottom:34px;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
  }
  .hc-places-filters a,
  .hc-destination-filters a{white-space:nowrap}
}

/* 0.1.6: property cards use split links so pagination/footer remain clickable */
.hc-property-card--split-link{
  display:flex;
  flex-direction:column;
}
.hc-property-card--split-link .hcc-property-card__image{
  display:block;
  color:inherit;
  text-decoration:none;
}
.hc-property-card--split-link .hcc-property-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.hc-property-card--split-link .hcc-property-card__title a{
  color:inherit;
  text-decoration:none;
}
.hc-property-card--split-link .hcc-property-card__title a:hover,
.hc-property-card--split-link .hcc-property-card__button:hover{
  text-decoration:underline;
}
.hc-property-card--split-link .hcc-property-card__excerpt,
.hc-property-card--split-link .hcc-property-card__destination,
.hc-property-card--split-link .hcc-property-card__tags,
.hc-property-card--split-link .hcc-property-card__tags span{
  text-decoration:none!important;
}
.hc-property-card--split-link .hcc-property-card__button{
  text-decoration:none;
  align-self:flex-start;
}


/* 0.1.7: harden cards against legacy full-card anchors from Core/Editorial templates */
.hcc-property-card__link:hover,
.hcc-property-card__link:hover .hcc-property-card__excerpt,
.hcc-property-card__link:hover .hcc-property-card__destination,
.hcc-property-card__link:hover .hcc-property-card__tags,
.hcc-property-card__link:hover .hcc-property-card__tags span{
  text-decoration:none!important;
}
.hcc-property-card__link:hover .hcc-property-card__title,
.hcc-property-card__link:hover .hcc-property-card__button{
  text-decoration:underline;
}
.hc-places-pagination,
.hcc-taxonomy-pagination,
.hc-places-links{
  position:relative;
  z-index:5;
}
.hc-places-pagination a,
.hcc-taxonomy-pagination a{
  position:relative;
  z-index:6;
}


/* 0.1.8: homepage rhythm + consistent property card image ratios */
.hcc-home .hcc-featured-places,
.hcc-home .hcc-destinations{
  padding-top:clamp(36px,5vw,64px)!important;
  padding-bottom:clamp(36px,5vw,64px)!important;
}

.hcc-home .hcc-featured-places + .hcc-destinations,
.hcc-home .hcc-destinations + .hcc-featured-places{
  margin-top:0!important;
}

.hcc-property-card__image{
  aspect-ratio:4 / 3;
  height:auto!important;
  overflow:hidden;
  background:#f4f4f4;
}

.hcc-property-card__image img{
  display:block;
  width:100%;
  height:100%!important;
  object-fit:cover;
  object-position:center;
}

@media (max-width:700px){
  .hcc-home .hcc-featured-places,
  .hcc-home .hcc-destinations{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
}


/* 0.1.9: harden image ratio where cards include an inner image wrapper */
.hcc-property-card__image,
.hc-card-image-link{
  display:block!important;
  position:relative!important;
  aspect-ratio:4 / 3!important;
  width:100%!important;
  height:auto!important;
  overflow:hidden!important;
  background:#f4f4f4!important;
}

.hcc-property-card__image-inner{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}

.hcc-property-card__image > img,
.hcc-property-card__image-inner > img,
.hc-card-image-link > img,
.hc-card-image-link .hcc-property-card__image-inner > img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
}


/* 0.1.10: Theme-level fallback related properties for new editorial posts */
.hc-theme-related-properties{margin:clamp(38px,5vw,62px) 0 0;padding-top:0}
.hc-theme-related-properties .hc-related-properties__title{font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.2;margin:0 0 1.5rem;color:#4d4d4d}
.hc-theme-related-properties .hc-related-properties__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,32px);align-items:stretch}
.hc-theme-related-properties .hcc-property-card__excerpt{min-height:calc(1.65em * 3)}
.hc-theme-related-properties .hc-related-properties__more{margin:1.25rem 0 0}
.hc-theme-related-properties .hc-related-properties__more a{font-weight:800;text-decoration:none;color:var(--hc-brand)}
.hc-theme-related-properties .hc-related-properties__more a:hover{text-decoration:underline}
@media (max-width:820px){.hc-theme-related-properties .hc-related-properties__grid{grid-template-columns:1fr}.hc-theme-related-properties .hcc-property-card__excerpt{min-height:0}}

/* 0.1.11: HostyGuides property callout secondary CTA */
.hc-guidebook-link--secondary{
  display:inline-flex;
  margin-top:10px;
  color:var(--hc-brand);
  opacity:.84;
  font-weight:600;
  text-decoration:none;
}
.hc-guidebook-link--secondary:hover{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:4px;
}
.hc-hostyguides-phone-link{
  display:block;
  text-decoration:none;
}
.hc-hostyguides-phone-link:hover{
  opacity:.96;
}


/* Customizer typography targets */
.hcc-section__kicker,
.hcc-kicker,
.hc-category-kicker,
.hcc-property-card__destination,
.hcc-card__kicker{font-family:var(--hc-font-kicker);font-size:var(--hc-kicker-font-size);}

.hcc-property-card__tags span,
.hcc-tags span,
.hc-property-tags a,
.hcps-property-tags a{font-size:var(--hc-tag-font-size);}

.hc-entry-content a,
.hcc-seo-text a,
.hcc-section__content a,
.hcc-home .hcc-destination-card__more,
.hcc-home .hcc-post-card__more,
.hcc-home .hcc-story-card__more,
.hcc-home .hcc-card__more,
.hc-card__more,
.hc-card__link{font-size:var(--hc-link-font-size);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hcc-more-link,
.hcc-property-card__button,
.hcc-section__actions a,
.hc-read-more,
.hc-book-button,
button,
input[type="button"],
input[type="submit"]{font-size:var(--hc-button-font-size);}


.hc-entry-content a:hover,
.hcc-seo-text a:hover,
.hcc-section__content a:hover {
    color: var(--hc-brand-soft);
}
