.img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.experience-functions {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.experience-functions-title {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #e9ecef;
}

.experience-function-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f2f5;
}

.experience-function-item:last-child {
    border-bottom: 0;
}

.experience-function-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background-color: #e74c3c;
}

.experience-function-text {
    color: #4a5568;
    line-height: 1.45;
    font-size: 15px;
}

#experienciaAccordion .card {
    border: 1px solid #e8edf3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

#experienciaAccordion .card-header {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #edf2f7;
}

.experience-toggle {
    color: inherit !important;
    text-decoration: none !important;
}

.experience-heading-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.experience-period {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F85C70;
    letter-spacing: 0.3px;
}

.experience-role {
    display: block;
    margin-top: 4px;
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 700;
}

.experience-chevron {
    font-size: 15px;
    color: #6b7280;
    transition: transform 0.2s ease, color 0.2s ease;
}

.experience-toggle[aria-expanded="true"] .experience-chevron {
    transform: rotate(180deg);
    color: #2b6cb0;
}
