:root {
    --headline: #012F64;
    --cta: #49AAF0;
    --body-font: 'Flama', sans-serif;
    --headline-font: 'Nimbus Sans Light',sans-serif;
    --headline-weight: 500;
    --body-weight: 300;
    --white: white;
}

/* Footer Form Layout Fixes */
.inbenta-bot__bubble .footer__form,
.inbenta-bot__chat .footer__form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Input Field Styling with Placeholder Fix */
#inbenta-bot-input,
.inbenta-bot__bubble .footer__form__input,
.inbenta-bot__chat .footer__form__input {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    flex: 1 !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 18px !important;
    outline: none !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Placeholder Text Styling */
#inbenta-bot-input::placeholder,
.inbenta-bot__bubble .footer__form__input::placeholder,
.inbenta-bot__chat .footer__form__input::placeholder {
    color: #666 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

/* Send Button Styling */
.inbenta-bot__bubble .footer__form__button,
.inbenta-bot__chat .footer__form__button {
    background-color: var(--cta) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

.inbenta-bot__bubble .footer__form__button:hover:not([disabled]),
.inbenta-bot__chat .footer__form__button:hover:not([disabled]) {
    background-color: #3a9be0 !important;
    color: var(--white) !important;
}

/* Icon inside send button */
.inbenta-bot__bubble .footer__form__button .inbenta-bot-icon,
.inbenta-bot__chat .footer__form__button .inbenta-bot-icon {
    color: var(--white) !important;
}

/* Existing styles (preserved) */
.inbenta-bot__bubble .header__title,
.inbenta-bot__chat .header__title {
    font-family: var(--headline-font);
    font-size: 14px;
    font-weight: var(--headline-weight);
    padding-right: 10px;
}

.inbenta-bot {
    font-family: var(--body-font);
    font-weight: var(--body-weight);
}

.inbenta-bot-button {
    background-color: var(--cta) !important;
    color: var(--white) !important;
}

.inbenta-bot p {
    line-height: 1rem;
    margin: 0;
    font-size: 13.5px;
}

.inbenta-bot__launcher {
    background-color: var(--headline) !important;
    right: 14px !important;
    bottom: 120px !important;
    padding: 8px;
    border-radius: 8px;
    min-width: 22px;
}

.inbenta-bot__launcher:hover {
    background-color: var(--headline);
}

.inbenta-bot__launcher__image {
    width: 44px;
    height: 44px;
    margin: 0 5px;
}

.inbenta-bot__bubble__header,
.inbenta-bot__chat__header {
    background-color: var(--headline) !important;
}

.inbenta-bot__bubble .messages__message--received .messages__message__avatar,
.inbenta-bot__chat .messages__message--received .messages__message__avatar {
    background-color: var(--headline) !important;
    width: 40px !important;
    height: 40px !important;
}

.inbenta-bot__bubble .messages__message--sent .messages__message__content,
.inbenta-bot__chat .messages__message--sent .messages__message__content {
    background-color: rgb(229, 230, 229) !important;
    border-radius: 8px 8px 0 8px;
    color: #3d3f43;
}

.inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button,
.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button {
    color: rgb(229, 230, 229);
}

.inbenta-bot-button,
.inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
    background-color: rgba(9, 35, 64, 0.2);
}

.inbenta-bot a,
.inbenta-bot a:active,
.inbenta-bot a:focus,
.inbenta-bot a:visited {
    color: var(--cta) !important;
    text-decoration: underline;
}

.inbenta-bot a:hover {
    color: var(--cta) !important;
}

.inbenta-bot__bubble .content__open-sidebubble__phrase,
.inbenta-bot__chat .content__open-sidebubble__phrase,
.inbenta-bot__bubble .content__open-sidebubble__icon,
.inbenta-bot__chat .content__open-sidebubble__icon {
    color: rgb(229, 230, 229);
}

.inbenta-bot__bubble .content__related__button,
.inbenta-bot__chat .content__related__button {
    color: var(--headline) !important;
}

.inbenta-bot__chat .content__related__button:hover:not([disabled]) {
    color: var(--headline) !important;
    background: rgba(220, 133, 133, 0.16);
}

.inbenta-bot-button.clicked,
.inbenta-bot-button:hover:not([disabled]) {
    background-color: rgb(229, 230, 229);
}

button.clicked,
.inbenta-bot-button:hover:not([disabled]) {
    background-color: rgb(229, 230, 229);
}

.inbenta-bot__bubble__confirmation .confirmation-box__icon,
.inbenta-bot__chat__confirmation .confirmation-box__icon {
    color: rgb(229, 230, 229);
    width: 56px;
    height: 56px;
    margin: 0 0 16px;
    border-radius: 100px;
    background: #f6f6f6;
}

.inbenta-bot__bubble .footer__chat-activity .activity__avatar,
.inbenta-bot__chat .footer__chat-activity .activity__avatar {
    background-color: rgb(229, 230, 229);
}

.inbenta-bot__bubble .footer__chat-activity .activity__dot,
.inbenta-bot__chat .footer__chat-activity .activity__dot {
    background: var(--headline) !important;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-right: 4px;
}

.inbenta .inbenta-bot-icon.inbenta-bot-icon--avatar {
    width: 44px;
    height: 44px;
    margin: 0 5px;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button,
.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button {
    color: black !important;
}

.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked,
.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]),
.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked,
.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) {
    color: #000 !important;
    background-color: var(--cta) !important;
}

.inbenta-bot__bubble .messages__message--system .messages__message__content,
.inbenta-bot__chat .messages__message--system .messages__message__content {
    background-color: var(--headline) !important;
    color: #fff !important;
    text-align: center;
}

.inbenta-bot__powered__link {
    display: none;
}

.alert-box__title,
.inbenta-bot__chat .alert-box__title {
    color: var(--headline) !important;
    font-family: var(--body-font) !important;
}

.confirmation-box .inbenta-bot-button {
    background-color: var(--cta) !important;
}

.inbenta-bot__bubble .content__related__button--active,
.inbenta-bot__bubble .content__related__button:focus,
.inbenta-bot__bubble .content__related__button:hover:not([disabled]),
.inbenta-bot__chat .content__related__button--active,
.inbenta-bot__chat .content__related__button:focus,
.inbenta-bot__chat .content__related__button:hover:not([disabled]) {
    cursor: pointer;
    transition: all .2s ease-in 0s;
    background: rgba(133,133,133,.12) !important;
    outline: none;
}