.elementor-20 .elementor-element.elementor-element-8445a4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-13360af{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-20 .elementor-element.elementor-element-13360af.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-20 .elementor-element.elementor-element-8a6c282{--display:flex;}.elementor-20 .elementor-element.elementor-element-99aa151.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-20 .elementor-element.elementor-element-6fa4405{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-13360af{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-8a6c282{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-99aa151{width:var( --container-widget-width, 451.8px );max-width:451.8px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:451.8px;--container-widget-flex-grow:0;}}/* Start custom CSS for shortcode, class: .elementor-element-cc51514 */h4.monthly-heading {
  text-align: center !important;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  width: 100%;
  display: block;
  position: relative;
}

h4.monthly-heading::after {
  content: "";
  display: block;
  width: 85%; /* Change this to 50%, 60%, etc. if you'd like */
  margin: 0.5rem auto 0;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 600px) {
  .monthly-archive td,
  .monthly-archive th {
    line-height: 1.1;
    padding: 4px 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  h4.monthly-heading {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
  }

  h4.monthly-heading::after {
    width: 40%;
    border-bottom: 1px solid #bbb;
    margin-top: 0.3rem;
  }
}

/* Align all three controls in one row */
.button-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px; /* Adjust spacing between buttons */
  flex-wrap: nowrap;
  overflow-x: auto; /* Ensure scrolling if too tight on small screens */
  padding: 10px;
}

/* Hide Year and Month labels on mobile only */
@media screen and (max-width: 600px) {
  label[for="month"],
  label[for="year"] {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  label[for="teer_year"],
  label[for="teer_month"] {
    display: none !important;
  }
}
/* Uniform height and font across dropdowns and buttons */
select,
button {
  height: 30px;           /* Adjust as needed */
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1.2;
  box-sizing: border-box;
}

/* Optional: add consistent min-width if you want them visually balanced */
select,
button {
  min-width: 85px; /* reduced from 100px */
  padding: 4px 8px;
  font-size: 14px;
}
@media (max-width: 600px) {
  form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    max-width: 100%;
  }

  form label {
    display: none; /* Hide labels on mobile */
  }

  form select,
  form button {
    width: 100%;
    font-size: 1rem;
    padding: 8px;
  }

  form button {
    background-color: #0066cc;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  form button:hover {
    background-color: #004a99;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  max-width: 100%;
}

form label {
  display: none; /* Hide labels everywhere */
}

form select,
form button {
  font-size: 0.95rem;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

form button {
  background-color: #0066cc;
  color: #fff;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #004a99;
}/* End custom CSS */