/* Additional styling for the greeting box */
.greeting-box {
    border: 2px solid #e1e1e1;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    display: none;
}

/* Adjustments for the button with spinner */
#getGreeting {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1eafdb50;
}

#getGreeting:disabled {
    background-color: #fff;
}

/* Style for the button's text label */
.button-label {
    z-index: 1;
}
