/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
/* Skate Terminal Essentials visual polish */
.ste-route-section,
.ste-event-sessions {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.ste-route-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ste-route-section__title,
.ste-event-sessions h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.ste-route-section__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  text-decoration: none;
  font-weight: 600;
}

.ste-event-session-row {
  padding: 14px 0;
}

.ste-event-sessions-list .ste-event-session-row + .ste-event-session-row {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

@media (max-width: 767px) {
  .ste-route-section,
  .ste-event-sessions {
    padding: 16px;
    border-radius: 14px;
  }

  .ste-route-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
