/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 10:32:43 */
/* Custom Guitar Atelier — Dailymotion link card */
#cga-hear-guitars {
  --cga-gold: #c99e41;
  --cga-gold-dark: #99631c;
  --cga-green: #21734a;
  --cga-brown: #34241e;
  --cga-muted: #6d625d;

  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 24px 20px 20px;
  color: var(--cga-brown) !important;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(201, 158, 65, 0.2),
      transparent 43%
    ),
    #fffaf2;
  border: 1px solid rgba(201, 158, 65, 0.55);
  border-top: 5px solid var(--cga-gold);
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(52, 36, 30, 0.1);
  font-family: inherit;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

#cga-hear-guitars,
#cga-hear-guitars * {
  box-sizing: border-box;
}

#cga-hear-guitars:hover {
  color: var(--cga-brown) !important;
  box-shadow: 0 14px 32px rgba(52, 36, 30, 0.16);
  transform: translateY(-3px);
}

#cga-hear-guitars:focus-visible {
  outline: 3px solid rgba(33, 115, 74, 0.45);
  outline-offset: 4px;
}

#cga-hear-guitars .cga-video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 15px;
  background: linear-gradient(145deg, #27865b, #075a36);
  border: 6px solid var(--cga-gold);
  border-radius: 50%;
  box-shadow: 0 9px 20px rgba(33, 115, 74, 0.2);
}

#cga-hear-guitars .cga-video-icon span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

#cga-hear-guitars .cga-video-kicker {
  margin-bottom: 9px;
  color: var(--cga-gold-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

#cga-hear-guitars h3 {
  margin: 0 0 11px;
  color: var(--cga-brown);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
}

#cga-hear-guitars p {
  margin: 0 0 18px;
  color: var(--cga-muted);
  font-size: 14px;
  line-height: 1.5;
}

#cga-hear-guitars .cga-video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: #211812;
  background: linear-gradient(135deg, #dfbd69, #c99e41);
  border: 1px solid #ae7a27;
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(153, 99, 28, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

#cga-hear-guitars:hover .cga-video-button {
  color: #fff;
  background: var(--cga-gold-dark);
}

#cga-hear-guitars .cga-video-arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

#cga-hear-guitars:hover .cga-video-arrow {
  transform: translateX(4px);
}

#cga-hear-guitars small {
  display: block;
  margin-top: 12px;
  color: #837772;
  font-size: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  #cga-hear-guitars {
    padding: 20px 15px 17px;
  }

  #cga-hear-guitars h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #cga-hear-guitars,
  #cga-hear-guitars .cga-video-arrow {
    transition: none;
  }

  #cga-hear-guitars:hover,
  #cga-hear-guitars:hover .cga-video-arrow {
    transform: none;
  }
}
/* Premium burgundy video icon */
#cga-hear-guitars .cga-video-icon {
  background: linear-gradient(
    145deg,
    #7b2830 0%,
    #641b24 52%,
    #451017 100%
  );
  border-color: #c99e41;
  box-shadow:
    0 9px 20px rgba(79, 15, 23, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#cga-hear-guitars .cga-video-icon span {
  border-left-color: #fffaf2;
}

#cga-hear-guitars:hover .cga-video-icon {
  background: linear-gradient(
    145deg,
    #8c3039 0%,
    #721f29 52%,
    #52131b 100%
  );
  box-shadow:
    0 11px 24px rgba(79, 15, 23, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}