.pullerdetails-puller-config-editor-styles {
    height: 400px;
}

button.pullerdetails-save-puller-button-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: var(--brand-accent);
}

.pullerdetails-save-container-styles {
    margin-top: 1rem;
    text-align: right;
}

.pullerdetails-header-with-back {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pullerdetails-back-button {
    background-color: var(--brand-primary);
    border: none;
    cursor: pointer;
    color: var(--white-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pullerdetails-back-button:hover {
    opacity: 0.9;
}