/* Lifehouse Next Service Bar Styles */
.lifehouse-next-service-bar {
  position: relative;
  width: 100%;
  min-height: 40px;
  padding: 12px 0;
  background-color: rgba(138, 229, 147, 1);
  color: #000000;
  font-family: Gotham, sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  z-index: 999999;
  display: block;
}

.lifehouse-next-service-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lifehouse-next-service-text {
  font-weight: bold;
  margin-right: 10px;
  font-family: Gotham, sans-serif !important;
}

.lifehouse-maps-link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  font-family: Gotham, sans-serif !important;
  transition: opacity 0.2s ease;
}

.lifehouse-maps-link:hover {
  opacity: 0.8;
  color: #000000;
}

/* Responsive design */
@media (max-width: 768px) {
  .lifehouse-next-service-bar {
    padding: 10px 0;
    font-size: 13px;
  }

  .lifehouse-next-service-content {
    padding: 0 15px;
    flex-direction: column;
    gap: 5px;
  }

  .lifehouse-next-service-text {
    margin-right: 0;
    margin-bottom: 0;
  }

  .lifehouse-maps-link {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .lifehouse-next-service-bar {
    padding: 8px 0;
    font-size: 12px;
  }

  .lifehouse-next-service-content {
    padding: 0 35px;
    gap: 3px;
  }

  .lifehouse-next-service-text {
    display: inline;
    margin-right: 0;
  }

  .lifehouse-maps-link {
    display: inline;
    margin-left: 0;
  }
}
