/*
Theme Name: We Rate Dogs - Submit
Theme URI: https://github.com/a8cteam51/weratedogs-submit
Author: WordPress.com Special Projects
Author URI: https://wpspecialprojects.wordpress.com/
Description: We Rate Dogs / Submit project custom FSE theme
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 8.0
Version: 0.9.3
License: GPLv3
Text Domain: weratedogs
*/
*:focus-visible {
  outline: 2px solid #101010;
  outline-offset: 2px;
  border-radius: 5px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body header, body footer, body main {
  position: relative;
}

.wp-site-blocks {
  overflow: hidden;
}
.wp-site-blocks > * + * {
  margin-block-start: 0;
}
.wp-site-blocks * h1 {
  font-size: 3rem;
  line-height: 4rem;
}
.wp-site-blocks * h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.wp-site-blocks * h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h1, h2 {
  color: var(--wp--preset--color--wrd-blue);
}

.wp-site-blocks * {
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 80%;
}
@media only screen and (min-width: 782px) and (max-width: 1024px) {
  html {
    font-size: 95%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  html {
    font-size: 100%;
  }
}

h1, h2 {
  border-bottom: 1px solid var(--wp--preset--color--wrd-muted-blue);
  padding-bottom: 1rem;
}

label {
  font-weight: 500;
}

main {
  min-height: 67vh;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0.3rem;
}

.wp-block-team51-submit-blocks-latest-members {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1320px) {
  .wp-block-team51-submit-blocks-latest-members {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-team51-submit-blocks-user-dogs {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1320px) {
  .wp-block-team51-submit-blocks-user-dogs {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-search svg {
  min-width: 32px;
  min-height: 32px;
}
.wp-block-search .wp-element-button.has-icon {
  padding: 0;
}

.weratedogs-submit__community-hero {
  background-color: var(--wp--preset--color--wrd-mid-blue);
  background-image: url("assets/images/community-hero-background.svg");
  padding-block: 4.5rem;
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__community-hero {
    padding-left: 0;
    padding-right: 0;
  }
}
.weratedogs-submit__community-hero__columns {
  gap: 2rem !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__community-hero__columns .wp-block-column.is-vertically-aligned-center p {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__community-hero__columns .wp-block-column.is-vertically-aligned-center p {
    max-width: 500px;
  }
}
.weratedogs-submit__community-hero__columns h1 {
  color: var(--wp--preset--color--wrd-white);
  border: none;
}
.weratedogs-submit__community-hero__columns p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--wp--preset--color--wrd-white);
}
.weratedogs-submit__community-hero__images {
  gap: 0 !important;
}
.weratedogs-submit__community-hero__images > .wp-block-column:nth-child(1) {
  transform: rotate(8deg);
  margin-right: 0;
  margin-top: 3rem;
  z-index: 2;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__community-hero__images > .wp-block-column:nth-child(1) {
    margin-right: -10%;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__community-hero__images > .wp-block-column:nth-child(1) {
    margin-right: -10%;
  }
}
.weratedogs-submit__community-hero__images > .wp-block-column:nth-child(2) {
  transform: rotate(-5deg);
  margin-left: 0;
  z-index: 1;
  margin-top: -15%;
}
@media only screen and (min-width: 782px) and (max-width: 1024px) {
  .weratedogs-submit__community-hero__images > .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__community-hero__images > .wp-block-column:nth-child(2) {
    margin-left: -10%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__community-hero__images > .wp-block-column:nth-child(2) {
    margin-left: -10%;
    margin-top: 0;
  }
}
.weratedogs-submit__community-hero__images .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.weratedogs-submit__community-hero__card {
  gap: 0 !important;
  border-radius: 0.5rem;
  padding: 1.5rem;
  max-width: 100%;
  min-width: 100%;
  box-shadow: 5px 5px 20px 0 var(--wp--preset--color--wrd-black);
}
@media only screen and (max-width: 600px) {
  .weratedogs-submit__community-hero__card {
    max-width: 27.5rem;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (width >= 600px) and (max-width: 781px) {
  .weratedogs-submit__community-hero__card {
    max-width: 27.5rem;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 782px) and (max-width: 1024px) {
  .weratedogs-submit__community-hero__card {
    max-width: 27.5rem;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__community-hero__card {
    max-width: 100%;
    min-width: 27.5rem;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__community-hero__card {
    max-width: 100%;
    min-width: 27.5rem;
  }
}
.weratedogs-submit__community-hero__card p.has-medium-font-size {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.375rem 0;
}
.weratedogs-submit__community-hero__card p.has-small-font-size {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.weratedogs-submit__header {
  padding: 3.3rem 1.65rem;
  border-bottom: 1px solid var(--wp--preset--color--wrd-muted-blue);
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__header {
    padding-left: 0;
    padding-right: 0;
  }
}
.weratedogs-submit__header .wp-block-site-logo img {
  min-width: 16rem;
  max-width: 18rem;
}
.weratedogs-submit__header .wp-block-navigation {
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: relative;
}
.weratedogs-submit__header .wp-block-navigation__container {
  gap: 2.5rem;
}
.weratedogs-submit__header .wp-block-navigation__container .wp-block-team51-bdp-login-register-account-submenu {
  padding-right: 24px !important;
  background: white url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-169.4 169.4-169.4-169.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='%23004ea7'/%3E%3C/svg%3E") 100% 18px no-repeat;
  background-size: 14px auto;
}
.weratedogs-submit__header .wp-block-navigation__container .wp-block-team51-bdp-login-register-account-submenu img {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  margin-left: 0.5rem;
}
.weratedogs-submit__header .wp-block-navigation__container .wp-block-navigation-item {
  padding: 0.5rem 0;
}
.weratedogs-submit__header .wp-block-navigation__container .wp-block-navigation-item a {
  font-weight: 500;
}
.weratedogs-submit__header .wp-block-navigation__submenu-container {
  border: 1px solid var(--wp--preset--color--wrd-muted-blue);
  background: var(--wp--preset--color--wrd-white) !important;
  border-radius: 0.5rem;
  left: 0 !important;
  right: auto !important;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container {
  background: var(--wp--preset--color--wrd-blue-extra-light) !important;
}
@media only screen and (width >= 600px) and (max-width: 781px) {
  .weratedogs-submit__header .wp-block-navigation__responsive-container .wp-block-site-logo {
    display: none;
  }
}
@media only screen and (min-width: 782px) and (max-width: 1024px) {
  .weratedogs-submit__header .wp-block-navigation__responsive-container .wp-block-site-logo {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__header .wp-block-navigation__responsive-container .wp-block-site-logo {
    display: none;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__header .wp-block-navigation__responsive-container .wp-block-site-logo {
    display: none;
  }
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
  padding: 0;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container {
  gap: 0;
  width: 100%;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container .wp-block-navigation-item {
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--wp--preset--color--wrd-grey-extra-light);
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container .wp-block-navigation-item a {
  font-size: 1.25rem;
  line-height: 2rem;
  color: var(--wp--preset--color--wrd-blue);
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding: 0;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item {
  border-bottom: 0;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-dialog {
  margin: 0;
  overflow: hidden;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  top: 3rem;
  right: 1.5rem;
  background-image: url("assets/images/menu-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close > svg {
  display: none;
}
.weratedogs-submit__header .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-dialog .wp-block-site-logo {
  padding: 3rem 0 1.5rem 1.5rem;
  background: var(--wp--preset--color--wrd-white);
  border-bottom: 1px solid var(--wp--preset--color--wrd-grey-extra-light);
}
.weratedogs-submit__header .wp-block-navigation > button {
  background-image: url("assets/images/menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}
.weratedogs-submit__header .wp-block-navigation > button > svg {
  display: none;
}
.weratedogs-submit__header .wp-block-search__label {
  display: none;
}
.weratedogs-submit__header .wp-block-search__inside-wrapper {
  border: none;
}
.weratedogs-submit__header .wp-block-search__input {
  display: none;
}
.weratedogs-submit__header .wp-block-search__button {
  background: transparent;
}
.weratedogs-submit__header .wp-block-search__button.has-icon {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.weratedogs-submit__header .wp-block-search__button svg {
  fill: var(--wp--preset--color--wrd-blue);
}
.weratedogs-submit__header .wp-block-column:has(.wp-block-navigation) {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (width < 600px) {
  .weratedogs-submit__header .wp-block-column:has(.wp-block-navigation) {
    gap: 1rem;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
.weratedogs-submit__header .wp-block-column:has(.wp-block-navigation) .wp-block-search {
  margin: 0;
  display: flex;
  align-items: center;
}

.weratedogs-submit__footer {
  border-top: 1px solid var(--wp--preset--color--wrd-muted-blue);
  padding-top: 3.25rem;
}
.weratedogs-submit__footer .wp-block-site-logo {
  max-width: 18rem;
}
.weratedogs-submit__footer .wp-block-navigation {
  font-size: 1.25rem;
  line-height: 2rem;
}
.weratedogs-submit__footer .wp-block-navigation .wp-block-page-list {
  justify-content: center;
}
.weratedogs-submit__footer .wp-block-navigation__container {
  gap: 3rem;
}
.weratedogs-submit__colophon {
  gap: 0 !important;
  display: inline-block !important;
  margin-bottom: 1.5rem !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap !important;
  color: #727271;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__colophon {
    margin-bottom: 2rem !important;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__colophon {
    margin-bottom: 2rem !important;
  }
}
.weratedogs-submit__colophon a {
  color: var(--wp--preset--color--wrd-grey-extra-dark);
  font-size: 1rem;
  line-height: 1.2rem;
}

.wp-block-team51-bdp-advanced-activity-post .wp-block-heading {
  color: var(--wp--preset--color--wrd-black);
  border: none;
}
.wp-block-team51-bdp-advanced-activity-post p {
  line-height: 150%;
}
.wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-user-submissions {
  padding: 0;
}
.wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-user-submissions .weratedogs-submit__user-submissions__title {
  color: var(--wp--preset--color--wrd-black);
  border-color: var(--wp--preset--color--wrd-muted-blue);
}
.wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-featured-submissions {
  padding: 0;
}
.wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-featured-submissions .weratedogs-submit__featured-submissions__title {
  color: var(--wp--preset--color--wrd-black);
  border-color: var(--wp--preset--color--wrd-muted-blue);
}
.wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-featured-submissions .weratedogs-submit__featured-submissions__list__item:nth-child(1), .wp-block-team51-bdp-advanced-activity-post .wp-block-team51-submit-blocks-featured-submissions .weratedogs-submit__featured-submissions__list__item:nth-child(2) {
  flex-basis: calc((100% - 4rem) / 3);
}

.bdp-login-register__main {
  padding: 0 1.5rem;
  margin: 0;
  background: var(--wp--preset--color--wrd-off-white);
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .bdp-login-register__main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .bdp-login-register__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.bdp-login-register__main a {
  color: var(--wp--preset--color--wrd-blue);
}
.bdp-login-register__main .bdp-login-register__login,
.bdp-login-register__main .bdp-login-register__register,
.bdp-login-register__main .bdp-login-register__forgot-password {
  padding-top: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .bdp-login-register__main .bdp-login-register__login,
  .bdp-login-register__main .bdp-login-register__register,
  .bdp-login-register__main .bdp-login-register__forgot-password {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1320px) {
  .bdp-login-register__main .bdp-login-register__login,
  .bdp-login-register__main .bdp-login-register__register,
  .bdp-login-register__main .bdp-login-register__forgot-password {
    padding-top: 4rem;
  }
}
.bdp-login-register__main .bdp-login-register__login h1,
.bdp-login-register__main .bdp-login-register__register h1,
.bdp-login-register__main .bdp-login-register__forgot-password h1 {
  padding: 2rem 0;
  color: var(--wp--preset--color--wrd-blue);
  border-bottom: 1px solid var(--wp--preset--color--wrd-muted-blue);
}
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__button__links,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__button__links,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__button__links {
  max-width: 37.5rem;
  gap: 0;
}
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__button__links .wp-block-button.is-style-outline,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__button__links .wp-block-button.is-style-outline,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__button__links .wp-block-button.is-style-outline {
  border-bottom: 1px solid var(--wp--preset--color--wrd-muted-blue);
  padding: 1.5rem 0;
}
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__button__links .wp-block-button.is-style-outline .wp-block-button__link,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__button__links .wp-block-button.is-style-outline .wp-block-button__link,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__button__links .wp-block-button.is-style-outline .wp-block-button__link {
  border: none;
  text-decoration: underline;
  color: var(--wp--preset--color--wrd-blue);
}
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__button__links .wp-block-button:last-child,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__button__links .wp-block-button:last-child,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__button__links .wp-block-button:last-child {
  border-bottom: none;
}
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__login__form,
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__register__form,
.bdp-login-register__main .bdp-login-register__login .weratedogs-submit__forgot-password__form,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__login__form,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__register__form,
.bdp-login-register__main .bdp-login-register__register .weratedogs-submit__forgot-password__form,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__login__form,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__register__form,
.bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__forgot-password__form {
  max-width: 37.5rem;
  gap: 0;
  background: var(--wp--preset--color--wrd-white);
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__forgot-password__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__forgot-password__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__forgot-password__form {
    padding: 3rem 6rem;
  }
}
@media only screen and (min-width: 1320px) {
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__login .weratedogs-submit__forgot-password__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__register .weratedogs-submit__forgot-password__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__login__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__register__form,
  .bdp-login-register__main .bdp-login-register__forgot-password .weratedogs-submit__forgot-password__form {
    padding: 3rem 6rem;
  }
}

.wp-block-team51-bdp-login-register-registration-form input,
.wp-block-team51-bdp-login-register-login-form input,
.wp-block-team51-bdp-login-register-forgot-password-form input {
  border-radius: 0.3rem;
  border: 1px solid var(--wp--preset--color--wrd-grey-medium);
}
.wp-block-team51-bdp-login-register-registration-form button,
.wp-block-team51-bdp-login-register-login-form button,
.wp-block-team51-bdp-login-register-forgot-password-form button {
  background: var(--wp--preset--color--wrd-blue);
  border: none;
  border-radius: 0.3rem;
}
.wp-block-team51-bdp-login-register-registration-form button:hover,
.wp-block-team51-bdp-login-register-login-form button:hover,
.wp-block-team51-bdp-login-register-forgot-password-form button:hover {
  cursor: pointer;
}
.wp-block-team51-bdp-login-register-registration-form button span,
.wp-block-team51-bdp-login-register-login-form button span,
.wp-block-team51-bdp-login-register-forgot-password-form button span {
  color: var(--wp--preset--color--wrd-white);
  font-size: 1.25rem;
}

.wp-block-team51-bdp-login-register-advanced-update-profile input, .wp-block-team51-bdp-login-register-advanced-update-profile select, .wp-block-team51-bdp-login-register-advanced-update-profile textarea {
  border: 1px solid var(--wp--preset--color--wrd-grey-medium);
  border-radius: 0.6rem;
}
.wp-block-team51-bdp-login-register-advanced-update-profile__input {
  flex-basis: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .wp-block-team51-bdp-login-register-advanced-update-profile__input {
    flex-basis: calc(50% - 0.5rem);
  }
}
@media only screen and (min-width: 1320px) {
  .wp-block-team51-bdp-login-register-advanced-update-profile__input {
    flex-basis: calc(50% - 0.5rem);
  }
}
.wp-block-team51-bdp-login-register-advanced-update-profile button {
  background: var(--wp--preset--color--wrd-blue);
  border: none;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2.5rem;
}
.wp-block-team51-bdp-login-register-advanced-update-profile button span {
  color: var(--wp--preset--color--wrd-white);
}

.wp-block-team51-bdp-secondary-profile-submit-secondary-profile input, .wp-block-team51-bdp-secondary-profile-submit-secondary-profile select, .wp-block-team51-bdp-secondary-profile-submit-secondary-profile textarea {
  border: 1px solid var(--wp--preset--color--wrd-grey-medium);
  border-radius: 0.6rem;
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile .has-error input:invalid, .wp-block-team51-bdp-secondary-profile-submit-secondary-profile .has-error select:invalid, .wp-block-team51-bdp-secondary-profile-submit-secondary-profile .has-error textarea:invalid {
  border-color: #d33;
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile__input {
  flex-basis: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .wp-block-team51-bdp-secondary-profile-submit-secondary-profile__input {
    flex-basis: calc(50% - 0.5rem);
  }
}
@media only screen and (min-width: 1320px) {
  .wp-block-team51-bdp-secondary-profile-submit-secondary-profile__input {
    flex-basis: calc(50% - 0.5rem);
  }
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile button {
  background: var(--wp--preset--color--wrd-blue);
  border: none;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2.5rem;
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile button span {
  color: var(--wp--preset--color--wrd-white);
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile .uppy-container .uppy-drag-drop {
  border: 2px dashed var(--wp--preset--color--wrd-muted-blue);
  border-radius: 0.5rem;
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile .uppy-container .uppy-drag-drop a {
  color: var(--wp--preset--color--wrd-blue);
}
.wp-block-team51-bdp-secondary-profile-submit-secondary-profile .uppy-container .uppy-drag-drop .images button {
  background: transparent;
  color: var(--wp--preset--color--wrd-blue);
  text-decoration: underline;
  cursor: pointer;
}

.wp-block-team51-bdp-secondary-profile-user-subprofiles__profile__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.wp-block-team51-bdp-secondary-profile-user-subprofiles__profile__info > * {
  margin: 0;
}
.wp-block-team51-bdp-secondary-profile-user-subprofiles__profile__info p {
  color: var(--wp--preset--color--wrd-grey-three);
}
.wp-block-team51-bdp-secondary-profile-user-subprofiles__profile__info a {
  color: var(--wp--preset--color--wrd-blue);
  font-size: 0.85rem;
  font-weight: 600;
}
.wp-block-team51-bdp-secondary-profile-user-subprofiles__new-profile a {
  color: var(--wp--preset--color--wrd-blue);
}
.wp-block-team51-bdp-secondary-profile-user-subprofiles__new-profile a:before {
  border-color: var(--wp--preset--color--wrd-blue);
}

#buddypress.buddypress-wrap {
  max-width: 100%;
}
#buddypress.buddypress-wrap #activate-page {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
#buddypress.buddypress-wrap #activate-page input[type=text] {
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid var(--wp--preset--color--wrd-grey-medium);
  box-sizing: border-box;
}
#buddypress.buddypress-wrap #activate-page input[type=submit] {
  background: var(--wp--preset--color--wrd-blue);
  border: none;
  border-radius: 0.3rem;
  padding: 1rem 3rem;
  color: var(--wp--preset--color--wrd-white);
  font-weight: 600;
}

.weratedogs-submit__main {
  margin-block-start: 0 !important;
}
.weratedogs-submit__main > .wp-block-group {
  max-width: 100%;
}
.weratedogs-submit__main > .wp-block-post-content {
  padding: 0 2rem;
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__main > .wp-block-post-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.weratedogs-submit__main > .wp-block-post-content > .wp-block-spacer {
  height: 2.5rem !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__main > .wp-block-post-content > .wp-block-spacer {
    height: 2.5rem !important;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__main > .wp-block-post-content > .wp-block-spacer {
    height: 2.5rem !important;
  }
}
.weratedogs-submit__front-page.wp-block-post-content {
  max-width: 100%;
}
.weratedogs-submit__full-width {
  max-width: 100% !important;
}
.weratedogs-submit__mobile-padding {
  padding: 0 2rem;
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.weratedogs-submit__new-post-confirmation .wp-block-cover {
  margin-block-start: 0 !important;
}
.weratedogs-submit__single-page {
  padding-top: 2.1rem !important;
  padding-bottom: 2rem !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__single-page {
    padding-top: 4.4rem !important;
    padding-bottom: 5rem !important;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__single-page {
    padding-top: 4.4rem !important;
    padding-bottom: 5rem !important;
  }
}
.weratedogs-submit__single-page p {
  line-height: 150%;
}
.weratedogs-submit__single-post {
  padding-top: 2.5rem !important;
  padding-bottom: 2rem !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  .weratedogs-submit__single-post {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media only screen and (min-width: 1320px) {
  .weratedogs-submit__single-post {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.weratedogs-submit__single-post .wp-block-post-title a {
  color: var(--wp--preset--color--wrd-blue) !important;
  text-decoration: none !important;
}
.weratedogs-submit__single-post .wp-block-post-title a:hover {
  text-decoration: underline !important;
}
.weratedogs-submit__single-post p {
  line-height: 150%;
}
.weratedogs-submit__single-post .wp-block-post-author a {
  color: var(--wp--preset--color--wrd-blue) !important;
  text-decoration: none !important;
}
.weratedogs-submit__single-post .wp-block-post-author a:hover {
  text-decoration: underline !important;
}
.weratedogs-submit__single-post .wp-block-post-author__avatar img {
  border-radius: 100%;
}
.weratedogs-submit__single-post .wp-block-post-date time {
  font-weight: 600;
}

.weratedogs-submit__main {
  overflow: hidden;
}
.weratedogs-submit__main.has_background.color__off-white {
  background-color: var(--wp--preset--color--wrd-off-white);
}

body.advanced_user_home .weratedogs-submit__single-page {
  padding-top: 0 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
  body.advanced_user_home .weratedogs-submit__single-page {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1320px) {
  body.advanced_user_home .weratedogs-submit__single-page {
    padding-top: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */