.sc-wrapper-8d18c38d {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
    border: 1px solid #f0f0f5;
}

.sc-image-area-8d18c38d {
    position: relative;
    width: 100%;
    padding: 16px 16px 0 16px;
}

.sc-image-8d18c38d {
    border-radius: 20px;
    overflow: hidden;
    height: 240px;
    background-color: #f8f8ff;
}

.sc-image-8d18c38d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sc-top-icon-8d18c38d {
    position: absolute;
    top: 32px;
    left: 32px;
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    color: #4338ca;
    font-size: 20px;
}
.sc-top-icon-8d18c38d svg {
    width: 20px;
    height: 20px;
    fill: #4338ca;
}

.sc-badge-8d18c38d {
    position: absolute;
    bottom: -20px;
    right: 24px;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
    min-width: 140px;
}

.sc-badge-header-8d18c38d {
    margin-bottom: 4px;
}
.sc-badge-icon-8d18c38d {
    color: #4338ca;
    font-size: 14px;
}
.sc-badge-icon-8d18c38d svg {
    width: 14px;
    height: 14px;
    fill: #4338ca;
}

.sc-badge-title-8d18c38d {
    font-size: 11px;
    color: #4b5563;
    font-weight: 500;
}

.sc-badge-time-row-8d18c38d {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-badge-time-8d18c38d {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.sc-content-area-8d18c38d {
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc-title-8d18c38d {
    font-size: 24px;
    font-weight: 700;
    color: #0b0f29;
    margin: 0;
}

.sc-desc-8d18c38d {
    font-size: 15px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.sc-footer-8d18c38d {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

.sc-link-8d18c38d {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #4338ca;
    text-decoration: none;
    transition: opacity 0.2s;
}

.sc-link-8d18c38d:hover {
    opacity: 0.8;
}

.sc-link-8d18c38d svg {
    width: 18px;
    height: 18px;
}
