/*
Theme Name: Humanists FOT
Theme URI: https://whoisandywhite.com;
Author: whois: Andy White
Author URI: https://whoisandywhite.com;
Description: 
Version: 1.1.3
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;
}

/* Fix display of report widget in search results */
.search-results .fot-widget-table > tbody > tr > td {
  display: block;
  margin-bottom: 0.5em;
}

.search-results .fot-report-widget-content {
  float: left;
}

/* Fix word wrap in card excerpt */
.post-card__excerpt {
  word-wrap: break-word;
  word-break: break-word;
}

/* Fix header for larger screens */
@media (min-width: 2000px) {
  .main-header div.navbar__curve.navbar__curve--base {
    transform: translate(0, 33%);
  }
  .main-header div.navbar__curve.navbar__curve--dark {
    transform: translate(0, 22%);
  }
}

/* Ensure navbar is above header */
.navbar {
  z-index: 10;
}

/* Print button */
.page-functions > div {
  display: inline-block;
}
