.sp-53b3e52a-container {
    padding: 35px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(33, 13, 84, 0.03);
    font-family: system-ui, -apple-system, sans-serif;
    border: 1px solid rgba(0,0,0,0.02);
}

.sp-53b3e52a-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.sp-53b3e52a-pulse svg {
    color: #210d54;
}

.sp-53b3e52a-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #210d54;
    margin: 0;
}

.sp-53b3e52a-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sp-53b3e52a-item {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f6;
}

.sp-53b3e52a-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sp-53b3e52a-item-image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 26px;
    overflow: hidden;
}

.sp-53b3e52a-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-53b3e52a-item-content {
    flex-grow: 1;
}

.sp-53b3e52a-item-date {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7b7899;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.sp-53b3e52a-item-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.sp-53b3e52a-item-title a {
    color: #210d54;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sp-53b3e52a-item-title a:hover {
    color: #4f46e5;
}

.sp-53b3e52a-no-posts {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
