/* Dawah Home corrections V43 */

/* Ensure the Listen call-to-action remains visible */

body[data-public-shell]
.h42-listen-callout
.h43-listen-button {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  min-width: 150px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 13px;
  background:
    linear-gradient(
      135deg,
      #e4f89f,
      #cce879
    ) !important;
  color: #073a2e !important;
  box-shadow:
    0 13px 28px rgba(0, 28, 21, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 1 !important;
  visibility: visible !important;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    background 170ms ease;
}

body[data-public-shell]
.h42-listen-callout
.h43-listen-button:hover {
  background:
    linear-gradient(
      135deg,
      #efffb9,
      #d7ef87
    ) !important;
  color: #052f26 !important;
  box-shadow:
    0 17px 34px rgba(0, 28, 21, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

body[data-public-shell]
.h42-listen-callout
.h43-listen-button:focus-visible {
  outline: 3px solid rgba(223, 245, 154, 0.36);
  outline-offset: 3px;
}

body[data-public-shell]
.h42-listen-callout
.h43-listen-button
.h43-listen-label {
  display: inline-block !important;
  color: #073a2e !important;
  font: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body[data-public-shell]
.h42-listen-callout
.h43-listen-button
.ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #073a2e !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}

@media (max-width: 620px) {
  body[data-public-shell]
  .h42-listen-callout
  .h43-listen-button {
    width: 100%;
    min-height: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-public-shell]
  .h42-listen-callout
  .h43-listen-button {
    transition: none;
  }
}