/*
 Theme Name: Divi Child
 Template: Divi
 Description: Child Theme for Divi
 Version: 1.0
 Author: Petya Angelova
*/
.santa-watch-wrapper{
  max-width:1100px;
  margin:32px auto;
  padding:0 16px;
}

.santa-watch-header{
  margin-bottom:16px;
  text-align:left;
}

.santa-watch-title{
  font-family:"Playfair Display",Georgia,serif;
  font-size:32px;
  font-weight:700;
  color:#123155;
  margin:0 0 4px;
}

.santa-watch-sub{
  font-size:14px;
  color:#4b5563;
  margin:0;
}

.santa-video-card{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  background:#000;
}

.santa-video-card video{
  width:100%;
  display:block;
}

.santa-watch-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.santa-btn{
  border:none;
  border-radius:999px;
  padding:10px 22px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}

.santa-btn-primary{
  background:#c72d22;
  color:#fff;
  box-shadow:0 8px 18px rgba(199,45,34,.35);
}

.santa-btn-primary:hover{
  background:#aa231a;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(199,45,34,.45);
}

.santa-btn-ghost{
  background:#fff;
  color:#c72d22;
  border:1px solid #fecaca;
  box-shadow:0 4px 10px rgba(0,0,0,.06);
}

.santa-btn-ghost:hover{
  background:#fee2e2;
}

.santa-btn-outline{
  background:#fff;
  color:#111827;
  border:1px solid #d1d5db;
  box-shadow:0 4px 10px rgba(0,0,0,.06);
}

.santa-btn-outline:hover{
  background:#f9fafb;
}

.santa-actions-note{
  margin-top:10px;
  font-size:13px;
  color:#6b7280;
}

.santa-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.7);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:16px;
}

.santa-modal{
  width:100%;
  max-width:720px;
  background:#fff;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  overflow:hidden;
}

.santa-modal-header{
  background:#166534;
  color:#fff;
  padding:14px 22px;
  font-size:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.santa-modal-body{
  padding:22px;
}

.santa-modal-close{
  cursor:pointer;
  font-size:22px;
  line-height:1;
}

.santa-share-section-title{
  font-size:20px;
  font-weight:700;
  color:#111827;
  margin:18px 0 10px;
}

.santa-share-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:10px;
}

.santa-share-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5e7eb;
  padding:9px 18px;
  font-size:14px;
  font-weight:600;
  color:#b91c1c;
  box-shadow:0 6px 14px rgba(15,23,42,.08);
  cursor:pointer;
  text-decoration:none;
}

.santa-share-pill:hover{
  background:#fef2f2;
}

.santa-modal-footer{
  padding:14px 22px;
  border-top:1px solid #e5e7eb;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  background:#f9fafb;
}

.santa-modal-text{
  font-size:15px;
  color:#374151;
  line-height:1.5;
}

.santa-modal-sub{
  font-size:13px;
  color:#6b7280;
  margin-top:6px;
}

@media (max-width:640px){
  .santa-watch-title{
    font-size:24px;
  }

  .santa-watch-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .santa-btn{
    justify-content:center;
    width:100%;
  }
}
