/*
Theme Name: Humanists FOT
Theme URI: https://whoisandywhite.com;
Author: whois: Andy White
Author URI: https://whoisandywhite.com;
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiaw

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.feedback-box__container {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
    width: 100%;
}

.feedback-box__main {
    box-sizing: border-box;
    display: flex;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background: #E61B61;
    align-items: flex-start;
    width: 100%;
    max-width: 64rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.feedback-box__content {
    flex: 1 1 0%;
}

.feedback-box__content p {
    font-size: 14.4px;
    margin-bottom: 0.25rem;
}

.feedback-box__content p a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0.25rem;
}

.feedback-box__dismiss-btn {
    display: flex;
    color: #ffffff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    border-width: 0;
    cursor: pointer;
    background: #E61B61;
}
