﻿.wResource__card {
    width: 100%;
}

.wResource__card_body {
    width: inherit;
    height: 219px;
    padding: 16px;
    border-radius: 0px 0px 10px 10px;
    gap: 16px;
}

.wResource__image_container {
    width: 100%;
    height: 112px;
    overflow-y: hidden;
}

.wResource__Icon {
    z-index: 6;
    font-size: 12px;
}

.wTopTag__container {
    border-radius: 20px;
    padding: 6px 12px;
}

.wImgTopTag__icon {
    content: "";
    display: block;
    position: relative;
    width: 1rem;
    height: 1rem;
    top: 4px;
    left: 5px;
    z-index: 100;
}

.wImgTopTag__tag {
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    margin-left: 4px;
    margin-top: 1.5px;
}

.wImgTopTag__tag_article {
    border: 1px solid #7D5EFA;
    background-color: #F6F3FF;
}

.wImgTopTag__tag_video {
    border: 1px solid #3697FF;
    background-color: #EEF6FF;
}

.wImgTopTag__tag_webinar {
    border: 1px solid #1DC8DF;
    background-color: #EAFCFF;
}

.wImgTopTag__tag_collection {
    border: 1px solid #FFCE08;
    background-color: #FFFBEB;
}

.wResourceSeu__tag {
    background-color: #f3f3f3;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 20px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    color: #182340;
}

.wResourceSeu__icon {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    z-index: 100;
    color: #73a1f8;
    border: 1px solid #86d293;
    border-radius: 50%;
    background-color: white;
}

.wResource__bottom {
    border-radius: 20px;
    height: 48px;
}

.wResource__tag {
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.25px;
    padding-left: 4px;
    padding-top: 2.5px;
}

.wResource__icon {
    display: block;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 5px;
    padding-right: 4px;
    z-index: 100;
}

.wResource__Topic {
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    margin-top: 24px;
}

.wResource__Title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Base Skeleton Animation */
.skeleton__block {
    background: #f6f7f8;
    background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 1000px 100%;
    animation: skeletonShine 1.2s linear infinite;
    border-radius: 4px;
}

/* Animate Shimmer */
@keyframes skeletonShine {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

/* Specific skeleton elements */
.skeleton__image {
    height: 112px;
    width: 100%;
}

.skeleton__badge-label {
    width: 110px;
    height: 30px;
    border-radius: 20px;
}

.skeleton__seu {
    width: 90px;
    height: 24px;
    border-radius: 12px;
}

.skeleton__subtitle {
    width: 60%;
    height: 14px;
    margin-bottom: 10px;
}

.skeleton__title {
    width: 100%;
    height: 20px;
}

.skeleton__icon-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.skeleton__duration {
    width: 60px;
    height: 14px;
}

/* Wrapper for image (matches real card layout) */
.resource-card__image-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 112px;
}

