/* Inline styles moved from HTML to CSS for CSP compliance */
.hidden {
    display: none !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.flex {
    display: flex !important;
}

#otherSubject {
    display: none;
}

#chatLoading {
    display: none;
}

#chatBotImage {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    display: none;
}

#chatInput {
    display: none;
}

#customBudget {
    display: none;
}

#chatBack {
    display: none;
}

#scheduleModal .modal-content {
    height: 500px;
    max-width: 650px;
}

#scheduleFrame {
    transform: scale(0.78);
    transform-origin: top center;
    margin: 0 auto;
    display: block;
}