.dee-catalogue-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 480px;
  padding: 56px 0;
  background-color: #0a0a0a;
  background-image: url("/wp-content/uploads/2020/08/pattern.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.dee-catalogue-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 720px;
}

.dee-catalogue-banner__logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Override Elementor `.elementor-element-a653a38 img { width: 100% }` from post-1278.css */
.dee-pearls-page-content .elementor-element.elementor-element-a653a38 .dee-catalogue-banner__logo-image,
.dee-pearls-page-content .dee-catalogue-banner__logo-image {
  display: block;
  width: 120px !important;
  max-width: 120px !important;
  height: auto !important;
  margin: 0 auto;
}

.dee-catalogue-banner__title {
  margin: 0;
  font-family: var(--dee-font-heading, "Times Now", serif);
  font-size: clamp(2.75rem, 6vw, 4.25rem);
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.dee-catalogue-banner__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e63946 0%, #d62839 100%);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--dee-font-body, "Times Now", "Times New Roman", Times, serif);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.dee-catalogue-banner__download:hover {
  opacity: 0.92;
  color: #fff !important;
}

.dee-catalogue-banner__download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  flex-shrink: 0;
}

.dee-catalogue-banner__download-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.dee-catalogue-banner__download-label {
  display: inline-block;
}

@media (max-width: 767px) {
  .dee-catalogue-banner {
    min-height: 360px;
    padding: 40px 0;
  }

  .dee-catalogue-banner__inner {
    gap: 24px;
  }

  .dee-pearls-page-content .dee-catalogue-banner__logo-image {
    width: 96px !important;
    max-width: 96px !important;
  }
}
