.awaren-mindfulness-chat-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.amc-chat-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    box-sizing: border-box;
    width: 100%;
}

.amc-messages {
    min-height: 80px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.amc-message {
    margin-bottom: 0.75rem;
}

.amc-message-user {
    text-align: right;
    font-weight: 600;
}

.amc-message-bot {
    background: #f4f6f5;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
}

.amc-form {
    margin-top: 0.5rem;
}

.amc-input-row {
    display: flex;
    gap: 0.5rem;
}

.amc-input {
    flex: 1;
    border-radius: 999px;
    border: 1px solid #d0d5d2;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
}

.amc-button {
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    cursor: pointer;
    background: #1E4E3A;
    color: #ffffff;
    white-space: nowrap;
}

.amc-credit {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: #6b756f;
}

/* FAQ binnen de chat */

.amc-faq {
    margin-top: 1.25rem;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.amc-faq-intro,
.amc-faq h3 {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    color: #333333;
}

.amc-faq-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.amc-faq-item + .amc-faq-item {
    margin-top: 0.4rem;
}

.amc-faq-button {
    display: block;
    width: 100% !important;
    text-align: left !important;

    border-radius: 999px !important;
    border: 1px solid #1E4E3A !important;
    background: #ffffff !important;

    color: #000000 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    font-size: 0.95rem !important;

    padding: 0.45rem 1.1rem !important;
    cursor: pointer !important;

    box-shadow: 0 3px 6px rgba(0,0,0,0.18) !important;
}

.amc-link-alias,
.amc-link-default {
    color: #0645ad;
    text-decoration: underline;
    font-weight: 500;
}

.amc-link-alias:hover,
.amc-link-default:hover {
    text-decoration: underline;
}


/* Mobiel */

@media (max-width: 768px) {

    .amc-chat-box {
        padding: 1rem;
        box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    }

    .amc-messages {
        max-height: 220px;
        font-size: 0.9rem;
    }

    .amc-input-row {
        flex-direction: column;
        gap: 0.4rem;
    }

    .amc-input {
        font-size: 0.9rem;
    }

    .amc-button {
        width: 100%;
        text-align: center;
        font-size: 0.95rem;
    }

    .amc-credit {
        font-size: 0.75rem;
    }

    .amc-faq-intro,
    .amc-faq h3 {
        font-size: 0.85rem;
    }

    .amc-faq-button {
        display: block;
        width: 100% !important;
        text-align: left !important;

        border-radius: 999px !important;
        border: 1px solid #1E4E3A !important;
        background: #ffffff !important;

        color: #000000 !important;
        font-weight: 600 !important;
        font-style: italic !important;
        font-size: 0.95rem !important;

        padding: 0.45rem 1.1rem !important;
        cursor: pointer !important;

        box-shadow: 0 3px 6px rgba(0,0,0,0.18) !important;
    }
}
