.q-car .icon-payment-visa, .ux-insurance .icon-payment-flik {
    background-image: url("../images/icons/q/flik-icon.svg");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.q-car .icon-payment-white-flik,
.ux-insurance .icon-payment-white-flik {
    background-image: url("../images/icons/q/flik-icon-white.svg");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.verification-result-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verification-card {
    max-width: 480px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 32px 28px;
    text-align: center;
}

.verification-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 64px;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 16px;
}

.verification-icon.success {
    background-color: #e6f6ea;
    color: #1b8e3e;
}

.verification-icon.error {
    background-color: #fde8e8;
    color: #c53030;
}

.verification-title {
    font-size: 22px;
    margin: 8px 0 16px 0;
    color: #1f2933;
}

.verification-message {
    font-size: 15px;
    color: #52606d;
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    /* Adjust selectors to match your actual chat input IDs/classes */
    #message-input,
    #message-input-area,
    .chat-input,
    .chat-textarea {
        font-size: 16px !important;
    }
}

.payment-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.payment-icons img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}