.su-wrapper-58d4eb29 {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    font-family: sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.su-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

.su-slider-container {
    min-height: 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.su-status-content-wrapper {
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.su-status-content {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.su-status-date {
    font-size: 12px;
    color: #888;
}

.su-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.su-nav {
    display: flex;
    gap: 10px;
}

.su-nav button {
    background: #f0f2f5;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #050505;
    transition: background 0.2s;
}

.su-nav button:hover {
    background: #e4e6e9;
}

.su-rss-icon {
    color: #ee802f;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.su-rss-icon:hover {
    color: #d16a20;
}
