.dcs-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dcs-label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.dcs-select-cause {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.dcs-select-cause:focus {
    border-color: #666;
}
