/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2026 | 07:49:05 */
/* ==================================================
   BANNER 4 — TOP TONEWOOD DESIGN
   ================================================== */

/*
 * Automatically moves the Banner 4 HTML layer
 * to the top of the banner.
 */
body .banner .text-box:has(.cga-tonewood-v4),
body .banner .banner-layer:has(.cga-tonewood-v4) {
  position: absolute !important;
  top: clamp(14px, 2.5vw, 28px) !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
}

body
  .banner
  .text-box:has(.cga-tonewood-v4)
  .text-box-content {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

body .cga-tonewood-v4,
body .cga-tonewood-v4 * {
  box-sizing: border-box;
}

body .cga-tonewood-v4 {
  --tonewood-gold: #d2a34a;
  --tonewood-dark: #17120e;

  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 19px 24px;
  overflow: hidden;
  color: #fff !important;
  text-align: left;
  background: linear-gradient(
    105deg,
    rgba(14, 10, 8, 0.94),
    rgba(28, 18, 11, 0.78)
  ) !important;
  border: 1px solid rgba(210, 163, 74, 0.42);
  border-bottom: 3px solid var(--tonewood-gold);
  border-radius: 3px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* Decorative corner */
body .cga-tonewood-v4::after {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 100px;
  height: 100px;
  content: "";
  border: 1px solid rgba(210, 163, 74, 0.3);
  transform: rotate(45deg);
  pointer-events: none;
}

/* ==================================================
   HEADING
   ================================================== */

body .cga-tonewood-v4 .cga-tonewood-v4-heading {
  min-width: 0;
}

body .cga-tonewood-v4 .cga-tonewood-v4-kicker {
  margin: 0 0 7px;
  color: var(--tonewood-gold) !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: none !important;
  opacity: 1 !important;
}

body .cga-tonewood-v4 .cga-tonewood-v4-title {
  width: 100%;
  margin: 0;
  color: #fff !important;
  font-size: clamp(28px, 3.5vw, 43px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  opacity: 1 !important;
}

body .cga-tonewood-v4 .cga-tonewood-v4-title span {
  display: block;
  color: var(--tonewood-gold) !important;
}

/* ==================================================
   DESCRIPTION
   ================================================== */

body .cga-tonewood-v4 .cga-tonewood-v4-content {
  min-width: 0;
}

body .cga-tonewood-v4 .cga-tonewood-v4-description {
  width: 100%;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* ==================================================
   BUTTON
   ================================================== */

body .cga-tonewood-v4 .cga-tonewood-v4-button {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--tonewood-dark) !important;
  background-color: var(--tonewood-gold) !important;
  border: 1px solid var(--tonewood-gold) !important;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

body .cga-tonewood-v4 .cga-tonewood-v4-button span {
  color: inherit !important;
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

body .cga-tonewood-v4 .cga-tonewood-v4-button:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: var(--tonewood-gold) !important;
  transform: translateY(-2px);
}

body .cga-tonewood-v4 .cga-tonewood-v4-button:hover span {
  transform: translateX(3px);
}

body .cga-tonewood-v4 .cga-tonewood-v4-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 549px) {
  body .banner .text-box:has(.cga-tonewood-v4),
  body .banner .banner-layer:has(.cga-tonewood-v4) {
    top: 10px !important;
  }

  body .cga-tonewood-v4 {
    grid-template-columns: 1fr;
    gap: 9px;
    width: calc(100vw - 20px);
    max-width: 380px;
    padding: 14px 16px;
  }

  body .cga-tonewood-v4 .cga-tonewood-v4-kicker,
  body .cga-tonewood-v4 .cga-tonewood-v4-title,
  body .cga-tonewood-v4 .cga-tonewood-v4-description {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  body .cga-tonewood-v4 .cga-tonewood-v4-kicker {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  body .cga-tonewood-v4 .cga-tonewood-v4-title {
    font-size: 25px;
    line-height: 1.03;
  }

  body .cga-tonewood-v4 .cga-tonewood-v4-description {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  body .cga-tonewood-v4 .cga-tonewood-v4-button {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 9px;
  }
}

