/* =============================================================================
   c-aphs-stack-support-chat-bot
   (source: aphsStackSupportChatBot/aphsStackSupportChatBot.css)
   ============================================================================= */

@media (max-width: 970px) {
    c-aphs-stack-support-chat-bot .chat-btn {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
}

c-aphs-stack-support-chat-bot .sub-heading {
    font-size: 28px;
    line-height: 34px;
    margin-top: 48px;
    margin-bottom: 32px;
    font-weight: 500;
    color: #212129;
    letter-spacing: .2px;
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

c-aphs-stack-support-chat-bot .button_alignment {
    display: flex;
    justify-content: flex-start;
    margin-inline-start: 70px;
}

c-aphs-stack-support-chat-bot .chat-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    border-radius: 6px;
    color: #212129;
    cursor: pointer;
    display: inline-block;
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    margin: 0 0 2px;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: fit-content;
}

c-aphs-stack-support-chat-bot .chat-btn:focus-visible {
    outline: 1px dotted #212129;
    outline-offset: 2px;
}
c-aphs-stack-support-chat-bot .chat-btn:hover{
    background-color: #d9d9d9;
}
c-aphs-stack-support-chat-bot .cc-chat-wpr {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 24px 32px 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    height: fit-content;
}

c-aphs-stack-support-chat-bot .cc_header {
    display: flex;
    margin-bottom: 24px;
}

c-aphs-stack-support-chat-bot .cc_icon {
    margin-right: 24px;
    width: 48px;
    flex-shrink: 0;
}

c-aphs-stack-support-chat-bot .cc_content {
    flex: 1;
    min-width: 0;
}

c-aphs-stack-support-chat-bot .cc_title {
    color: #212129;
    letter-spacing: .2px;
    line-height: 24px;
    letter-spacing: .8px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px;
}

c-aphs-stack-support-chat-bot .cc__description {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d72;
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    margin: 0;
}

c-aphs-stack-support-chat-bot {
    display: block;
    width: 100%;
    height: 100%;
}
