/* Tablet-specific footer styles */
@media (min-width: 768px) and (max-width: 1199px) {
  /* Container fixes to prevent clipping */
  .site-footer {
    padding: 3rem 2rem !important;
  }
  
  .site-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .site-footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .site-footer .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Override any mobile styles that might be affecting tablet */
  .site-footer {
    text-align: left !important;
  }
  
  .site-footer .row.pt-4 .col-lg-6:first-child {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  
  .site-footer .svg-logo {
    margin: 0 !important;
  }
  
  /* Subscribe section fixes */
  .site-footer .subscribe-section {
    text-align: left !important;
    margin-bottom: 2rem !important;
    margin-top: 1.5rem !important;
  }
  
  .site-footer form.d-flex {
    max-width: none !important;
    margin: 0 !important;
    border-bottom: none !important;
    gap: 1rem !important;
  }
  
  /* Input field */
  .site-footer form input.form-control {
    border: 1px solid #989898 !important;
    height: 48px !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
  }
  
  /* Subscribe button */
  .site-footer .btn-subscribe {
    height: 48px !important;
    background-color: #eb4d36 !important;
    width: auto !important;
    min-width: 48px !important;
    padding: 0 1.5rem !important;
  }
  
  .site-footer .btn-subscribe svg {
    width: 24px !important;
    height: 24px !important;
  }
}
