
  #subscribe-trigger {
    display: inline-block;
    font-size:1.063rem;
    padding: 8px 36px;
    background: #f89c29;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight:600;
  }
  #subscribe-trigger:hover {
    opacity:0.9;
  }
 
  /* --- Overlay --- */
  .subscribe-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
  }
  .subscribe-overlay[hidden] {
    display: none;
  }
 
  /* --- Modal box --- */
  .subscribe-modal {
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px 30px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  }
 
  /* --- Close button --- */
  .subscribe-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
  }
  .subscribe-close:hover {
    color: #000;
  }
 
  #mc_embed_signup {
    width: 100% !important;
  }