.cs-429-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    padding: 30px;
}

.cs-429-header {
    margin-bottom: 25px;
    text-align: center;
}

.cs-429-title {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.cs-429-underline {
    height: 3px;
    width: 50px;
    background-color: #e63946; /* Default red accent */
    margin: 0 auto;
    border-radius: 2px;
}

.cs-429-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-429-item {
    border-bottom: 1px solid #f0f0f0;
}

.cs-429-item:last-child {
    border-bottom: none;
}

.cs-429-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cs-429-link:hover {
    text-decoration: none;
}

.cs-429-left {
    display: flex;
    align-items: center;
}

.cs-429-icon {
    color: #e63946;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cs-429-icon svg {
    width: 14px;
    height: 14px;
    fill: #e63946;
}

.cs-429-name {
    color: #555;
    font-size: 16px;
    transition: color 0.3s ease;
}

.cs-429-count {
    color: #999;
    font-size: 14px;
}