.tc-2bf68261-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    height: 100%;
}

.tc-2bf68261-image {
    width: 100%;
}

.tc-2bf68261-image img {
    display: block;
    width: 100%;
    /* Default height is managed via inline styles from Elementor controls */
}

.tc-2bf68261-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tc-2bf68261-title {
    margin: 0 0 5px 0;
    font-size: 1.25rem;
}

.tc-2bf68261-sport {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tc-2bf68261-desc {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}

.tc-2bf68261-contact-box {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

.tc-2bf68261-contact-name strong {
    color: #222;
}

.tc-2bf68261-contact-info-wrap {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 8px;
}

.tc-2bf68261-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.tc-2bf68261-contact-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.tc-2bf68261-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tc-2bf68261-btn:hover {
    background-color: #333;
    color: #fff;
}

/* Mobile responsive - one per row is generally handled by Elementor column widths, 
   but this ensures the card itself takes full width in its container */
@media (max-width: 767px) {
    .tc-2bf68261-wrapper {
        width: 100%;
    }
}