@media (max-width: 768px) {
  .tf-search-simple-header {
    padding: 18px 15px;
  }

  .tf-search-header-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .tf-search-logo {
    text-align: center;
  }

  .tf-search-logo img {
    max-width: 180px;
    height: auto;
  }

  .tf-search-top-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tf-search-top-form input,
  .tf-search-top-form button {
    width: 100%;
    box-sizing: border-box;
  }

  .tf-search-main {
    padding: 25px 15px;
  }

  .tf-featured-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tf-featured-card {
    width: 100%;
  }

  .tf-featured-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .gyg-section-head h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}