/**
 * Green Book Studio CTA on /studios listings, map infowindows, and studio profiles.
 */

.pratst-book-studio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #00d26a;
  border-radius: 4px;
  background: #00d26a;
  color: #04140c !important;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pratst-book-studio-btn:hover,
.pratst-book-studio-btn:focus {
  background: #1ae07d;
  border-color: #1ae07d;
  color: #04140c !important;
  text-decoration: none !important;
}

.path-studios .listings-block-more {
  height: auto;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.path-studios .listings-block-bio {
  padding-bottom: 88px;
}

.path-studios .listings-block-more a.pratst-book-studio-btn {
  position: static;
  overflow: visible;
  color: #04140c !important;
}

.path-studios .listings-block-more a.pratst-book-studio-btn:before,
.path-studios .listings-block-more a.pratst-book-studio-btn:hover:before,
.path-studios .listings-block-more a.pratst-book-studio-btn:focus:before {
  content: none;
  display: none;
  width: 0;
}

.studio-map-view-profile .pratst-book-studio-btn,
.geolocation-map-wrapper .pratst-book-studio-btn {
  display: inline-flex;
  margin-top: 8px;
}

.profile-buttons-holder .pratst-book-studio-btn.btn {
  min-height: 44px;
  padding: 10px 18px;
}

@media screen and (max-width: 767px) {
  .path-studios .listings-block-more {
    position: relative;
    align-items: flex-start;
    margin-top: 8px;
  }

  .path-studios .listings-block-bio {
    padding-bottom: 20px;
  }

  .profile-buttons-holder {
    flex-wrap: wrap;
  }
}
