.custom-section-plugin {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-section-plugin label {
    font-weight: bold;
}

.custom-section-plugin input {
    width: 100%;
}
