:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-5a1989aa *//* Archive Header */
.playbook-archive-header {
  background: white;
  padding: 60px 0 40px;
}

.playbook-archive-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.playbook-archive-logo {
  height: 36px;
  width: auto;
  margin-bottom: 20px;
}

.playbook-archive-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #71717A;
  margin: 0 0 24px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.playbook-subscribe-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: white;
  background: #EC1A33;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.playbook-subscribe-btn:hover {
  background: #d01830;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(236,26,51,0.3);
}

/* Modal */
.playbook-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.playbook-modal-content {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 48px rgba(0,0,0,0.2);
  animation: modalIn 0.25s ease;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.playbook-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #F4F4F5;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  color: #71717A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  z-index: 1;
}

.playbook-modal-close:hover {
  background: #E4E4E7;
  color: #232323;
}

.playbook-modal-header {
  padding: 32px 32px 20px;
  text-align: center;
}

.playbook-modal-header img {
  height: 28px;
  width: auto;
  margin-bottom: 12px;
}

.playbook-modal-header p {
  font-size: 15px;
  color: #71717A;
  margin: 0;
  line-height: 1.5;
}

.playbook-modal-form {
  padding: 0 24px 24px;
}

.playbook-modal-form iframe {
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
}

/* Remove extra lines */
.ican-playbook-section {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
}

.ican-playbook-list {
  border-top: none;
}/* End custom CSS */