.td-b0735fd3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.td-b0735fd3-dropdown-area {
    width: 100%;
}

.td-b0735fd3-select {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

.td-b0735fd3-content-area {
    width: 100%;
    min-height: 50px;
}

.td-b0735fd3-content-item {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
