/*
Theme Name: Tatildeturla Theme
Theme URI: https://tatildeturla.com
Author: Tourstagram
Description: Tatildeturla modern tur platformu teması
Version: 1.0
Text Domain: tatildeturla
*/

/* Global link underline fix */
.tsg-tour-card a,
.tsg-tour-card a:hover,
.tsg-tour-card a:visited,
.tsg-tour-card a:active {
    text-decoration: none !important;
    border-bottom: none !important;
}
.tsg-tour-card__detail-btn {
    text-decoration: none !important;
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .tsg-tour-card a,
    .tsg-tour-card a:hover,
    .tsg-tour-card a:visited,
    .tsg-tour-card a:active,
    a .tsg-tour-card__detail-btn,
    .tsg-tour-card__detail-btn {
        text-decoration: none !important;
        border-bottom: none !important;
        -webkit-text-decoration: none !important;
    }
}

/* Fix underline on tour card detail button - high specificity */
div.tsg-tour-card a span.tsg-tour-card__detail-btn,
div.tsg-tour-card a:hover span.tsg-tour-card__detail-btn,
div.tsg-tour-card a:visited span.tsg-tour-card__detail-btn {
    text-decoration: none !important;
    border-bottom: none !important;
}
div.tsg-tour-card > a {
    text-decoration: none !important;
    border-bottom: none !important;
}



/* MEGA-MENU OVERRIDE REMOVED 2026-05-18 — was forcing flex-direction:row +
 * 780px-wide layout on body[class*="-turlari"] and body.single-tour, conflicting
 * with the partial's column dropdown. Removed entire 6-rule block to use the
 * standard narrow vertical dropdown site-wide. Backup: style.css.bak.dropdown-override-fix-20260518. */
