.ua-7560d29d-container {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    max-width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.ua-7560d29d-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.ua-7560d29d-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.ua-7560d29d-nav {
    display: flex;
    gap: 8px;
}

.ua-7560d29d-btn {
    background-color: #f3f4f6;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #4b5563;
    transition: background-color 0.2s, color 0.2s;
}

.ua-7560d29d-btn:hover {
    background-color: #e5e7eb;
    color: #111827;
}

.ua-7560d29d-wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.ua-7560d29d-scroller {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ua-7560d29d-item {
    height: 180px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 4px;
}

.ua-7560d29d-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ua-7560d29d-tag {
    font-size: 0.65rem;
    font-weight: 700;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ua-7560d29d-date {
    font-size: 0.75rem;
    color: #9ca3af;
}

.ua-7560d29d-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ua-7560d29d-item-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ua-7560d29d-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    align-self: flex-start;
    transition: color 0.2s;
}

.ua-7560d29d-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
