html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    font-family: Open\ Sans, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em
}

.big-logo {
    max-width: 720px;
    width: 90%;
    margin: 7em auto
}

.big-logo svg {
    width: 100%
}

.big-logo.corpay {
    width: 470px;
    text-align: center
}

.page-section {
    width: 80%;
    max-width: 1080px;
    margin: 1em auto
}

a {
    text-decoration: none
}

a.btn-primary {
    display: inline-block;
    background-color: #c90000;
    color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 17px;
    text-align: center
}

a.btn-primary:visited {
    color: #fff
}

h1,
h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px
}

h2 {
    font-size: 26px;
    padding: 0
}

.footer-bottom hr {
    height: 20px;
    border: none;
    background-color: #333
}

.button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
    margin: 3em 0
}

.button-grid>div {
    padding: 10px;
    border: 1px solid #eee
}

.button-grid a {
    width: 100%
}

@media (max-width:599px) {
    .button-grid {
        display: block
    }

    .button-grid>div {
        margin: 2.5em auto;
        width: 87%
    }

    .narrow-mobile {
        max-width: 84%;
        margin: 1em auto
    }

    .big-logo {
        width: 75%
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.wa-widget-wrapper {
    position:fixed;
    right:40px;
    bottom:40px;
    display: flex;
    max-width: 255px;
    /* width: calc(100vw - 10px); */
    width: 9em;
    flex-direction: column;
}

.wa-widget-body {
    font-family: "Inter", "Noto Sans TC", "Noto Sans SC", "Helvetica", "Arial", sans-serif;
    margin-bottom: 16px;
    display: grid;
    height:120px;
    width:100%;
    grid-template-rows: 81px minmax(0px, 1fr) 124px;
    overflow: hidden;
    border-radius: 24px;
}

.wa-widget-body-inner {
    padding: 16px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--color-whatsapp-green-dark);
}

.wa-widget-brand-image {
    width:48px;
    height: 48px;
    border-radius: 500px;
    cursor: pointer;
}