/*
Theme Name: Hyatt
Theme URI: https://example.com/hyatt
Author: Hyatt
Author URI: https://example.com
Description: Custom theme for Park Hyatt Cabo del Sol.
Version: 1.0.0
Text Domain: hyatt
*/

/* Styles are loaded from /public/css/app.css via header.php */

/* FAQ simple styles */

.faq-question-list ul { list-style: none; margin: 0; padding: 0; }
.faq-category { margin-bottom: 1rem; }
.faq-question-list h4.faq-category__title {
  margin: 1.5rem 0 .5rem;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Baskerville', sans-serif;
}
.faq-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: .75rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,.15);
  font-size: 18px;
}
.faq-item__title i { margin-left: .75rem; }
.faq-item__label {
  padding: 2px 8px;
  border-radius: 4px;
}
.faq-item__content { padding: .5rem 10px 1rem; }

.floating-social{
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.6);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background-blend-mode: multiply;
    font-size: 30px;
    color: rgba(0,0,0,.6);
}