
#main {
  max-width: 1300px;
  margin: auto
}
.page-cms #main {
  max-width: var(--container);
}
#content.page-cms a:not(.btn) {
  text-decoration: underline
}

#content {
  /*background: var(--bg-base);*/
  border-radius: var(--border-radius-sm);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  margin-bottom: var(--space-3);
  padding: var(--space-4)
}

.btn-300 {
  max-width: 300px;
  margin: auto
}

.cms-title {
  font-family: var(--font-family-title);
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem
}

.cms-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark-light);
  letter-spacing: .5px
}

.cms-image-container {
  text-align: center;
  margin-bottom: 1rem
}

.cms-image-container img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.card {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  margin-bottom: 25px
}

.card-body {
  padding: 25px
}

.card-title {
  margin-bottom: 15px
}

.card-text {
  margin-bottom: 15px
}

.cms-feature-card {
  background-color: var(--neutral-light);
  border: 1px solid var(--neutral);
  transition: all .3s ease;
  height: 100%
}

.cms-feature-card:hover {
  background-color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  transform: translateY(-5px)
}

.cms-card-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block
}

.cms-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--dark)
}

.cms-card-list {
  padding-left: 1.25rem
}

.cms-card-list li {
  margin-bottom: .75rem;
  position: relative
}

.cms-highlight-card {
  background-color: var(--neutral-light);
  border: 1px solid var(--neutral);
  border-left: 4px solid var(--brand)
}

.cms-highlight-icon {
  font-size: 3.5rem;
  color: var(--brand);
  margin: 1rem 0;
  display: block
}

.cms-highlight-text {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 1.5rem
}

@media (max-width:767px) {
  .cms-title {
    font-size: 1.75rem
  }

  .cms-highlight-text {
    font-size: 1.1rem
  }
}

.cms-text-block {
  margin-bottom: 2rem
}

.cms-warning-card {
  background-color: #fff9f0;
  border-left: 4px solid #ffc107
}

.cms-form-card {
  background-color: #f8f9fa;
  border: 1px dashed #ced4da
}

.cms-form-list {
  list-style: none;
  padding-left: 0
}

.cms-form-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee
}

.cms-form-list li:last-child {
  border-bottom: none
}

.text-center {
  text-align: center
}

.cms-text-block {
  margin-bottom: 2rem
}

.cms-warning-card {
  background-color: #fff9f0;
  border-left: 4px solid #ffc107
}

.cms-success-card {
  background-color: #f0fff4;
  border-left: 4px solid #28a745
}

.cms-form-card {
  background-color: #f8f9fa;
  border: 1px dashed #ced4da
}

.cms-form-list {
  list-style: none;
  padding-left: 0
}

.cms-form-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee
}

.cms-form-list li:last-child {
  border-bottom: none
}

.cms-divider {
  margin: var(--space-4) 0
}

iframe.video-iframe {
  width: 100%;
  aspect-ratio: 16 / 9 !important;
  height: auto
}