/*
Theme Name: EspanolesEnUSA
Theme URI: 
Author: EspanolesEnUSA
Author URI: 
Description: Child theme of TwentyTwentyFive, customized for the community forum "Españoles en USA", a space where Spaniards living in the USA can connect, share experiences, and find resources.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: espanolesenusa
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

/*
* Custom styles
*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


:root {
  --nn-white: #FFFFFF;
  --nn-black: #000000;
  --nn-blue: #AEEAF4;
  --nn-blue-light: #E3F6F9;
  --nn-blue-dark: #0A3161;
  --nn-red: #E91B25;
  --nn-sunset: #FFDA5A;
  --nn-sunset-light: #FBF2D1;
  --nn-grey-light: #fafafa;
  --font-secondary: 'Merriweather';
}

.site-header-container {}

.site-header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 5vh !important;
  padding-bottom: 5vh !important;
  gap: 0;
}

.site-header-container .site-logo {
  margin: 0 auto;
}

.site-header-container .wp-block-image {
  max-width: 80px;
  margin: 0 auto 10px;
}

.site-header-container .wp-block-site-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}

.site-header-container .site-claim {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  margin-top: 0;
}

body.home .site-footer,
main + footer.wp-block-template-part {
  margin: 0;
  background-color: #000;
  color: white;
}

.site-footer-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 0;
}

.site-footer-container .wp-block-site-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  text-align: left;
  width: 100%;
  max-width: 1280px;
}

.site-footer-container .site-claim {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin-top: 6px;
}

.site-footer-container .site-links {
  flex-direction: column !important;
}

.site-footer-container .wp-block-group {
  width: 100%;
}

.site-footer-container .wp-block-heading {
  width: 100%;
  max-width: 1280px;
}

.site-footer-container .wp-block-navigation {
  width: 100%;
  max-width: 1280px;
  margin-top: 6px;
}

.site-footer-container .wp-block-navigation__container {
  gap: 6px;
}

.site-footer-container .wp-block-heading,
.site-footer-container .wp-block-navigation .wp-block-navigation-item {
  font-size: 12px !important;
  line-height: 1.1;
}

.site-footer-container .site-credits {
  margin-top: 40px;
  margin-bottom: 0;
}

.site-footer-container .site-credits p {
  font-size: 12px !important;
  line-height: 1.2;
}

.wp-site-blocks > .bbpress-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  gap: 0;
}

.wp-site-blocks {
  width: 100%;
}

body .wp-block-query-title {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

#bbpress-forums {
  margin-bottom: 0;
  padding-bottom: 40px;
}

body .bbpress-content {
  width: 100%;
}

#bbpress-forums .bbp-breadcrumb,
#bbpress-forums .bbp-topic-tags {
  float: none !important;
  width: 100%;
  margin-bottom: 20px;
}

#bbpress-forums .bbp-search-form {
  width: 100%;
  max-width: 440px;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  float: none !important;
  display: none;
}

#bbpress-forums .bbp-search-form  div {
  width: 100%;
  display: flex;
  gap: 0;
}

#bbpress-forums #bbp-search-form #bbp_search {
  width: calc(100% - 90px);
  appearance: none;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.1;
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

#bbpress-forums #bbp-search-form #bbp_search::placeholder {
  color: #9ca3af;
}

#bbpress-forums #bbp-search-form #bbp_search:focus {
  border-color: var(--nn-blue);
}

#bbpress-forums #bbp_search_submit {
  width: 90px;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  background: #111827;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
}
#bbpress-forums #bbp_search_submit:hover,
#bbpress-forums #bbp_search_submit:active,
#bbpress-forums #bbp_search_submit:focus {
  outline: none;
  background: var(--nn-blue-dark);
}

#bbpress-forums ul.bbp-forums {
  margin-bottom: 0;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  border: none;
}

#bbpress-forums li.bbp-header {
  background-color: var(--nn-blue-light);
  border: none;
  display: none;
}

#bbpress-forums li.bbp-footer {
  background-color: var(--nn-blue-light);
  border: none;
  display: none;
}

#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count {
  /* display: none; */
}

#bbpress-forums li.bbp-header .forum-titles,
#bbpress-forums li.bbp-body > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#bbpress-forums .bbp-forums li.bbp-header,
#bbpress-forums .bbp-forums li.bbp-body > ul,
#bbpress-forums .bbp-forums li.bbp-footer {
  /* padding: 10px; */
}

#bbpress-forums .bbp-forums li.bbp-body > ul {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
}

#bbpress-forums .bbp-forums .bbp-forum-title {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
  /* text-decoration: none; */
}

#bbpress-forums .bbp-forums .bbp-forum-info a,
#bbpress-forums .bbp-forums .bbp-forum-subforum a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

#bbpress-forums .bbp-forums .bbp-forum-info a:hover,
#bbpress-forums .bbp-forums .bbp-forum-info a:focus,
#bbpress-forums .bbp-forums .bbp-forum-subforum a:hover,
#bbpress-forums .bbp-forums .bbp-forum-subforum a:focus {
  color: var(--nn-blue-dark);
  outline: none;
}

#bbpress-forums .bbp-forums .bbp-forum-info {
  width: 100%;
}

#bbpress-forums .bbp-forums .bbp-forum-title {
  
}

#bbpress-forums .bbp-forums .bbp-forums-list {
  padding: 0;
  border: none;
}

#bbpress-forums .bbp-forums-list .bbp-forum {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

#bbpress-forums .bbp-forums-list .bbp-forum:last-child {
  margin-bottom: 0;
}

#bbpress-forums .bbp-forums .bbp-forum-link {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.1;
  transition: all 0.45s;
  filter: brightness(1);
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--nn-blue-light);
  position: relative;
  padding-left: 166px;
  border: 1px solid black;
  background: var(--nn-grey-light);
}

#bbpress-forums .bbp-forums .bbp-forum-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  filter: brightness(1.1);
}

#bbpress-forums .bbp-forums .bbp-forum-link:hover,
#bbpress-forums .bbp-forums .bbp-forum-link:focus,
#bbpress-forums .bbp-forums .bbp-forum-link:active {
  outline: none;
  background-color: var(--nn-sunset-light);
}

#bbpress-forums .bbp-forums .bbp-forum:after {
  content: none;
  display: none;
}

#bbpress-forums .bbp-forums .bbp-forum-name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 8px;
}

#bbpress-forums .bbp-forums .bbp-forum-freshness {
  font-size: 12px;
  line-height: 1.1;
  min-width: 33%;
}

#bbpress-forums .bbp-forums .bbp-forum-desc {
  /* margin-bottom: 16px; */
}

#bbpress-forums .bbp-forums .bbp-forum-desc p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.3;
}

#bbpress-forums .bbp-forums .bbp-forum-desc p:last-child {
  margin-bottom: 0;
}

#bbpress-forums .bbp-forums .bbp-forum-content {
  display: block;
  margin: 0;
  padding: 0 0 16px;
  transition: all 0.25s;
  width: 100%;
  box-sizing: border-box;
}

#bbpress-forums .bbp-forums .bbp-forum-meta {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
  border-top: 1px solid var(--nn-blue-dark);
  width: 100%;
  box-sizing: border-box;
  gap: 16px;
  align-items: flex-end;
  margin-top: auto;
  font-size: 11px;
  line-height: 1.3;
}

#bbpress-forums .bbp-forums .bbp-forum-meta span span {
  display: block;
}

#bbpress-forums .bbp-forums .bbp-forum-meta .bbp-count-topics,
#bbpress-forums .bbp-forums .bbp-forum-meta .bbp-count-replies {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

#bbpress-forums .bbp-forums .bbp-forum-meta .bbp-count-topics span,
#bbpress-forums .bbp-forums .bbp-forum-meta .bbp-count-replies span {
  font-weight: normal;
  font-size: 11px;
}

#bbpress-forums .bbp-forums .bbp-forum-meta .bbp-subforum-freshness {
  max-width: 110px;
  display: block;
}

#bbpress-forums #bbp_topic_title,
#bbpress-forums #bbp_topic_tags {
  width: 100%;
  box-sizing: border-box;
}

#bbpress-forums .bbp-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

#bbpress-forums #bbp_topic_submit {
  width: 90px;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  background: #111827;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
}
#bbpress-forums #bbp_topic_submit:hover,
#bbpress-forums #bbp_topic_submit:active,
#bbpress-forums #bbp_topic_submit:focus {
  outline: none;
  background: var(--nn-blue-dark);
}

#bbpress-forums #new-post input[type=text],
#bbpress-forums #new-post textarea {
  font-size: 14px;
  line-height: 1.1;
  padding: 10px;
  display: flex;
  height: auto;
  border: none;
  border: 1px solid #CCC;
  font-family: 'Manrope', sans-serif;
}

#bbpress-forums #new-post textarea {
  border: none;
}

#bbpress-forums #new-post select {
  border-color: #CCC;
}

#bbpress-forums #new-post label {
  display: block;
  margin-bottom: 0px;
}

#bbpress-forums #new-post #bbp_topic_subscription + label {
  display: inline-block;
  margin-left: 5px;
}

#bbpress-forums #new-post p {
  margin-bottom: 0px;
}

#bbpress-forums .bbp-replies-list {
  width: 100%;
  display: block;
}

#bbpress-forums div.bbp-reply-author .bbp-author-name {
  margin: 3px;
}

#bbpress-forums .bbp-reply-content p,
#bbpress-forums .bbp-reply-content li {
  font-size: 14px;
  line-height: 1.2;
}

.eeusa-hero {
  text-align: center;
  padding: 0vh 20px 5vh;
}

.eeusa-hero p {
  font-size: 16px;
  line-height: 1.3;
}

#bbpress-forums .bbpress-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

#bbpress-forums .bbpress-tools .breadcrumbs {
  width: 100%;
}

#bbpress-forums .bbpress-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}

#bbpress-forums .bbpress-buttons a,
#bbpress-forums #bbp_reply_submit,
#bbpress-forums .button {
  width: auto;
  border: none;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 400;
  background: var(--nn-black);
  color: var(--nn-white) !important;
  cursor: pointer;
  transition: all 0.45s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: brightness(1);
}

#bbpress-forums .bbpress-tools #subscription-toggle a {
  color: var(--nn-black) !important;
  background: var(--nn-sunset);
}

#bbpress-forums .bbpress-tools a:hover,
#bbpress-forums .bbpress-tools a:active,
#bbpress-forums .bbpress-tools a:focus {
  outline: none;
  filter: brightness(0.95);
}

#bbpress-forums div.bbp-template-notice.info {
  display: none;
}

#bbpress-forums .bbp-topic-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--nn-grey-light);
  border: 1px solid var(--nn-black);
  padding: 16px;
  text-decoration: none;
  transition: all 0.45s !important;
}

#bbpress-forums .bbp-topic-row:hover,
#bbpress-forums .bbp-topic-row:focus,
#bbpress-forums .bbp-topic-row:active {
  background-color: var(--nn-sunset-light);
  border: 1px solid var(--nn-black);
}

#bbpress-forums .bbp-topic-row + .bbp-topic-row {
  border-top: none;
}

#bbpress-forums .bbp-topic-row .bbp-topic-content {
  display: block;
  width: 100%;
  flex: 1;
}

#bbpress-forums .bbp-topic-row .bbp-topic-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

#bbpress-forums .bbp-topic-row .bbp-topic-author {
  font-size: 13px;
}

#bbpress-forums .bbp-topic-row .bbp-topic-meta {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
  font-size: 11px;
  margin-top: 16px;
  border-top: 1px solid var(--nn-blue-dark);
  padding-top: 16px;
  width: 100%;
  box-sizing: border-box;
}

#bbpress-forums .bbp-topic-row .bbp-topic-meta > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#bbpress-forums .bbp-topic-row .bbp-topic-meta span span {
  font-size: 11px;
  font-weight: bold;
}

#bbpress-forums .bbp-topic-row .bbp-topic-voice-count {
  
}

#bbpress-forums .bbp-topic-row .bbp-topic-reply-count {
  
}

#bbpress-forums .bbp-topic-row .bbp-topic-meta .bbp-topic-freshness {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

#bbpress-forums .bbp-topic-row .bbp-topic-meta .bbp-topic-freshness span {
  font-weight: normal;
}

#bbpress-forums ul.bbp-replies-list > li {
  width: 100%;
}

#bbpress-forums > .bbp-topic-title {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
  font-size: 26px;
}

#bbpress-forums .bbp-meta .bbp-reply-post-date {
  font-size: 11px;
  text-transform: uppercase;
}

#bbpress-forums .bbp-meta .bbp-admin-links {
  display: block;
  padding-top: 8px;
  width: 100%;
  text-align: right;
}

#bbpress-forums fieldset.bbp-form .bbp-remember-me {
  margin-bottom: 16px;
}

#bbpress-forums fieldset.bbp-form .bbp-remember-me input {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}

#bbpress-forums fieldset.bbp-form .bbp-remember-me label {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 5px;
  vertical-align: middle;
}

#bbpress-forums .bbp-register-login-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#bbpress-forums .bbp-register-login-options .bbp-register-inline {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
}

#bbpress-forums .bbp-register-login-options .bbp-register-inline .bbp-form {
  padding: 16px;
  margin-bottom: 0;
  width: 100%;
}

#bbpress-forums .bbp-register-login-options .bbp-login-form {
  display: flex;
  flex-direction: column;
}

#bbpress-forums .bbp-register-login-options .bbp-login-form .bbp-form {
  padding: 16px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

#bbpress-forums .bbp-register-login-options .bbp-login-form .bbp-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#bbpress-forums .bbp-register-login-options .bbp-form .bbp-username,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-password,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

#bbpress-forums .bbp-register-login-options .bbp-form .bbp-username label,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-password label,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-email label {
  flex: 1;
  margin: 0;
}

#bbpress-forums .bbp-register-login-options .bbp-form .bbp-username input,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-password input,
#bbpress-forums .bbp-register-login-options .bbp-form .bbp-email input {
  flex: 1;
  margin: 0;
}

#bbpress-forums .bbp-register-login-options .bbp-register-inline p,
#bbpress-forums .bbp-register-login-options .bbp-login-form p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}

header.wp-block-template-part + main.wp-block-group {
  min-height: calc(100vh - 550px);
}

:where(.wp-site-blocks *:focus) {
  outline: none !important;
}

@media (min-width: 700px) {
  
  #bbpress-forums .bbp-forums .bbp-forums-list {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
  }

  #bbpress-forums .bbp-forums-list .bbp-forum {
    width: calc(50% - 10.8px);
    margin-bottom: 0;
  }

}

@media (min-width: 900px) {
  
  .site-header-container {
    flex-direction: row;
  }

  .site-header-container .site-logo {
    margin-left: auto;
    margin-right: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .site-header-container .site-title {
    margin-left: 20px;
    margin-right: auto;
    padding: 0;
  }

  .site-header-container .wp-block-image {
    max-width: 150px;
    margin-bottom: 0;
  }

  .site-header-container .wp-block-site-title {
    margin-top: 0;
    font-size: 30px;
    text-align: left;
  }

  .site-header-container .site-claim {
    text-align: left;
    font-size: 18px;
  }

  .site-footer-container .site-footer-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .site-footer-container .site-links {
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .site-footer-container .site-credits p,
  .site-footer-container .wp-block-heading,
  .site-footer-container .wp-block-navigation .wp-block-navigation-item {
    font-size: 14px !important;
  }

  #bbpress-forums {
    font-size: 14px;
    line-height: 1.1;
  }

  div.bbp-template-notice li,
  div.bbp-template-notice p {
    font-size: 14px;
    line-height: 1.1;
  }

  
  #bbpress-forums .bbp-forums-list .bbp-forum {
    width: calc(33.33% - 10.8px);
  }

  #bbpress-forums .bbp-forums .bbp-forum-name {
    font-size: 18px;
  }

  .eeusa-hero p {
    font-size: 22px;
  }

  #bbpress-forums .bbp-topic-row {
    flex-direction: row;
  }

  #bbpress-forums .bbp-topic-row .bbp-topic-title {
    font-size: 20px;
  }

  #bbpress-forums .bbp-topic-row .bbp-topic-meta {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    font-size: 13px;
    justify-content: flex-end;
    gap: 32px;
    max-width: 340px;
  }

  #bbpress-forums .bbp-topic-row .bbp-topic-meta span span {
    font-size: 13px;
  }

  #bbpress-forums > .bbp-topic-title {
    font-size: 36px;
  }

  #bbpress-forums .bbpress-tools {
    flex-direction: row;
  }

  #bbpress-forums .bbpress-buttons {
    width: auto;
  }

  #bbpress-forums .bbpress-tools .breadcrumbs {
    width: auto;
  }

  #bbpress-forums #bbp_reply_submit,
  #bbpress-forums .bbpress-buttons a,
  #bbpress-forums .button {
    padding: 10px 20px;
    font-size: 14px !important;
  }

  #bbpress-forums .bbp-register-login-options {
    flex-direction: row;
    gap: 32px;
  }
  
  #bbpress-forums .bbp-register-login-options .bbp-register-inline {
    flex: 1;
  }
  
  #bbpress-forums .bbp-register-login-options .bbp-login-form {
    flex: 1;
  }

}

@media (max-width: 480px) {
  #bbpress-forums .bbp-forums-list span {
    display: inline-block;
    line-height: 1.2;
  }
}