.dith-row {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.dith-title {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.dith-divider {
    flex-grow: 1;
    height: 2px;
}
.dith-icon {
    width: 40px;
    height: auto;
}
