/**
 * Athletic Events Elementor Widgets Styles
 * Integrated into main Athletic Events plugin
 * Version: 2.3.0
 */

/* Team Picture Widget */
.ae-team-picture {
    display: inline-block;
}

.ae-team-picture img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ae-team-picture-caption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* Head Coach Widget */
.ae-head-coach {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.ae-head-coach .prefix {
    font-weight: normal;
}

.ae-head-coach .name {
    font-weight: inherit;
}

/* Assistant Coaches Widget */
.ae-assistant-coaches {
    margin: 0;
}

.ae-assistant-coaches-title {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2;
}

.ae-assistant-coaches-content {
    line-height: 1.6;
}

.ae-assistant-coaches-content ul,
.ae-assistant-coaches-content ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.ae-assistant-coaches-content li {
    margin: 0 0 5px 0;
    padding: 0;
}

.ae-assistant-coaches-content .coach-block {
    margin: 0 0 8px 0;
    padding: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ae-team-picture img {
        max-width: 100%;
    }
    
    .ae-assistant-coaches-content ul,
    .ae-assistant-coaches-content ol {
        padding-left: 20px;
    }
}

/* Elementor Editor Specific */
.elementor-editor .ae-team-picture img {
    opacity: 0.9;
}

/* Alert Styles for Editor */
.elementor-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
}

.elementor-alert-info {
    background-color: #d9edf7;
    border-color: #bee5eb;
    color: #0c5460;
}

.elementor-alert-warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

/* Sport Breadcrumb Widget */
.ae-sport-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
}

.ae-sport-breadcrumb a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.ae-sport-breadcrumb a:hover {
    text-decoration: underline;
}

.ae-breadcrumb-separator {
    margin: 0 5px;
    opacity: 0.7;
}

.ae-sport-breadcrumb span {
    display: inline;
}

/* Archive Events Widget */
.ae-archive-events {
    margin: 0;
    padding: 0;
}

.ae-archive-events .athletic-events-container {
    width: 100%;
}

/* Responsive breadcrumb */
@media (max-width: 480px) {
    .ae-sport-breadcrumb {
        font-size: 12px;
    }
    
    .ae-breadcrumb-separator {
        margin: 0 3px;
    }
}