.micro-leccion-subject-link {
    background-color: #F1FFE6;
    color: #28831C;
    padding: 8px;
    border-radius: 8px;
}

.micro-leccion-nivel-link {
    background-color: #FDEDFF;
    color: #9223DB;
    padding: 8px;
    border-radius: 8px;
}

.micro-leccion-category-link {
    background-color: #EDEDFF;
    color: #2F23DB;
    padding: 8px;
    border-radius: 8px;
}

aside .microclass-widget {
    padding: 16px 16px 8px 16px;
    margin-bottom: 16px;
    border-radius: 16px;
}

aside .microclass-widget h2,
aside .microclass-widget ul {
    padding: 0px;
}
.micro-lecciones-home__header{z-index:0!important;}
.micro-lecciones-card__inner {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.micro-lecciones-card__body {
    padding: 12px;
    flex-grow: 1;
}

article.micro-lecciones-card {
    padding-bottom: 32px;
}

article.micro-lecciones-card h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

article.micro-lecciones-card h2 a {
    line-height: 1.5rem !important;
}

article.micro-lecciones-card img {
    width: 100%;
    height: auto;
    display: block;
}

.micro-lecciones-card__thumb img {
    border-radius: 8px 8px 0 0;
}

.micro-lecciones-grid {
    padding: 0px 0px 32px 0px;
}

.micro-leccion-thumbnail {
    margin-bottom: 16px;
}

.micro-leccion-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.micro-leccion-single {
    padding: 32px 0px !important;
}

.micro-lecciones-categories {
    background-color: #EDEDFF;
}

.micro-lecciones-subjects {
    background-color: #F1FFE6;
}

.micro-lecciones-levels {
    background-color: #FDEDFF;
}

.micro-lecciones-pagination {
    text-align: center;
    padding-bottom: 16px;
}

.micro-lecciones-pagination a {
    padding: 0px 4px;
}

/* Scheduled (Future) Lessons Styles */
.micro-lecciones-card.is-scheduled .micro-lecciones-card__thumb img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.micro-lecciones-card.is-scheduled .micro-lecciones-card__body {
    opacity: 0.5;
}

.micro-lecciones-card__scheduled-block {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    font-size: 14px;
}

.micro-lecciones-card__coming-soon {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.micro-lecciones-card__coming-soon .dashicons {
    margin-right: 8px;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.micro-lecciones-card__available-date {
    font-size: 14px;
}

/* Role-based Restrictions */
.micro-lecciones-card.is-locked-pro .micro-lecciones-card__inner {
    border-color: #232323 !important;
}

.micro-lecciones-card.is-locked-ultra .micro-lecciones-card__inner {
    border-color: #FFB500 !important;
}

.micro-lecciones-card.is-locked-pro .micro-lecciones-card__thumb,
.micro-lecciones-card.is-locked-ultra .micro-lecciones-card__thumb {
    background-color: #232323;
    position: relative;
    overflow: hidden;
}

.micro-lecciones-card.is-locked-pro .micro-lecciones-card__thumb img,
.micro-lecciones-card.is-locked-ultra .micro-lecciones-card__thumb img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.micro-lecciones-card__lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.micro-lecciones-card__lock-overlay span.dashicons {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 1 !important;
}

.is-locked-pro .micro-lecciones-card__lock-overlay span.dashicons {
    color: #ffffff;
}

.is-locked-ultra .micro-lecciones-card__lock-overlay span.dashicons {
    color: #FFB500;
}

.micro-lecciones-card__unlock-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    transition: opacity 0.2s;
    font-size: 16px;
    border: none;
    width: 100%;
    cursor: pointer;
}

.micro-lecciones-card__unlock-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

.is-locked-pro .micro-lecciones-card__unlock-btn {
    background-color: #232323;
}

.is-locked-ultra .micro-lecciones-card__unlock-btn {
    background-color: #FFB500;
    color: #232323;
}

.is-locked-ultra .micro-lecciones-card__unlock-btn:hover {
    color: #232323;
}

.micro-lecciones-card__unlock-btn .dashicons {
    margin-right: 8px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}