/* Sidebar Blog Mejorado */
.sidebar .sidebar-card {
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 24px rgba(102,126,234,0.07) !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem !important;
    margin-bottom: 2rem !important;
    border: 1px solid #f0f0f0 !important;
    transition: box-shadow 0.3s, transform 0.3s !important;
}
.sidebar .sidebar-card:hover {
    box-shadow: 0 8px 32px rgba(102,126,234,0.13) !important;
    transform: translateY(-2px) !important;
}
.sidebar .sidebar-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #232323 !important;
    letter-spacing: -0.5px !important;
}
.sidebar .sidebar-links-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.7rem !important;
    margin-bottom: 0.5rem !important;
}
.sidebar .sidebar-links-list a,
.sidebar .sidebar-links-list .resource-item,
.sidebar .sidebar-links-list .resource-link {
    display: flex !important;
    align-items: center !important;
    font-size: 1.13rem !important;
    font-weight: 600 !important;
    color: #138bc9 !important;
    text-decoration: none !important;
    padding: 0.55rem 0.85rem !important;
    border-radius: 10px !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s !important;
    gap: 0.7rem !important;
    line-height: 1.3 !important;
}
.sidebar .sidebar-links-list a i,
.sidebar .sidebar-links-list .resource-item i,
.sidebar .sidebar-links-list .resource-link i {
    font-size: 1.25rem !important;
    min-width: 1.5rem !important;
    color: #0974af !important;
    opacity: 0.95 !important;
}
.sidebar .sidebar-links-list a:hover,
.sidebar .sidebar-links-list .resource-item:hover,
.sidebar .sidebar-links-list .resource-link:hover {
    background: linear-gradient(90deg, #e3f2fd 0%, #f0f7ff 100%) !important;
    color: #0a5e8c !important;
    box-shadow: 0 2px 8px rgba(19,139,201,0.07) !important;
    text-decoration: none !important;
}
/* Lecturas recomendadas */
.sidebar .recommended-articles {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.1rem !important;
}
.sidebar .recommended-article {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    background: #f8fbff !important;
    border-radius: 12px !important;
    padding: 0.9rem 1rem !important;
    text-decoration: none !important;
    transition: box-shadow 0.2s, background 0.2s !important;
    border: 1px solid #e3f2fd !important;
}
.sidebar .recommended-article:hover {
    background: #e3f2fd !important;
    box-shadow: 0 2px 8px rgba(19,139,201,0.08) !important;
}
.sidebar .recommended-article .article-thumb {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #e3f2fd !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sidebar .recommended-article .article-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.sidebar .recommended-article .article-info h6 {
    font-size: 1.13rem !important;
    font-weight: 700 !important;
    color: #138bc9 !important;
    margin-bottom: 0.2rem !important;
}
.sidebar .recommended-article .read-more {
    font-size: 1.01rem !important;
    color: #0a5e8c !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.2rem !important;
    font-weight: 600 !important;
}
.sidebar .recommended-article .read-more i {
    font-size: 1.1rem !important;
}
/* Card de Revisión de CV y LinkedIn */
.promo-card.cv {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%) !important;
    border-left: 5px solid #138bc9 !important;
    position: relative;
    overflow: hidden;
}
.promo-card.cv .promo-icon {
    font-size: 2.5rem;
    color: #138bc9;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 2px 8px #b2ebf2);
}
.promo-card.cv::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    width: 80px;
    height: 80px;
    background: url('/assets/img/icons/cv-bg.svg') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}

/* Card de Mentoría 1:1 */
.promo-card.mentoria {
    background: linear-gradient(135deg, #e8f5e9 0%, #b9f6ca 100%) !important;
    border-left: 5px solid #1bc47d !important;
    position: relative;
    overflow: hidden;
}
.promo-card.mentoria .promo-icon {
    font-size: 2.5rem;
    color: #1bc47d;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 2px 8px #b9f6ca);
}
.promo-card.mentoria::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    width: 80px;
    height: 80px;
    background: url('/assets/img/icons/mentoria-bg.svg') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}

/* Card de Testimonio */
.testimonial-card {
    background: linear-gradient(135deg, #fffde7 0%, #fff9c4 100%) !important;
    border-left: 5px solid #ffc107 !important;
    font-style: italic;
    position: relative;
    overflow: hidden;
}
.testimonial-card .testimonial-quote {
    color: #ffc107;
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
    filter: drop-shadow(0 2px 8px #fff9c4);
}
.testimonial-card::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    width: 80px;
    height: 80px;
    background: url('/assets/img/icons/testimonio-bg.svg') no-repeat center/contain;
    opacity: 0.10;
    pointer-events: none;
}

/* Botones personalizados */
.promo-card.cv .btn-primary {
    background: #138bc9 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 2px 8px #b2ebf2;
}
.promo-card.cv .btn-primary:hover {
    background: #0a5e8c !important;
}
.promo-card.mentoria .btn-success {
    background: #1bc47d !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 2px 8px #b9f6ca;
}
.promo-card.mentoria .btn-success:hover {
    background: #138c5a !important;
}

/* Ajustes generales para las promo-cards */
.promo-card {
    margin-bottom: 1.7rem !important;
    padding-bottom: 1.2rem !important;
}

/* Responsive */
@media (max-width: 991px) {
    .sidebar .sidebar-card {
        padding: 1.2rem 1rem 1rem 1rem !important;
    }
}
@media (max-width: 768px) {
    .sidebar {
        margin-top: 2rem !important;
    }
    .sidebar .sidebar-card {
        padding: 1rem 0.7rem 0.7rem 0.7rem !important;
    }
    .sidebar .sidebar-title {
        font-size: 1.1rem !important;
    }
    .sidebar .sidebar-links-list a,
    .sidebar .sidebar-links-list .resource-item,
    .sidebar .sidebar-links-list .resource-link {
        font-size: 1.01rem !important;
        padding: 0.4rem 0.5rem !important;
    }
    .promo-card.cv::after,
    .promo-card.mentoria::after,
    .testimonial-card::after {
        width: 50px;
        height: 50px;
        right: -15px;
        top: 5px;
    }
} 