#fw-section-rich-text-174735016233357 {

p{
  font-size: 20px
}
}
#fw-section-custom-html-582d6d1d-3aea-483b-9fe8-afcad7e3bd86 {

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #009090;
  color: #d2baa1;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #d2baa1;
  color: #00263d;
}

.container {
  border-radius: 5px;
  background-color: #00263d;
  padding: 20px;
  color: #d2baa1;
}
}






#fw-section-rich-text-174735016241641 {

div{
  padding: 10px 0px;
}
p{
  padding: 0px 50px;
}
}
#fw-section-custom-html-1847a3a8-1829-472b-b898-d665fe8277c4 {

.wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 0;
}

.calendar-section {
  flex: 3 1 0;   /* Take up 3x the space of the sidebar */
  min-width: 350px;
  max-width: 700px;
  background: rgba(0,0,0,0.2);
  border-radius: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
}

.general-section {
  flex: 1 1 0;   /* Take up less space */
  min-width: 200px;
  max-width: 300px;
  background: rgba(0,0,0,0.2);
  border-radius: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
}

h3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.5em;
}

.styled-calendar-container {
  width: 100%;
  min-height: 500px;
  border-radius: 8px;
  background: white;
}

.general-section ul {
  list-style-type: disc;
  padding-left: 32px;
  font-size: 1.1em;
}

@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 16px 0;
  }
  .calendar-section,
  .general-section {
    max-width: 100%;
    min-width: 0;
    padding: 16px 8px;
  }
  .styled-calendar-container {
    min-height: 350px;
  }
}
}






#fw-section-header {
--color-primary: #d2baa1;
--color-primary-rgb: 210, 186, 161;
--color-background: #00263d;
--color-background-rgb: 0, 38, 61;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #d2baa1;
--color-on-background-rgb: 210, 186, 161;
--color-product-image-background: #00263d;
--color-background-brightness: 29;
background-color: var(--color-background);
color: var(--color-on-background);

}