/**
 * Taxonomy Travel Styles
 */

.tm-modular-back-link-wrapper {
    margin-bottom: 20px;
}

.tm-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 24px 8px 18px;
    border-radius: 50px;
    border: 1.5px solid #e1e4e8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.tm-back-link:hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
    text-decoration: none;
    transform: translateX(-4px);
    box-shadow: 0 4px 12px rgba(230,0,18,0.25);
}

/* Ensure container spacing matches category.php */
#primary.category-modular, .main-layout-wrapper {
    margin-top: 20px;
}
