.elementor-kit-7{--e-global-color-primary:#2E3538;--e-global-color-secondary:#829399;--e-global-color-text:#010B14;--e-global-color-accent:#FFB703;--e-global-color-e07d27a:#FFF9EB;--e-global-typography-primary-font-family:"Baskervville";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Baskervville";--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.3rem;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-size:1.25rem;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2px;--e-global-typography-9e31204-font-family:"Nunito Sans";--e-global-typography-9e31204-font-size:1rem;--e-global-typography-9e31204-font-weight:500;--e-global-typography-9e31204-text-transform:uppercase;--e-global-typography-9e31204-letter-spacing:1.3px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Password Protected Form Styling */
.post-password-form {
  background: #FFF9EB;
  padding: 50px 40px;
  border-radius: 12px;
  max-width: 500px;
  margin: 80px auto;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #FFB703;
}

.post-password-form label {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #010B14;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #FFB703;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.post-password-form input[type="password"]:focus {
  outline: none;
  border-color: #FF9500;
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.15);
}

.post-password-form input[type="submit"] {
  background-color: #FFB703;
  color: #010B14;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 1px;
}

.post-password-form input[type="submit"]:hover {
  background-color: #FF9500;
  transform: translateY(-2px);/* End custom CSS */