.elementor-7 .elementor-element.elementor-element-cbc213f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-a75a800 */.top-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0a0a0a;
  border-bottom: 3px solid #c00;
  padding: 12px 20px;
  color: white;
  font-size: 1.05rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.banner-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.quote {
  font-style: italic;
  color: #ffdddd;
  font-weight: 500;
}

.ca-container {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Courier New', monospace;
}

.ca-text {
  background: rgba(200, 0, 0, 0.2);
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #600;
  color: #ffcc00;
  font-size: 1.05rem;
  word-break: break-all;
  max-width: 320px;
}

.copy-btn-small {
  background: #c00;
  color: white;
  border: none;
  padding: 6px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.copy-btn-small:hover {
  background: #ff3333;
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    gap: 10px;
    padding: 8px 10px;
  }
  .ca-text {
    max-width: 260px;
    font-size: 0.98rem;
  }
}/* End custom CSS */