.csw-wrap {
    width: 100%;
}

.csw-title-wrap {
    background-color: #e2e2e2;
    padding: 14px 20px;
    transition: background-color 0.2s ease;
    cursor: default;
}

.csw-title,
.csw-title-link {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.csw-title-link:hover {
    text-decoration: none;
}

.csw-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.csw-item {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.csw-item:not(:last-child) {
    border-bottom: 1px dashed #cccccc;
}

.csw-item-link {
    display: block;
    padding: 11px 20px;
    color: #2563eb;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.25s ease, transform 0.25s ease;
}

.csw-item-link:hover {
    color: #1d4ed8;
    transform: translateX(8px);
    text-decoration: none;
}
