.ai-chat__offer {
    border-top: 1px solid #d9e0ef;
    background: #fff;
    padding: 10px 14px;
}

.ai-chat__offer-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid #4d69ff;
    border-radius: 4px;
    background: #f2f6ff;
    color: #01056b;
    font: 700 13px/20px "Inter", sans-serif;
    padding: 9px 12px;
    cursor: pointer;
}

.ai-chat__offer-toggle:hover {
    background: #d7e7ff;
}

.ai-chat__offer-form {
    padding: 2px 0;
}

.ai-chat__offer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #01056b;
    font-size: 13px;
}

.ai-chat__offer-title button {
    border: 0;
    background: transparent;
    color: #61636c;
    cursor: pointer;
}

.ai-chat__plate-row {
    display: flex;
    gap: 8px;
}

.ai-chat__plate {
    display: flex;
    flex: 1;
    min-width: 0;
    height: 42px;
    overflow: hidden;
    border: 2px solid #4d69ff;
    border-radius: 4px;
    background: #fff;
}

.ai-chat__plate-country {
    display: grid;
    place-items: center;
    width: 36px;
    background: #01056b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.ai-chat__plate input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 7px 9px;
    color: #01056b;
    font: 700 17px/24px "Inter", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ai-chat__plate input::placeholder {
    color: rgba(1, 5, 107, 0.28);
}

.ai-chat__offer-submit {
    flex: 0 0 auto;
    border: 1px solid #01056b;
    border-radius: 4px;
    background: #01056b;
    color: #fff;
    padding: 0 13px;
    font-weight: 700;
    cursor: pointer;
}

.ai-chat__offer-form > a {
    display: inline-block;
    margin-top: 7px;
    color: #4d69ff;
    font-size: 10px;
}

.ai-chat__offer-error {
    margin: 6px 0 0;
    color: #d62628;
    font-size: 10px;
}

.ai-chat__content .ai-chat__inline-offer {
    display: inline;
    margin: 0;
    border: 0;
    background: transparent;
    color: #4d69ff;
    padding: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ai-chat__content .ai-chat__inline-offer:hover {
    background: transparent;
    color: #01056b;
}
