#action-dialog {
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: var(--box-shadow-XL);
}

#action-dialog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: var(--gap);
    width: 100%;
    min-width: 300px;
}

#action-response {
    display: block;
    width: 100%;
    text-align: center;
}
