/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../core/styles/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  font-size: 16px;
  background-image: none !important;
}

body {
  background-color: #F1F1F1;
}

main h1 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1.5rem 0;
}
main h1 button a {
  color: #fff;
}

#react-app {
  font: 100% Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}
#react-app h1, #react-app h2, #react-app h3, #react-app h4, #react-app h5, #react-app h6 {
  font-family: Inter, sans-serif;
  color: #000;
}
#react-app h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
#react-app h2, #react-app h3, #react-app .h2, #react-app .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
#react-app a {
  font-family: inherit;
  font-size: inherit;
  color: var(--bb-primary-color, #6EC1E4);
}
#react-app a svg path {
  stroke: var(--bb-primary-color, #6EC1E4);
}

body h1.page-title {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: flex-start;
  color: var(--bb-primary-color, "#6EC1E4");
}
body h1.page-title > span {
  font-weight: 400;
  color: #54595F;
  padding: 0;
  line-height: 1.25;
}
body h1.page-title > svg {
  margin: auto 0.75rem;
}
body div[role=banner] {
  display: grid;
  grid-template-columns: minmax(300px, 360px) 1fr;
  grid-gap: 30px;
  width: 100%;
  align-items: baseline;
  margin-bottom: -30px;
}
body div[role=banner] .banner-messages {
  margin-bottom: 0;
}
body div[role=banner] .banner-message {
  background-color: #fff;
  border-radius: 0.25rem;
  margin: 0 1rem 1rem;
  padding: 1rem;
  list-style: none;
  text-align: center;
}
body div[role=banner] .banner-message p {
  margin-bottom: 0;
}
body div[role=banner] .banner-message a {
  text-decoration: underline;
  font-weight: bold;
}
body:has(#react-app .group-page) div[role=banner], body:has(#react-app .group-post) div[role=banner], body:has(#react-app .group-settings-listing) div[role=banner] {
  display: flex;
  margin-bottom: 0;
}

#react-app > div.grid-container {
  display: grid;
  margin: 2rem 0 0 0;
  grid-template-columns: minmax(300px, 360px) 1fr;
  grid-gap: 30px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1050px) {
  #react-app > div.grid-container {
    grid-template-columns: 1fr;
    margin: 1rem 0 0 0;
    grid-gap: 20px;
  }
  #react-app > div.grid-container ul {
    padding-inline-start: 0;
    margin-left: 0;
  }
}
#react-app > div.container {
  width: 100%;
  padding: 1rem;
}

.signin-access-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.signin-access-header {
  background: #FFF;
  color: #54595F;
  text-align: center;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border-radius: 10px;
  border: 1px solid #D6D9DD;
}
.signin-access-header h1 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.signin-access-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 0 auto;
}
.signin-access-content h2 {
  font-weight: 600;
}

.signin-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form-input {
  padding: 0.75rem;
  border: 2px solid #D6D9DD;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  max-width: none;
  min-width: 0;
}
.form-input:focus {
  outline: none;
  border-color: var(--bb-primary-color, #2B9CCC);
}

.signin-form .form-input,
.signin-card-section .form-input {
  width: 100%;
}

.signin-button, .create-account-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--bb-primary-button-background-regular, #2B9CCC);
  color: #FFF !important;
  font-size: 16px !important;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px !important;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  text-align: center;
}
.signin-button:hover, .create-account-button:hover {
  background: var(--bb-primary-button-background-hover, #237ba3);
}

.access-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.access-content p {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #54595F;
}

.need-help a, .forgot-password a {
  color: var(--bb-primary-color, #2B9CCC);
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.need-help a:hover, .forgot-password a:hover {
  text-decoration: underline;
}

.signin-access-card {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #D6D9DD;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  gap: 0;
}

.signin-card-section, .access-card-section {
  flex: 1 1 0;
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
}

.signin-card-section {
  align-items: flex-start;
}

.access-card-section {
  align-items: flex-start;
}

.signin-card-divider {
  width: 1px;
  background: #D6D9DD;
  margin: 0 0.5rem;
  min-height: 100%;
  align-self: stretch;
}

.signin-button, .create-account-button {
  width: auto;
  min-width: 120px;
  max-width: 220px;
  display: inline-block;
  text-align: center;
  margin: 0 0 1.5rem 0;
}

.create-account-button {
  margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
  .signin-access-card {
    flex-direction: column;
    padding: 1.5rem 0.5rem;
  }
  .signin-card-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    margin: 2rem 0;
    background: #D6D9DD;
    align-self: stretch;
  }
  .signin-card-section, .access-card-section {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .signin-access-content {
    display: block;
  }
  .signin-access-header h1 {
    font-size: 1.8rem;
  }
  .signin-access-container {
    padding: 1rem;
  }
  .signin-access-card {
    padding: 1rem 0.25rem;
  }
  .signin-card-section, .access-card-section {
    padding: 0 0.5rem;
  }
}
#react-app {
  --notice-bg-color: transparent;
  --notice-border-color: transparent;
}
#react-app aside {
  background-color: #FFF;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
}
#react-app aside input[type=search] {
  margin: 0;
  background: none;
  padding: inherit;
  height: auto;
  background: none;
}
#react-app aside > button,
#react-app aside > div > h3 + button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1rem 0.5rem 0 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  color: var(--bb-primary-color, #6EC1E4);
  border: none;
  padding: 0;
  cursor: pointer;
}
#react-app aside > button {
  top: -0.5rem;
}
#react-app aside > div {
  padding: 1rem 0;
  position: relative;
}
#react-app aside > div > h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#react-app aside > div > div {
  padding: 0.5rem 1rem;
}
#react-app aside > div > div label {
  font-size: 1rem;
}
#react-app aside > div > div label input {
  margin: 0 0.75rem 0 0;
}
#react-app aside .folders-group,
#react-app aside .post-type-group {
  padding-top: 0;
}
#react-app aside .folders-group button,
#react-app aside .post-type-group button {
  display: none;
}
#react-app aside .content-type-group + .post-type-group {
  margin-top: -1rem;
}
#react-app aside .content-type-group + .post-type-group h3 {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
#react-app aside footer {
  padding-top: 1rem;
}
#react-app aside footer > div > div {
  padding: 0;
}
#react-app aside footer > div > div strong {
  font-size: 1.125rem;
}
#react-app aside footer > div > div p {
  margin: 0.25rem 0;
  font-size: 0.875rem;
}
#react-app aside footer > div > div a {
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

#react-app main .grid-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px 20px 20px;
  margin: 0;
}
#react-app main .grid-card-list.condensed {
  gap: 15px;
}
#react-app main .grid-item {
  height: 100%;
}
#react-app main .grid-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}
#react-app main .grid-card .grid-card-image {
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
#react-app main .grid-card .grid-card-image figure {
  margin: 20px;
}
#react-app main .grid-card .grid-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#react-app main .grid-card .grid-card-placeholder {
  height: 100%;
  margin: 20px;
  background-color: #ECECEC;
  display: block;
}
#react-app main .grid-card .grid-card-expert {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -64px auto 20px;
  z-index: 1;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
}
#react-app main .grid-card .grid-card-expert-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFF;
  box-shadow: 0 12px 24px rgba(11, 34, 57, 0.18);
  background-color: #FFF;
}
#react-app main .grid-card .grid-card-expert-avatar figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
#react-app main .grid-card .grid-card-expert-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#react-app main .grid-card .grid-card-expert-name {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #54595F;
}
#react-app main .grid-card .grid-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}
#react-app main .grid-card .grid-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
#react-app main .grid-card .grid-card-title a {
  color: #000;
  text-decoration: none;
}
#react-app main .grid-card .grid-card-host {
  font-size: 14px;
  color: #696969;
  line-height: 1.4;
  font-weight: normal;
}
#react-app main .grid-card .grid-card-date {
  font-size: 16px;
  margin: 24px 0 15px;
  font-weight: normal;
}
#react-app main .grid-card .grid-card-footer {
  margin-top: auto;
  padding-top: 15px;
}
#react-app main .grid-card .grid-card-button {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  text-align: center;
}
#react-app main .grid-card .grid-card-button svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app main .grid-card .grid-card-button.outline {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 1px var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: var(--bb-primary-color, #2B9CCC) !important;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card {
  background-color: #FFF;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
}
#react-app main .card.single {
  padding-top: 2rem;
  margin-bottom: 0;
}
#react-app main .card.single h3 {
  font-size: 2rem;
}
#react-app main .card.single .tagline {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #000;
}
#react-app main .card.guide figure, #react-app main .card.portfolio-post figure, #react-app main .card.expert-profile figure, #react-app main .card.portfolio-vendor figure, #react-app main .card.portfolio-expert figure {
  flex: 0 0 3.5rem;
  min-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  margin: 0 1rem 0 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#react-app main .card.guide figure img, #react-app main .card.portfolio-post figure img, #react-app main .card.expert-profile figure img, #react-app main .card.portfolio-vendor figure img, #react-app main .card.portfolio-expert figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app main .card.portfolio-event figure {
  flex: 0 0 6.25rem;
  min-height: 6.25rem;
  height: 6.25rem;
  width: 6.25rem;
  margin: 0 2rem 0 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#react-app main .card.portfolio-event figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app main .card.guide, #react-app main .card.portfolio-event, #react-app main .card.portfolio-post {
  position: relative;
}
#react-app main .card.guide span.content-source, #react-app main .card.portfolio-event span.content-source, #react-app main .card.portfolio-post span.content-source {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%) translateY(50%);
}
#react-app main .card > header,
#react-app main .card > footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0 0 1rem 0;
}
#react-app main .card > header a.button,
#react-app main .card > footer a.button {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card > header a.button svg path,
#react-app main .card > footer a.button svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app main .card > header a.button.outline,
#react-app main .card > footer a.button.outline {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 1px var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: var(--bb-primary-color, #2B9CCC) !important;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card > header a.button.small,
#react-app main .card > footer a.button.small {
  padding: 0.5rem 0.75rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card > header a.button.small svg path,
#react-app main .card > footer a.button.small svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app main .card > header a.button.small.outline,
#react-app main .card > footer a.button.small.outline {
  padding: 0.5rem 0.75rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 1px var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: var(--bb-primary-color, #2B9CCC) !important;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card > header .buttons,
#react-app main .card > footer .buttons {
  flex: 1;
  gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
#react-app main .card > header .buttons > a.button,
#react-app main .card > footer .buttons > a.button {
  margin-left: 0;
}
#react-app main .card > header h3,
#react-app main .card > footer h3 {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #react-app main .card > header .image-and-buttons .buttons,
  #react-app main .card > footer .image-and-buttons .buttons {
    justify-content: flex-start;
  }
}
#react-app main .card > header.list > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
#react-app main .card > header.single > div.header-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  width: 100%;
}
#react-app main .card > header.single > div.header-content figure {
  flex: 0 0 5rem;
  min-height: 5rem;
  height: 5rem;
  width: 5rem;
  margin: 0 1rem 0 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#react-app main .card > header.single > div.header-content figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app main .card > header.single > div.header-content .image-and-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#react-app main .card > header.single > div.header-content .image-and-buttons a.button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #react-app main .card > header.single > div.header-content .image-and-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
#react-app main .card > header.single > div.header-content .links {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 20px;
  gap: 0.5rem;
}
#react-app main .card > header.single > div.header-content .links > a {
  text-decoration: none;
  font-size: 0.75rem;
}
#react-app main .card > header.single > div.header-content .links > a.website {
  font-weight: 400;
  color: #54595F;
}
#react-app main .card > header.single > div.header-content .links > a.linkedin {
  font-weight: 600;
  color: #000;
}
#react-app main .card > header.condensed-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
#react-app main .card > header.condensed-header .condensed-button {
  margin-top: 4px;
}
#react-app main .card > footer {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
#react-app main .card > footer > div {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
#react-app main .card > footer > a {
  flex: 0 0 auto;
  margin-left: auto;
}
#react-app main .card > footer figure + p {
  font-size: 1.25rem;
}
#react-app main .card > footer .date-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#react-app main .card > footer .date-container p {
  margin: 0;
  font-weight: 600;
}
#react-app main .card.portfolio-event > footer > a.button {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 1px var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: var(--bb-primary-color, #2B9CCC) !important;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
}
#react-app main .card div.bio,
#react-app main .card div.excerpt,
#react-app main .card div.description {
  color: #54595F;
}
#react-app main .card div.bio {
  color: #54595F;
  font-size: 0.875rem;
  line-height: 1.4;
}
#react-app main .card div.excerpt {
  font-size: 1rem;
  line-height: 1.5;
}
#react-app main .card div.description {
  font-size: 1rem;
  line-height: 1.5;
}
#react-app main .card h3 a {
  color: inherit;
  text-decoration: none;
  line-height: 1.25;
}
#react-app main .card h3 + div {
  font-size: 1rem;
  color: #54595F;
}
#react-app main .condensed {
  margin: 0;
  padding: 0;
}
#react-app main .condensed > .card {
  margin: 1rem 0;
}
#react-app main .condensed > li {
  border: 1px solid #ECECEC;
  padding: 1rem;
  border-radius: 0.5rem;
}
#react-app main .condensed header {
  margin: 0;
}
#react-app main .redacted-card {
  position: relative;
  padding: 1rem;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  overflow: hidden;
}
#react-app main .redacted-card header {
  margin-bottom: 1.5rem;
  position: relative;
}
#react-app main .redacted-card header .redacted-title {
  margin-bottom: 0.5rem;
}
#react-app main .redacted-card header .redacted-title .redacted-badge {
  display: inline-block;
  color: #2B9CCC;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}
#react-app main .redacted-card .redacted-block {
  background-color: #e9ecef;
  border-radius: 3px;
  animation: pulse 2s infinite ease-in-out;
}
#react-app main .redacted-card .redacted-content {
  margin-bottom: 1.5rem;
}
#react-app main .redacted-card .redacted-content .redacted-block:last-child {
  margin-bottom: 0;
}
#react-app main .redacted-card .redacted-author {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
#react-app main .redacted-card .redacted-author .redacted-avatar {
  margin-right: 18px;
  flex-shrink: 0;
}
#react-app main .redacted-card .redacted-author .redacted-avatar .avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e0e0e0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite ease-in-out;
  position: relative;
}
#react-app main .redacted-card .redacted-author .redacted-avatar .avatar-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background-color: #d0d0d0;
  border-radius: 50%;
}
#react-app main .redacted-card .redacted-author .redacted-avatar .avatar-placeholder::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background-color: #d0d0d0;
  border-radius: 50% 50% 0 0;
}
#react-app main .redacted-card .redacted-author .redacted-author-info {
  flex: 1;
}
#react-app main .redacted-card .redacted-author .redacted-author-info .redacted-block {
  height: 1.25rem;
}
#react-app main .redacted-card .redacted-author .redacted-author-info .redacted-block:first-child {
  margin-bottom: 0.5rem;
}
#react-app main .redacted-card .premium-badge {
  display: none;
}
#react-app main li:first-child .redacted-card .premium-badge,
#react-app main .card:first-child .redacted-card .premium-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
}
#react-app main li:first-child .redacted-card .premium-badge .premium-header,
#react-app main .card:first-child .redacted-card .premium-badge .premium-header {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#react-app main li:first-child .redacted-card .premium-badge .premium-subheader,
#react-app main .card:first-child .redacted-card .premium-badge .premium-subheader {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#react-app main li:first-child .redacted-card .premium-badge .premium-link,
#react-app main .card:first-child .redacted-card .premium-badge .premium-link {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#react-app main li:first-child .redacted-card .premium-badge .premium-link svg path,
#react-app main .card:first-child .redacted-card .premium-badge .premium-link svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app main .skeleton-card {
  position: relative;
  overflow: hidden;
}
#react-app main .skeleton-card .skeleton-block {
  background: linear-gradient(90deg, #e9ecef 0%, #f8f9fa 50%, #e9ecef 100%);
  background-size: 200% 100%;
  border-radius: 3px;
  animation: shimmer 1.5s infinite ease-in-out;
}
#react-app main .skeleton-card .skeleton-content {
  margin-bottom: 1.5rem;
}
#react-app main .skeleton-card .skeleton-content .skeleton-block:last-child {
  margin-bottom: 0;
}
#react-app main .skeleton-card .skeleton-author {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
#react-app main .skeleton-card .skeleton-author .skeleton-avatar {
  margin-right: 18px;
  flex-shrink: 0;
}
#react-app main .skeleton-card .skeleton-author .skeleton-avatar .skeleton-avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite ease-in-out;
}
#react-app main .skeleton-card .skeleton-author .skeleton-author-info {
  flex: 1;
}
#react-app main .skeleton-card .skeleton-author .skeleton-author-info .skeleton-block {
  height: 1.25rem;
}
#react-app main .skeleton-card .skeleton-author .skeleton-author-info .skeleton-block:first-child {
  margin-bottom: 0.5rem;
}
#react-app main .skeleton-grid-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #FFF;
}
#react-app main .skeleton-grid-card .skeleton-block {
  background: linear-gradient(90deg, #e9ecef 0%, #f8f9fa 50%, #e9ecef 100%);
  background-size: 200% 100%;
  border-radius: 3px;
  animation: shimmer 1.5s infinite ease-in-out;
}
#react-app main .skeleton-grid-card .skeleton-grid-image {
  height: 180px;
  overflow: hidden;
}
#react-app main .skeleton-grid-card .skeleton-grid-image .skeleton-image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#react-app main .skeleton-grid-card .skeleton-grid-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#react-app main .skeleton-grid-card .skeleton-grid-content .skeleton-title {
  margin-bottom: 8px;
}
#react-app main .skeleton-grid-card .skeleton-grid-content .skeleton-grid-footer {
  margin-top: auto;
  padding-top: 1rem;
}
#react-app main .skeleton-grid-card .skeleton-grid-content .skeleton-grid-footer .skeleton-button {
  border-radius: 4px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}

:root {
  --form-control-color: #000;
  --form-control-disabled: #C7C7C7;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#react-app aside label {
  font-family: inherit;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
  margin: 0;
  align-items: center;
}
#react-app aside .form-control--disabled {
  color: #C7C7C7;
  cursor: not-allowed;
}
#react-app aside input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #FFF;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.0625em solid currentColor;
  border-radius: 0.375em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
#react-app aside input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
#react-app aside input[type=checkbox]:checked::before {
  transform: scale(1);
}
#react-app aside input[type=checkbox]:focus {
  outline: 0.25em solid rgba(110, 193, 228, 0.3);
  outline-offset: 0;
}
#react-app aside input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

#react-app {
  --tag-background-color: #ECECEC;
  --tag-background-color-hover: #C7C7C7;
  --tag-selected-background-color-hover: #C7C7C7;
  --tag-border-color: #C7C7C7;
  --tag-selected-border-color: #C7C7C7;
  --tag-background-color-selected: var(--bb-primary-button-background-regular, #2B9CCC);
  --tag-background-color-selected-hover: var(--bb-primary-button-background-hover, #6EC1E4);
  --tag-text-color: #696969;
  --tag-text-selected-color: #FFF;
  --tag-selected-text-color-hover: #EFEFEF;
  --tag-text-color-hover: #EFEFEF;
}
#react-app .tag-cloud {
  padding-left: 0;
}
#react-app .filter-list {
  --tag-background-color: #FFF;
  --tag-background-color-hover: #EFEFEF;
  --tag-background-color-selected: var(--bb-primary-color, #6EC1E4);
  --tag-selected-text-color: #FFF;
  --tag-selected-border-color: transparent;
  --tag-text-color-hover: #54595F;
  --tag-text-color: #54595F;
  --tag-selected-background-color-hover: #2B9CCC;
  --tag-selected-text-color-hover: #FFF;
  padding-top: 0;
  padding-left: 0;
}
#react-app .filter-list a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#react-app .filter-list a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}

#react-app div[class^=badges] {
  display: flex;
  flex-flow: wrap row;
  margin: 0 0 1rem 0;
  gap: 5px;
}
#react-app div[class^=badges]:has(.badge-row:empty) {
  margin: 0;
}
#react-app div[class^=badges] .badge-row {
  flex: 1 0 100%;
  margin: 0 0 1rem 0;
}
#react-app div[class^=badges] .badge-row:empty {
  margin: 0;
}
#react-app div[class^=badges].badges-bottom {
  margin: 1rem 0;
}
#react-app div[class^=badges].badges-bottom .badge span {
  font-weight: 700;
}
#react-app .badge {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
#react-app .badge svg {
  flex-shrink: 0;
  margin-top: 0;
}
#react-app .badge svg + span {
  margin-left: 0.5rem;
}
#react-app .badge span {
  display: inline-block;
  font-size: 0.875rem;
  color: #000;
}
#react-app .badge--tag {
  pointer-events: none;
  cursor: default;
}
#react-app .badge .badge-description {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
  gap: 0.25rem;
}
#react-app .badge .badge-description .badge-description-text {
  font-weight: 100;
}
#react-app .badge .icon-description {
  align-self: flex-start;
  margin-right: 0.5rem;
}
#react-app .portfolio-event .badges-top,
#react-app .portfolio-post .badges-top,
#react-app .guide .badges-top {
  border-top: solid 1px #C7C7C7;
  padding-top: 0.625rem;
}
#react-app span.content-source {
  display: flex;
  margin-left: 0.5rem;
  margin-right: auto;
  overflow: hidden;
  flex: 1 0 auto;
}
#react-app span.content-source svg {
  min-width: 1.5rem;
}
#react-app span.content-source img {
  display: block;
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
#react-app .badge span.content-source {
  margin-right: 0.5rem;
  margin-left: 0;
  flex: 0 0 auto;
}

#react-app .author {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
#react-app .author figure {
  flex: 0 0 3.5rem;
  min-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  margin: 0 1rem 0 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#react-app .author figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app .author .author-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#react-app .author h4 {
  margin: 0;
}
#react-app .author .author-subtitle {
  margin-top: 2px;
  font-size: 0.875rem;
  color: var(--bb-text-muted, #6b7280);
  line-height: 1.2;
}
#react-app .large {
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 1rem;
}
#react-app .large figure {
  flex: 0 0 5rem;
  min-height: 5rem;
  height: 5rem;
  width: 5rem;
  margin: 0 1rem 0 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#react-app .large figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app .small figure {
  flex: 0 0 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 1rem 0 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#react-app .small figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #FFF;
}
#react-app .small .h3 {
  font-size: 1rem;
}

#react-app div.post-section {
  background-color: #FFF;
  margin: 2rem auto;
  max-width: 800px;
  border-radius: 0.25rem;
}
#react-app .post-subsection {
  margin: 1rem;
  padding: 1rem;
  background-color: #FFF;
}
#react-app .post-subsection h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
#react-app .post-subsection .excerpt {
  color: #54595F;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
}
#react-app .post-subsection .badges-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#react-app .post-subsection .badges-bottom:empty {
  margin: 0;
}
#react-app .module-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
#react-app .module-header .module-header-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#react-app .module-header .module-header-right {
  display: flex;
  align-items: center;
}
#react-app .module-header span {
  font-size: 0.875rem;
}
#react-app .module-header .info-icon {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#react-app .module-header .edit-button {
  padding: 25px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--bb-primary-color);
  padding: 10px 0px;
}
#react-app .module-header .edit-button i {
  font-size: 1rem;
}
#react-app div.divider {
  height: 1px;
  background-color: #ECECEC;
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 800px;
}
#react-app div.post-section > div.divider:first-child {
  display: none;
}
#react-app .oge-post-query-block__content h2 {
  font-weight: 500 !important;
}
#react-app .oge-post-query-block__content p {
  color: #000 !important;
}
#react-app .post-content-body {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}
#react-app .post-content-body h1, #react-app .post-content-body h2, #react-app .post-content-body h3, #react-app .post-content-body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
#react-app .post-content-body h1 strong, #react-app .post-content-body h2 strong, #react-app .post-content-body h3 strong, #react-app .post-content-body h4 strong {
  font-weight: inherit;
}
#react-app .post-content-body h1 {
  font-size: 2rem;
}
#react-app .post-content-body h2 {
  font-size: 1.5rem;
}
#react-app .post-content-body h3 {
  font-size: 1.25rem;
}
#react-app .post-content-body h4 {
  font-size: 1.125rem;
}
#react-app .post-content-body p {
  margin-bottom: 1.5rem;
}
#react-app .post-content-body ul, #react-app .post-content-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
#react-app .post-content-body ul li, #react-app .post-content-body ol li {
  margin-bottom: 0.5rem;
}
#react-app .post-content-body blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #2B9CCC;
  background-color: #ECECEC;
}
#react-app .post-content-body blockquote p {
  margin-bottom: 0;
}
#react-app .post-content-body table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
}
#react-app .post-content-body table th, #react-app .post-content-body table td {
  border: 1.5px solid black;
  padding: 0.75rem;
  text-align: left;
}
#react-app .post-content-body table th {
  background-color: #ECECEC;
  font-weight: 600;
}
#react-app .related-posts-section {
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #ECECEC;
}
#react-app .related-posts-section .related-posts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#react-app .related-posts-section .related-posts-container .related-posts-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #696969;
  text-align: left;
}
@media (max-width: 768px) {
  #react-app .related-posts-section .related-posts-container .related-posts-heading {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
#react-app .related-posts-section .related-posts-container .grid-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 0;
}
@media (max-width: 768px) {
  #react-app .related-posts-section .related-posts-container .grid-card-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #react-app .related-posts-section .related-posts-container .grid-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  #react-app .related-posts-section .related-posts-container .grid-card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card {
  background-color: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card .badges {
  margin-bottom: 1rem;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card .badges .badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card header {
  margin-bottom: 1rem;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card header h3 a {
  color: #000;
  text-decoration: none;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card .excerpt {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #696969;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card .excerpt p {
  margin: 0;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card footer .author {
  flex-grow: 1;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card footer .author h4 {
  font-size: 0.875rem;
  margin: 0;
}
#react-app .related-posts-section .related-posts-container .grid-card-list .grid-item .guide-grid-card footer .nav-button {
  flex-shrink: 0;
  margin-left: 1rem;
}

div[class*=wp-] {
  opacity: 0;
}

body.js-ready div[class*=wp-] {
  opacity: 1;
}
body.js-ready a.wp-element-button {
  color: var(--bb-primary-button-text-regular) !important;
}

#react-app .guide-layout {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  #react-app .guide-layout {
    flex-direction: column;
  }
}
#react-app .guide-layout .guide-sidebar {
  width: 260px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #react-app .guide-layout .guide-sidebar {
    width: 100%;
    order: 1;
    position: static;
    top: auto;
    margin-bottom: 2rem;
  }
}
#react-app .guide-layout .guide-sidebar .author-section {
  background-color: #FFF;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
#react-app .guide-layout .guide-sidebar .author-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #54595F;
}
#react-app .guide-layout .guide-sidebar .author-section .author {
  margin-bottom: 1rem;
}
#react-app .guide-layout .guide-sidebar .author-section .author-summary {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #54595F;
  margin-bottom: 1rem;
}
#react-app .guide-layout .guide-sidebar .author-content-dropdown {
  padding: 1px 6px;
}
#react-app .guide-layout .guide-sidebar .button {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 14px 32px;
  width: -moz-fit-content;
  width: fit-content;
}
#react-app .guide-layout .guide-sidebar .button svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .guide-layout .guide-sidebar .dropdown-menu {
  background-color: #FFF;
  padding: 1rem 1.5rem;
  border-top: 1px solid #ECECEC;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-button {
  border: none;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0.5rem 0;
  color: #54595F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-button:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-button.open:after {
  transform: rotate(180deg);
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content.open {
  max-height: 500px;
  overflow: visible;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #C7C7C7 #ECECEC;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown::-webkit-scrollbar {
  width: 6px;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown::-webkit-scrollbar-track {
  background: #ECECEC;
  border-radius: 3px;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown::-webkit-scrollbar-thumb {
  background: #C7C7C7;
  border-radius: 3px;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown::-webkit-scrollbar-thumb:hover {
  background: #696969;
}
@media (max-height: 700px) {
  #react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown {
    max-height: 150px;
  }
}
@media (min-height: 900px) {
  #react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content .toc-dropdown {
    max-height: 350px;
  }
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  color: #54595F;
  border-bottom: 1px solid #ECECEC;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content ul li:last-child {
  border-bottom: none;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content ul li .toc-item {
  border: none;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}
#react-app .guide-layout .guide-sidebar .dropdown-menu .dropdown-menu-content ul li .toc-item:hover {
  color: #2B9CCC;
}
#react-app .guide-layout .guide-sidebar .guide-toc {
  background-color: #FFF;
  padding: 1.5rem;
  border-top: 1px solid #ECECEC;
}
#react-app .guide-layout .guide-sidebar .guide-toc:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
#react-app .guide-layout .guide-sidebar .guide-toc h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  color: #54595F;
}
#react-app .guide-layout .guide-sidebar .guide-toc .guide-toc-list {
  margin-top: 0.75rem;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: rgba(163, 174, 194, 0.45) transparent;
}
#react-app .guide-layout .guide-sidebar .guide-toc .guide-toc-list::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
#react-app .guide-layout .guide-sidebar .guide-toc .guide-toc-list::-webkit-scrollbar-track {
  background: transparent;
}
#react-app .guide-layout .guide-sidebar .guide-toc .guide-toc-list::-webkit-scrollbar-thumb {
  background-color: rgba(163, 174, 194, 0.45);
  border-radius: 999px;
}
#react-app .guide-layout .guide-sidebar .guide-toc .guide-toc-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(163, 174, 194, 0.7);
}
#react-app .guide-layout .guide-sidebar .guide-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#react-app .guide-layout .guide-sidebar .guide-toc ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  color: #54595F;
  border-bottom: 1px solid #ECECEC;
}
#react-app .guide-layout .guide-sidebar .guide-toc ul li:last-child {
  border-bottom: none;
}
#react-app .guide-layout .guide-sidebar .guide-toc ul li.toc-entry-h2 {
  padding-left: 1rem;
}
#react-app .guide-layout .guide-sidebar .toc-item {
  border: none;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 0;
  transition: color 0.2s ease;
}
#react-app .guide-layout .guide-sidebar .toc-item:hover {
  color: #2B9CCC;
}
#react-app .guide-layout .guide-content {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #react-app .guide-layout .guide-content {
    order: 2;
  }
}
#react-app .guide-layout .guide-content .post-section {
  margin: 2rem 0 0 0;
  max-width: none;
}
#react-app .guide-layout .guide-content .module-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
#react-app .guide-layout .guide-content .module-header .module-header-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#react-app .guide-layout .guide-content .module-header .module-header-right {
  display: flex;
  align-items: center;
}
#react-app .guide-layout .guide-content .module-header span {
  font-size: 0.875rem;
}
#react-app .guide-layout .guide-content .module-header .info-icon {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#react-app .guide-layout .guide-content .module-header .edit-button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--bb-primary-color);
  padding: 10px 0px;
}
#react-app .guide-layout .guide-content .module-header .edit-button i {
  font-size: 1rem;
}
#react-app .guide-layout .guide-content .guide-excerpt {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1rem 0 1.5rem 0;
  color: #54595F;
}
#react-app .guide-layout .guide-content .guide-post-author {
  margin-top: 1rem;
}
#react-app .guide-layout .guide-content .guide-post-author .guide-excerpt {
  margin-top: 0.75rem;
}
#react-app .guide-layout .guide-content .guide-badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
#react-app .guide-layout .guide-content .guide-badges:has(.badges-bottom:empty) {
  margin: 0;
  gap: 0;
}
#react-app .guide-layout .guide-content .wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 782px) {
  #react-app .guide-layout .guide-content .wp-block-columns {
    flex-wrap: wrap;
  }
}
#react-app .guide-layout .guide-content .wp-block-columns .wp-block-column {
  min-width: 0;
}
#react-app .guide-layout .guide-content .wp-block-columns .wp-block-column:first-child {
  flex: 1;
  flex-basis: 20% !important;
}
#react-app .guide-layout .guide-content .wp-block-columns .wp-block-column:nth-child(2) {
  flex: 4;
  flex-basis: 80% !important;
}
#react-app .guide-layout .guide-content .wp-block-columns .wp-block-column:nth-child(n+3) {
  flex: 1;
}
#react-app .guide-layout .guide-content .wp-block-columns a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
#react-app .guide-layout .guide-content .wp-block-columns figure {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#react-app .guide-layout .guide-content .wp-block-columns .is-vertically-aligned-top {
  align-self: center;
}
#react-app .guide-layout .guide-content .wp-block-group {
  align-items: center !important;
}
#react-app .guide-layout .guide-content .wp-block-group > figure:first-child,
#react-app .guide-layout .guide-content .wp-block-group > .wp-block-image:first-child {
  flex: 0 0 20% !important;
  width: 20% !important;
  min-width: 20% !important;
  max-width: 20% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#react-app .guide-layout .guide-content .wp-block-group > figure:first-child img,
#react-app .guide-layout .guide-content .wp-block-group > .wp-block-image:first-child img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
#react-app .guide-layout .guide-content .wp-block-group > p:nth-child(2) {
  flex: 0 0 calc(80% - 1rem) !important;
  width: calc(80% - 1rem) !important;
  min-width: calc(80% - 1rem) !important;
  max-width: calc(80% - 1rem) !important;
  margin: 0 !important;
}
@media (max-width: 782px) {
  #react-app .guide-layout .guide-content .wp-block-group > figure:first-child,
  #react-app .guide-layout .guide-content .wp-block-group > .wp-block-image:first-child,
  #react-app .guide-layout .guide-content .wp-block-group > p:nth-child(2) {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
#react-app .guide-layout .guide-content .wp-block-columns > .wp-block-column > .wp-block-columns {
  margin-bottom: 1.5rem;
}
#react-app .guide-layout .guide-content .wp-block-columns > .wp-block-column > .wp-block-columns:last-child {
  margin-bottom: 0;
}
#react-app .guide-layout .guide-content .wp-block-buttons {
  text-align: center;
  margin-bottom: 1.5rem;
}
#react-app .guide-layout .guide-content .wp-block-group {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 782px) {
  #react-app .guide-layout .guide-content .wp-block-group {
    flex-direction: column;
    gap: 1rem;
  }
}
#react-app .guide-layout .guide-content .wp-block-image {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#react-app .guide-layout .guide-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
#react-app .guide-layout .template-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#react-app .guide-layout .template-cards .template-card {
  flex: 1 1 300px;
  background-color: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 0.25rem;
  overflow: hidden;
}
#react-app .guide-layout .template-cards .template-card .card-content {
  padding: 1rem;
}
#react-app .guide-layout .template-cards .template-card .card-content p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #54595F;
}
#react-app .guide-layout .template-cards .template-card .card-content .template-author .author h4 {
  font-size: 0.875rem;
}

#react-app .event-layout {
  max-width: 1200px;
  margin: 0 auto;
}
#react-app .event-layout .event-header {
  position: relative;
  display: flex;
  color: white;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #react-app .event-layout .event-header {
    padding: 2rem 0;
  }
}
#react-app .event-layout .event-header .event-header-overlay {
  position: relative;
  display: flex;
  padding: 3rem 2rem;
  width: 100%;
  min-height: 100%;
}
#react-app .event-layout .event-header .event-header-overlay .event-header-content {
  max-width: 800px;
}
#react-app .event-layout .event-header .event-header-overlay .event-header-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFF;
}
@media (max-width: 768px) {
  #react-app .event-layout .event-header .event-header-overlay .event-header-content h1 {
    font-size: 2rem;
  }
}
#react-app .event-layout .event-header .event-header-overlay .event-header-content .event-date {
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
}
#react-app .event-layout .event-main-content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 768px) {
  #react-app .event-layout .event-main-content {
    flex-direction: column;
  }
}
#react-app .event-layout .event-sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #react-app .event-layout .event-sidebar {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
}
#react-app .event-layout .event-sidebar .registration-section {
  background-color: #FFF;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #ECECEC;
  margin-top: 1rem;
}
#react-app .event-layout .event-sidebar .registration-section h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #54595F;
}
#react-app .event-layout .event-sidebar .registration-section p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #696969;
  margin-bottom: 1.5rem;
}
#react-app .event-layout .event-sidebar .registration-section .loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  animation: fadeIn 0.3s ease-in-out;
}
#react-app .event-layout .event-sidebar .registration-section .success-message {
  padding: 1.5rem;
  background-color: #f0f9f0;
  border: 1px solid #4ade80;
  border-radius: 0.25rem;
  animation: fadeIn 0.5s ease-in-out;
}
#react-app .event-layout .event-sidebar .registration-section .success-message p {
  color: #166534;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
#react-app .event-layout .event-sidebar .registration-section .success-message .oae_button-submit {
  color: white;
  border-radius: 0.25rem;
  margin-top: 10px;
}
#react-app .event-layout .event-sidebar .registration-section .error-message {
  padding: 1.5rem;
  background-color: #fef2f2;
  border: 1px solid #ef4444;
  border-radius: 0.25rem;
  animation: fadeIn 0.5s ease-in-out;
  text-align: center;
}
#react-app .event-layout .event-sidebar .registration-section .error-message p {
  color: #dc2626;
  font-weight: 500;
  margin-bottom: 1rem;
}
#react-app .event-layout .event-sidebar .registration-section .error-message .retry-button {
  padding: 0.5rem 0.75rem;
  line-height: normal;
  margin-top: 0.5rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#react-app .event-layout .event-sidebar .registration-section .registration-form {
  animation: fadeIn 0.3s ease-in-out;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group {
  margin-bottom: 1rem;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #54595F;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group input,
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #C7C7C7;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  box-sizing: border-box;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group input:focus,
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group textarea:focus {
  outline: none;
  border-color: #2B9CCC;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group input::-moz-placeholder, #react-app .event-layout .event-sidebar .registration-section .registration-form .form-group textarea::-moz-placeholder {
  color: #696969;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group input::placeholder,
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group textarea::placeholder {
  color: #696969;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .form-group textarea {
  resize: vertical;
  min-height: 80px;
}
#react-app .event-layout .event-sidebar .registration-section .registration-form .register-button {
  padding: 0.875rem 1rem;
  line-height: normal;
  width: 100%;
  margin-top: 0.5rem;
}
#react-app .event-layout .event-content {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #react-app .event-layout .event-content {
    order: 2;
  }
}
#react-app .event-layout .event-content .post-section {
  margin: 0;
  max-width: none;
  background-color: transparent;
}
#react-app .event-layout .event-content .event-section {
  padding: 1rem;
  margin-bottom: 1rem;
  line-height: 27px;
}
#react-app .event-layout .event-content .event-content-body {
  font-size: 1rem;
  line-height: 1.8;
  margin: 2rem 0;
}
#react-app .event-layout .event-content .event-content-body h1, #react-app .event-layout .event-content .event-content-body h2, #react-app .event-layout .event-content .event-content-body h3, #react-app .event-layout .event-content .event-content-body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
#react-app .event-layout .event-content .event-content-body h1 strong, #react-app .event-layout .event-content .event-content-body h2 strong, #react-app .event-layout .event-content .event-content-body h3 strong, #react-app .event-layout .event-content .event-content-body h4 strong {
  font-weight: inherit;
}
#react-app .event-layout .event-content .event-content-body h1 {
  font-size: 2rem;
}
#react-app .event-layout .event-content .event-content-body h2 {
  font-size: 1.5rem;
}
#react-app .event-layout .event-content .event-content-body h3 {
  font-size: 1.25rem;
}
#react-app .event-layout .event-content .event-content-body h4 {
  font-size: 1.125rem;
}
#react-app .event-layout .event-content .event-content-body p {
  margin-bottom: 1.5rem;
}
#react-app .event-layout .event-content .event-content-body ul, #react-app .event-layout .event-content .event-content-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
#react-app .event-layout .event-content .event-content-body ul li, #react-app .event-layout .event-content .event-content-body ol li {
  margin-bottom: 0.5rem;
}
#react-app .event-layout .event-content .event-content-body blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #2B9CCC;
  background-color: #ECECEC;
}
#react-app .event-layout .event-content .event-content-body blockquote p {
  margin-bottom: 0;
}

#react-app .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#react-app .modal-content {
  background-color: #FFF;
  border-radius: 4px;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#react-app .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#react-app .modal-header h3 {
  margin: 0;
}
#react-app .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
}
#react-app .modal-header .modal-close:hover {
  background-color: #ECECEC;
}
#react-app .modal-body {
  margin-bottom: 20px;
}
#react-app .modal-body .modal-item {
  margin-bottom: 10px;
}
#react-app .modal-body .modal-item a {
  word-break: break-all;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(calc(100% + 24px));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(calc(100% + 24px));
    opacity: 0;
  }
}
#react-app .error-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: stretch;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  min-width: 300px;
  z-index: 9999;
  overflow: hidden;
  animation: slideInFromRight 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#react-app .error-toast--exiting {
  animation: slideOutToRight 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#react-app .error-toast__accent {
  width: 4px;
  background: linear-gradient(180deg, #dc2626 0%, #b91c1c 100%);
  flex-shrink: 0;
}
#react-app .error-toast__content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  flex: 1;
  min-width: 0;
}
#react-app .error-toast__icon {
  width: 20px;
  height: 20px;
  color: #dc2626;
  flex-shrink: 0;
  margin-top: 1px;
}
#react-app .error-toast__message {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #131523;
  word-break: break-word;
}
#react-app .error-toast__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  background: none;
  border: none;
  border-left: 1px solid #ECECEC;
  cursor: pointer;
  color: #696969;
  transition: background-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
#react-app .error-toast__close:hover {
  background-color: #EFEFEF;
  color: #54595F;
}
#react-app .error-toast__close:focus {
  outline: 2px solid #2B9CCC;
  outline-offset: -2px;
}
#react-app .error-toast__close svg {
  width: 16px;
  height: 16px;
}

#page > header {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
#page > header::before {
  content: "";
  display: table;
  clear: both;
}
#page > header section {
  background-color: #FFF;
  width: 100%;
  transition: background 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
}
#page > header section .container {
  display: flex;
  max-width: 1140px;
  min-height: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1200px) {
  #page > header section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page > header .logo {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
#page > header .logo a {
  display: inline-block;
  color: var(--bb-primary-color);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  pointer-events: all;
}
#page > header .logo img {
  max-width: 170px;
  margin: 7px;
}
#page > header .search {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
#page > header .search div {
  margin-bottom: 0;
}
#page > header .menu-item {
  color: #000;
}
#page > header .header-search-form {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  height: 41.5px;
  margin: 0;
  width: 273.562px;
}
#page > header .header-search-button, #page > header .header-search-input {
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  outline: none;
  vertical-align: middle;
  height: 41px;
  border: 1px solid #D6D9DD;
}
#page > header .header-search-input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background-color: #F1F1F1;
  background-image: url("https://raviga.oneguidedev.com/wp-content/themes/buddyboss-theme/assets/images/svg/search.svg");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px 0 0 5px;
  color: #000;
  cursor: text;
  display: inline-block;
  font-weight: 400;
  padding: 0 12px 0 32px;
  text-align: start;
  width: 70%;
}
#page > header .header-search-input:focus {
  border: 1px solid var(--bb-primary-color);
  box-shadow: rgba(110, 193, 228, 0.1) 0px 0px 0px 2px;
}
#page > header .header-search-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: var(--bb-secondary-color);
  border-color: var(--bb-secondary-color);
  border-radius: 0 5px 5px 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 41.5px;
  line-height: 19.5px;
  margin-left: -5px;
  min-width: 45px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.2s linear;
  width: 57px;
  -webkit-font-smoothing: antialiased;
}
#page > header .header-search-button svg {
  margin-top: 1px;
  fill: #FFF;
  stroke: #FFF;
  stroke-width: 20;
}
#page > header .header-search-icon {
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  height: 15px;
  line-height: 15px;
  position: relative;
  text-align: center;
  width: 15px;
  -webkit-font-smoothing: antialiased;
}
#page > header .top-menu {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
#page > header .top-menu nav {
  display: flex;
}
#page > header .top-menu nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page > header .top-menu nav ul li {
  display: flex;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page > header .top-menu nav ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  font-size: 16px;
  line-height: 20px;
  padding: 13px;
  text-decoration: none;
  transition: all 0.4s ease;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
}
#page > header .top-menu nav ul li a:hover {
  color: var(--bb-primary-color);
}
#page > header .top-menu nav ul li a.additional-menu-item {
  color: var(--bb-primary-color);
  font-weight: 700;
  box-shadow: none;
  position: relative;
}
#page > header .user-menu {
  display: flex;
  align-items: center;
  align-content: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 10px;
  margin: 10px 14px;
  border-radius: 6px;
  position: relative;
  text-align: left;
}
#page > header .user-menu:hover {
  background-color: #F1F1F1;
}
#page > header .user-menu .user-button {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  box-shadow: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.24px;
  cursor: pointer;
  color: #54595F;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#page > header .user-menu .user-button .user {
  display: flex;
  align-items: center;
  align-content: center;
}
#page > header .user-menu .user-button .user img {
  width: 36px;
  height: 36px;
  max-width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #54595F;
  border-color: #939597;
  display: block;
  text-align: left;
}
#page > header .user-menu .user-button .user .user-name {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.24px;
  margin-right: 10px;
  max-width: 7.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  color: #000;
}
#page > header .user-menu .user-button .user .user-name:hover {
  color: var(--bb-primary-color);
}
#page > header .user-menu .user-submenu {
  position: absolute;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 24px 0px, rgba(0, 0, 0, 0.06) 0px 3px 8px 0px;
  z-index: 100;
  opacity: 1;
  top: 55px;
  right: -10px;
  width: 250px;
  min-width: 250px;
  height: 201.18px;
  padding: 10px 0px;
}
#page > header .user-menu .user-submenu ul {
  list-style-type: none;
  margin: 0;
  width: 250px;
  height: 110.836px;
}
#page > header .user-menu .user-submenu ul li {
  list-style-type: none;
  width: 250px;
  height: 36.9453px;
}
#page > header .user-menu .user-submenu ul li a {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  border-radius: 6px;
  letter-spacing: -0.24px;
  list-style: none outside none;
  margin: 0px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 11px 14px 11px 40px;
  visibility: visible;
  position: relative;
}
#page > header .user-menu .user-submenu ul li a i {
  display: block;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: absolute;
  left: 14px;
  top: 17.9688px;
  transform: translateY(-9px);
  text-align: center;
  margin: 0;
}
#page > header .user-menu .user-submenu ul li a span {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  letter-spacing: -0.24px;
  list-style: none outside none;
  visibility: visible;
  white-space: nowrap;
}
#page > header .user-menu .user-submenu .user-link {
  display: block;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #939597;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  height: 70.3438px;
  letter-spacing: -0.24px;
  list-style: disc outside none;
  margin: 0px 8px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  visibility: visible;
  width: 234px;
}
#page > header .user-menu .user-submenu .user-link img {
  aspect-ratio: 1/1;
  border-color: #939597;
  box-shadow: none;
  color: #939597;
  cursor: pointer;
  float: left;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  list-style: disc outside none;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page > header .user-menu .user-submenu .user-link .user-name {
  display: block;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  height: 23.3984px;
  list-style: disc outside none;
  margin-bottom: 2px;
  margin-right: 10px;
  max-width: 10ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  visibility: visible;
  color: #000;
}
#page > header .user-menu .user-submenu .user-link .user-mention {
  color: #939597;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  list-style: disc outside none;
  visibility: visible;
  white-space: nowrap;
}

.footer-menu {
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
}
.footer-menu nav {
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  position: relative;
  width: 100%;
}
.footer-menu nav .footer-logo {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.footer-menu nav .footer-logo svg {
  transform: scale(0.6);
  transform-origin: center;
  opacity: 0.5;
}
.footer-menu nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.footer-menu nav ul li {
  position: relative;
}
.footer-menu nav ul li a {
  white-space: nowrap;
  flex-grow: 1;
  padding: 13px 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

body > aside {
  background-color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body > aside .aside-menu {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  left: 0px;
  position: fixed;
  transition: width 0.2s ease;
  width: 230px;
  height: 100vh;
  z-index: 611;
}
body > aside .aside-menu::-webkit-scrollbar {
  display: none;
}
body > aside .aside-menu nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 210px;
}
body > aside .aside-menu nav ul li {
  height: 50px;
  min-height: 50px;
  width: 210px;
  text-align: left;
}
body > aside .aside-menu nav ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #FFF;
  border-radius: 6px;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  height: 50px;
  letter-spacing: -0.24px;
  outline: none;
  padding: 13px 0px;
  position: absolute;
  text-decoration: none;
  width: 185px;
  transition: background-color 0.2s linear;
}
body > aside .aside-menu nav ul li a:hover {
  background-color: #F1F1F1;
}
body > aside .aside-menu nav ul li a img {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 9px;
  display: block;
}
body > aside .aside-menu nav ul li a i {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  width: 48px;
  min-width: 48px;
  margin: 0 !important;
  opacity: 0.5;
  text-align: center;
  vertical-align: middle;
}
body > aside .aside-menu nav ul li a span.bb-theme-section {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s linear;
}
body > aside .aside-menu nav ul li a:has(span.bb-theme-section) {
  background-color: transparent;
  cursor: auto;
  font-weight: 600;
  opacity: 0.5;
  padding: 18px 20px 10px 20px;
  text-transform: uppercase;
  width: 210px;
}
body > aside .aside-menu nav ul li a.current-menu-item {
  background-color: var(--bb-secondary-color);
}
body > aside .aside-menu nav ul li a.current-menu-item span {
  color: #FFF;
}
body > aside .aside-menu nav ul li a.current-menu-item i {
  color: #FFF;
  opacity: 1;
}

.user img {
  width: 36px;
  height: 36px;
  max-width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #54595F;
}

#react-app .group-description {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1.25rem;
  margin: 0;
  max-width: 720px;
}
#react-app .group-description-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}
#react-app .group-description-body {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}
#react-app .group-description-moderators {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
#react-app .group-description-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#react-app .group-description-avatar figure {
  margin: 0;
}
#react-app .group-description-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#react-app .group-description-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
#react-app .group-description-dot {
  color: #54595F;
}
#react-app .group-description-role {
  color: #6EC1E4;
  font-size: 1rem;
}
#react-app .group-list {
  background: #ffffff;
  border-radius: 12px;
  padding: 1rem;
}
#react-app .group-list.all-groups-section {
  margin-top: 2rem;
}
#react-app .group-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
#react-app .group-list-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
#react-app .group-list-settings-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ECECEC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: rgb(84, 89, 95);
  transition: background 0.2s ease;
}
#react-app .group-list-settings-btn:hover {
  background: rgba(0, 0, 0, 0.03);
}
#react-app .group-list-settings-btn svg {
  width: 24px;
  height: 24px;
}
#react-app .group-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#react-app .group-list-item {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1rem 1rem 1rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
#react-app .group-list-item-main {
  cursor: pointer;
}
#react-app .group-list-item-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
#react-app .group-list-item-meta {
  color: #54595F;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
#react-app .group-list-item-dot {
  opacity: 0.7;
}
#react-app .group-list-item-lock svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: -2px;
}
#react-app .group-list-visit {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.6rem 1.25rem;
  border: none;
  cursor: pointer;
}
#react-app .group-list-visit svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .group-card {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1rem 1.25rem 1.25rem 1.25rem;
  max-width: 720px;
}
#react-app .group-card-header {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #54595F;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#react-app .group-card-badge {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
#react-app .group-card-badge svg {
  width: 100%;
  height: 100%;
  display: block;
}
#react-app .group-card-type {
  font-size: 1.25rem;
  margin-top: 1px;
}
#react-app .group-card-title {
  margin: 0.125rem 0 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 800;
  color: #000;
}
#react-app .group-card-subtitle {
  color: #54595F;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
#react-app .group-details {
  max-width: 1600px;
}
#react-app .group-details-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}
#react-app .group-details-field {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
#react-app .group-details-label {
  font-weight: 700;
  color: #000;
}
#react-app .group-details-input, #react-app .group-details-textarea {
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 0.75rem 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #000;
  background: #FFF;
}
#react-app .group-details-textarea {
  resize: vertical;
  min-height: 120px;
}
#react-app .group-settings {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1.25rem;
}
#react-app .group-settings-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}
#react-app .group-settings-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#react-app .group-settings-list {
  display: grid;
  gap: 0.75rem;
}
#react-app .group-settings-row {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#react-app .group-settings-field {
  display: grid;
  gap: 0.5rem;
}
#react-app .group-settings-label {
  font-weight: 500;
  color: #000;
}
#react-app .group-settings-select {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 0.75rem 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background: #FFF;
  cursor: pointer;
  height: auto;
}
#react-app .group-menu-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
#react-app .group-menu-submit {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.6rem 1.25rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
#react-app .group-menu-submit svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .group-settings-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#react-app .group-settings-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #ECECEC;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
}
#react-app .group-settings-chip-remove {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #54595F;
}
#react-app .group-settings-listing {
  padding: 1rem;
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}
#react-app .group-settings-listing-title {
  margin: 0.25rem 0 1rem 0;
  font-size: 1.75rem;
  font-weight: 800;
  color: #000;
}
#react-app .group-settings-listing-body {
  display: grid;
  gap: 1rem;
}
#react-app .group-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 420px;
  background: none;
  padding: 0;
}
#react-app .group-sidebar-heading {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0.25rem 0 0.5rem 0;
}
#react-app .group-sidebar-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#react-app .group-sidebar-featured {
  border-radius: 8px;
  background-color: #FFF;
  padding: 1.25rem;
}
#react-app .group-controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#react-app .group-controls-body section {
  margin-bottom: 1rem;
}
#react-app .group-controls-bar {
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#react-app .group-controls-tabs {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  flex: 1 1 auto;
  justify-content: flex-start;
}
#react-app .group-controls-tab {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
#react-app .group-controls-tab.is-active {
  font-weight: 800;
}
#react-app .group-controls-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background: #79bbe3;
  border-radius: 2px;
}
#react-app .group-controls-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
#react-app .group-controls-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: rgb(84, 89, 95);
}
#react-app .group-controls-icon.slack {
  padding-top: 5px;
  padding-left: 7.5px;
}
#react-app .group-controls-icon.slack svg path {
  stroke: none;
}
#react-app .group-controls-icon svg {
  width: 24px;
  height: 24px;
}
#react-app .group-controls-subscribe {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.75rem 1.25rem;
  border: none;
  cursor: pointer;
}
#react-app .group-controls-subscribe svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .group-controls-body {
  margin-top: 0.25rem;
}
#react-app .group-controls-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  max-width: 1600px;
  margin-bottom: 1rem;
}
#react-app .group-controls-search svg {
  color: #54595F;
}
#react-app .group-controls-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  background: transparent;
}
#react-app .group-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#react-app .group-page .group-breadcrumb {
  font-size: 0.95rem;
}
#react-app .group-page .group-breadcrumb-link {
  color: #54595F;
  text-decoration: none;
}
#react-app .group-page .group-layout {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#react-app .group-page .group-layout-main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 1600px;
  grid-area: main;
}
#react-app .group-page .group-layout-sidebar {
  min-width: 0;
  background: none;
  padding: 0;
  grid-area: sidebar;
}
#react-app .group-banner {
  margin-left: auto;
  margin-right: auto;
}
#react-app .group-pins {
  margin-left: auto;
  margin-right: auto;
}
#react-app .group-controls-bar {
  margin-left: auto;
  margin-right: auto;
}
#react-app .group-pins {
  background-color: #FFF;
  padding: 1.25rem;
  border-radius: 8px;
  width: 100%;
  max-width: 1600px;
}
#react-app .group-pins-header {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
#react-app .group-pins-icon svg {
  width: 22px;
  height: 22px;
}
#react-app .group-pins-title {
  margin: 0;
  font-size: 1.25rem;
}
#react-app .group-pins-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#react-app .group-pins-item {
  background: #f7f7f7;
  border-radius: 8px;
  border-left: 8px solid #79bbe3;
  padding: 1rem;
}
#react-app .group-pins-item-body {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  #react-app .group-page .group-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "sidebar" "main";
  }
  #react-app .group-page .group-layout-main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #react-app .group-page .group-layout-sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#react-app .group-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
#react-app .group-feed-composer {
  width: 100%;
  max-width: 1600px;
}
#react-app .group-feed-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
}
#react-app .group-feed-post {
  width: 100%;
  display: flex;
  justify-content: center;
  animation: group-feed-fade-slide var(--group-feed-enter-duration, 280ms) cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: calc(var(--group-feed-enter-order, 0) * 40ms);
  animation-fill-mode: both;
  will-change: opacity, transform;
  position: relative;
}
#react-app .group-feed-post > .group-post {
  width: 100%;
}
#react-app .group-feed-post:has(.group-post--menu-open) {
  z-index: 100;
}
@media (prefers-reduced-motion: reduce) {
  #react-app .group-feed-post {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
#react-app .group-banner {
  width: 100%;
  max-width: 1600px;
  background: var(--bb-primary-color, #2B9CCC);
  color: #FFF;
  overflow: hidden;
}
#react-app .group-banner-stripe {
  height: 10px;
  background: var(--bb-secondary-color, #6EC1E4);
}
#react-app .group-banner-body {
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
#react-app .group-banner-title {
  color: #FFF;
  margin: 0 0 0.5rem 0;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
}
#react-app .group-banner-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
#react-app .group-banner-privacy-icon {
  color: rgba(255, 255, 255, 0.85);
}
#react-app .group-banner-privacy-icon svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: -3px;
}
#react-app .group-banner-dot {
  opacity: 0.8;
}
#react-app .group-banner-members {
  padding-bottom: 0.25rem;
}
#react-app .group-avatars {
  display: inline-flex;
  align-items: center;
}
#react-app .group-avatars-avatar figure {
  margin: 0;
}
#react-app .group-avatars-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#react-app .group-avatars-avatar + .group-avatars-avatar {
  margin-left: -8px;
}
#react-app .group-avatars-overflow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ECECEC;
  color: #54595F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  border: 2px solid #FFF;
  margin-left: -8px;
}
#react-app .group-members {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1rem;
  overflow: visible;
}
#react-app .group-members-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
#react-app .group-members-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#react-app .group-members-sort-label {
  margin-right: 0.5rem;
  color: #54595F;
}
#react-app .group-members-sort {
  padding: 0.375rem 0.5rem;
  border: none;
  border-radius: 5px;
}
#react-app .group-members-add-btn {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.6rem 1.25rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
#react-app .group-members-add-btn svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .group-members-add-section {
  background: #f9f9f9;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}
#react-app .group-members-add-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}
#react-app .group-members-add-search svg {
  color: #54595F;
}
#react-app .group-members-add-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  background: transparent;
}
#react-app .group-members-available-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
#react-app .group-members-available-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-bottom: 1px solid #ECECEC;
  opacity: 0.75;
}
#react-app .group-members-available-item.is-member {
  opacity: 1;
  background: #f5f5f5;
}
#react-app .group-members-available-item-info {
  display: flex;
  align-items: center;
  flex: 1;
}
#react-app .group-members-available-item-info .author {
  transform: scale(0.8);
  transform-origin: left center;
}
#react-app .group-members-available-item-label {
  color: #54595F;
  font-size: 0.875rem;
  font-style: italic;
}
#react-app .group-members-available-item-btn {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.4rem 1rem;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
}
#react-app .group-members-available-item-btn svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}
#react-app .group-members-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
#react-app .group-members-item {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}
#react-app .group-members-item + #react-app .group-members-item {
  border-top: 1px solid #ECECEC;
}
#react-app .group-members-menu-anchor {
  position: relative;
  display: inline-flex;
  margin-left: auto;
}
#react-app .group-members-menu-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #54595F;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
#react-app .group-members .group-menu-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
}
#react-app .group-members-author .author {
  transform: scale(0.9);
  transform-origin: left center;
}
#react-app .group-members-meta {
  color: #54595F;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
#react-app .group-members-dot {
  opacity: 0.6;
}
#react-app .group-members-name-dot {
  color: #54595F;
  opacity: 0.6;
  font-size: 14px;
}
#react-app .group-members-role {
  color: #6EC1E4;
  font-weight: 700;
  font-size: 14px;
}
#react-app .group-members-pagination {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
#react-app .group-members-page {
  background: transparent;
  border: 1px solid #ECECEC;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  cursor: pointer;
}
#react-app .group-members-page.is-active {
  background: #f0f6fb;
  border-color: #79bbe3;
  font-weight: 700;
}
#react-app .group-members-page:disabled {
  opacity: 0.5;
  cursor: default;
}
#react-app .group-post {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #ECECEC;
  width: 100%;
  max-width: 1600px;
  position: relative;
}
#react-app .group-post--menu-open {
  z-index: 100;
}
#react-app .group-post-header {
  padding: 1rem 1rem 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
#react-app .group-post-author {
  display: flex;
  align-items: center;
}
#react-app .group-post-author .author {
  transform: scale(0.75);
  transform-origin: left center;
}
#react-app .group-post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #54595F;
  font-size: 0.875rem;
}
#react-app .group-post-dot {
  color: #54595F;
}
#react-app .group-post-menu {
  border: none;
  background: transparent;
  margin-left: auto;
  cursor: pointer;
  color: #54595F;
  font-size: 1.5rem;
  font-weight: 700;
}
#react-app .group-post .group-menu-anchor {
  position: relative;
  margin-left: auto;
  display: inline-flex;
}
#react-app .group-post .group-menu-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
}
#react-app .group-post-body {
  padding: 0 1rem;
  margin: 0.75rem 0 0.5rem 0;
  color: #000;
  line-height: 1.5;
}
#react-app .group-post-body-link {
  text-decoration: none;
  color: #000;
}
#react-app .group-post-toggle-body {
  background: transparent;
  border: none;
  color: var(--bb-primary-color);
  cursor: pointer;
  padding: 0;
  margin-top: 0.5rem;
  display: block;
}
#react-app .group-post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
#react-app .group-post-comment-count {
  color: #54595F;
  font-size: 0.875rem;
}
#react-app .group-post-comment-empty {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  display: inline-flex;
  align-items: center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
#react-app .group-post-comment-icon svg {
  margin-right: 7.5px;
  margin-bottom: -2.5px;
}
#react-app .group-post-comments {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#react-app .group-reactions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
#react-app .group-reactions-add {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
#react-app .group-reactions-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #ECECEC;
  border-radius: 999px;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
}
#react-app .group-reactions-icon svg {
  margin-bottom: -2.5px;
}
#react-app .group-reactions-symbol {
  line-height: 1;
}
#react-app .group-reactions-count {
  color: #54595F;
}
#react-app .group-reactions-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
#react-app .group-reactions-picker {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  background: #FFF;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(8, 1.5rem);
  gap: 0.25rem;
  z-index: 10;
}
#react-app .group-reactions-emoji {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  line-height: 1;
}
#react-app .group-reactions-emoji:hover, #react-app .group-reactions-emoji:focus {
  background: #ECECEC;
  outline: none;
}
#react-app .group-comment {
  display: flex;
  gap: 0.5rem;
  position: relative;
  --thread-gutter: 1.25rem;
  --comment-avatar-offset: calc((3.5rem + 1rem) * 0.75);
}
#react-app .group-comment-inner {
  flex: 1;
  background: #FFF;
  border-radius: 8px;
  padding: 1rem;
}
#react-app .group-comment-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#react-app .group-comment-author .author {
  transform: scale(0.75);
  transform-origin: left center;
}
#react-app .group-comment-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #54595F;
  margin: 0.25rem 0 0 1rem;
}
#react-app .group-comment-ago, #react-app .group-comment-dot {
  color: #54595F;
}
#react-app .group-comment-role {
  color: #6EC1E4;
}
#react-app .group-comment-time {
  color: #54595F;
  font-size: 0.75rem;
}
#react-app .group-comment-menu {
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #54595F;
  font-size: 1.5rem;
  font-weight: 700;
}
#react-app .group-comment .group-menu-anchor {
  position: relative;
  margin-left: auto;
  display: inline-flex;
}
#react-app .group-comment .group-menu-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
}
#react-app .group-comment-body {
  margin: 0.5rem 0 0.5rem var(--comment-avatar-offset);
  line-height: 1.4;
}
#react-app .group-comment-toggle-body {
  background: transparent;
  border: none;
  color: var(--bb-primary-color);
  cursor: pointer;
  padding: 0;
  margin-top: 0.5rem;
  display: block;
}
#react-app .group-comment-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: var(--comment-avatar-offset);
}
#react-app .group-settings input[type=checkbox], #react-app .group-composer input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
#react-app .group-settings input[type=checkbox]:checked, #react-app .group-composer input[type=checkbox]:checked {
  background-color: var(--bb-primary-color, #6EC1E4);
  border-color: var(--bb-primary-color, #6EC1E4);
}
#react-app .group-settings input[type=checkbox]:checked::after, #react-app .group-composer input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
#react-app .group-settings input[type=checkbox]:focus-visible, #react-app .group-composer input[type=checkbox]:focus-visible {
  outline: 2px solid var(--bb-primary-color, #6EC1E4);
  outline-offset: 2px;
}
#react-app .group-composer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFF;
}
#react-app .group-composer--post {
  border: 1px solid #ECECEC;
  border-radius: 8px;
}
#react-app .group-composer--post .group-composer-bar {
  position: relative;
  border-radius: 8px;
}
#react-app .group-composer--post .group-composer-bar, #react-app .group-composer--comment .group-composer-bar {
  position: relative;
}
#react-app .group-composer--post .group-composer-input, #react-app .group-composer--comment .group-composer-input {
  font-family: Arial, Helvetica, sans-serif;
}
#react-app .group-composer--post.is-expanded, #react-app .group-composer--comment.is-expanded {
  display: grid;
  grid-template-columns: 64px 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-items: start;
  padding: 1rem;
  overflow: hidden;
}
#react-app .group-composer--post.is-expanded .group-composer-author, #react-app .group-composer--comment.is-expanded .group-composer-author {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: start;
  padding: 0;
}
#react-app .group-composer--post.is-expanded .group-composer-bar, #react-app .group-composer--comment.is-expanded .group-composer-bar {
  grid-column: 2;
  grid-row: 1;
  background: #F7F7F7;
  border-color: #ECECEC;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin: 0;
  align-items: flex-start;
}
#react-app .group-composer--post.is-expanded .group-composer-footer, #react-app .group-composer--comment.is-expanded .group-composer-footer {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  margin: 0;
}
#react-app .group-composer--post.is-expanded .group-composer-attachment, #react-app .group-composer--comment.is-expanded .group-composer-attachment {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #ECECEC;
  background: #FFF;
}
#react-app .group-composer--post.is-expanded .group-composer-attachment-image, #react-app .group-composer--comment.is-expanded .group-composer-attachment-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#react-app .group-composer--post.is-expanded .group-composer-attachment-file, #react-app .group-composer--comment.is-expanded .group-composer-attachment-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
  background: #f5f7fa;
  line-height: 1.2;
  word-break: break-word;
}
#react-app .group-composer--post.is-expanded .group-composer-attachment-remove, #react-app .group-composer--comment.is-expanded .group-composer-attachment-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#react-app .group-composer-author {
  padding: 1rem 0 1rem 1rem;
}
#react-app .group-composer-author figure {
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#react-app .group-composer-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#react-app .group-composer-bar {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #ECECEC;
  border-radius: 999px;
  margin: 0 1rem 0 0.25rem;
  padding: 0.5rem 0.75rem;
  background: #F7F7F7;
}
#react-app .group-composer.has-attachments .group-composer--post.is-expanded .group-composer-bar {
  padding-bottom: 2.75rem;
}
#react-app .group-composer-error {
  color: #a61b1b;
  font-size: 0.875rem;
  margin: 0.25rem 1rem 0;
  background: #fdecea;
  border: 1px solid #f5c6c6;
  border-radius: 8px;
  padding: 0.375rem 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  max-width: calc(100% - 2rem);
  word-break: break-word;
}
#react-app .group-composer--post.is-expanded #react-app .group-composer-error {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
#react-app .group-composer--post.is-expanded .group-composer-attachments {
  grid-column: 2;
  grid-row: 2;
  margin: 0.25rem 0 0 0;
  display: inline-flex;
  gap: 0.375rem;
  max-width: 100%;
  overflow-x: auto;
}
#react-app .group-composer--post.is-expanded .group-composer-options {
  grid-column: 2;
  grid-row: 2;
  margin: 0.25rem 0 0;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
#react-app .group-composer .group-composer-option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
}
#react-app .group-composer--comment .group-composer-attachments {
  margin: 0.25rem 1rem 0 1rem;
  display: inline-flex;
  gap: 0.375rem;
  max-width: calc(100% - 2rem);
  overflow-x: auto;
}
#react-app .group-composer-action {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #54595F;
  padding: 0 0.25rem;
}
#react-app .group-composer-input {
  border: none;
  flex: 1;
  outline: none;
  font-size: 0.95rem;
  background: transparent;
  resize: none;
  overflow: auto;
}
#react-app .group-composer-input a {
  color: var(--bb-primary-color, #2F6FED);
  text-decoration: underline;
}
#react-app .group-composer-input[contenteditable=true][data-placeholder]:empty::before {
  content: attr(data-placeholder);
  color: #54595F;
  opacity: 0.7;
}
#react-app .group-composer input.group-composer-input {
  height: 1.5rem;
  line-height: 1.25rem;
}
.group-composer--post #react-app .group-composer-input, #react-app .group-composer--post #react-app .group-composer-input {
  line-height: 1.5rem;
  transition: height 200ms ease;
  font-size: 1rem;
  min-height: 2.25rem;
}
.group-composer--post.is-expanded #react-app .group-composer-input, #react-app .group-composer--post.is-expanded #react-app .group-composer-input {
  font-size: 1.25rem;
}
#react-app .group-composer-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
#react-app .group-composer-link-form {
  display: grid;
  gap: 0.75rem;
}
#react-app .group-composer-link-field {
  display: grid;
  gap: 0.25rem;
}
#react-app .group-composer-link-input {
  padding: 0.5rem;
}
#react-app .group-composer-footer {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 1rem 0;
}
#react-app .group-composer-actions-left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.25rem;
}
#react-app .group-composer-actions-right {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 0.25rem;
}

@keyframes group-feed-fade-slide {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.group-menu {
  background: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  width: 360px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
}
.group-menu-section:not(:first-child) {
  border-top: 1px solid #ECECEC;
}
.group-menu-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  width: 100%;
  background-color: #FFF !important;
  border: none;
  cursor: pointer;
  text-align: left;
}
.group-menu-item:hover {
  background: rgba(0, 0, 0, 0.03);
}
.group-menu-icon {
  color: #54595F;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.group-menu-icon svg {
  width: 20px;
  height: 20px;
}
.group-menu-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.group-menu-title {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  line-height: 1.3;
  white-space: nowrap;
}
.group-menu-subtitle {
  color: #54595F;
  font-size: 0.9rem;
  margin-top: 0.125rem;
}
.group-menu-switch {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px !important;
  background-color: #ECECEC !important;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.group-menu-switch-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.group-menu-switch.on {
  background-color: var(--bb-primary-color, #2F6FED) !important;
}
.group-menu-switch.on .group-menu-switch-knob {
  transform: translateX(20px);
}
.group-menu-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.25rem;
  align-items: center;
}
.group-menu-actions > button {
  flex: 0 0 auto;
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-width: unset;
}
.group-menu-cancel {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent !important;
  border: solid 1px var(--bb-primary-color, #2B9CCC) !important;
  border-radius: var(--bb-button-radius, 4px) !important;
  color: var(--bb-primary-color, #2B9CCC) !important;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.group-menu-submit {
  padding: 0.875rem 1rem;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bb-primary-color, #2B9CCC);
  border-radius: var(--bb-button-radius, 4px);
  color: #FFF;
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-wrap: nowrap;
  vertical-align: middle;
  padding: 0.5rem 1.5rem;
  border: none;
  cursor: pointer;
}
.group-menu-submit svg path {
  stroke: var(--bb-primary-color, #2B9CCC);
}

.group-notice {
  color: #54595F;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

:root {
  --bb-sidenav-background: #fff;
}

/*# sourceMappingURL=styles.57052cfa61d6d54c3eda.css.map*/