@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);
*,
*::after,
*::before {
  box-sizing: border-box;
  box-shadow: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  vertical-align: baseline;
  height: 100%;
}

html {
  font-size: 10px;
}

hr {
  border: none;
  margin: 0;
  height: 1px;
  width: 100%;
}

html {
  line-height: 1;
}
html.no-scroll {
  overflow-y: hidden;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  margin: 0;
}
section.full {
  margin: 0;
}
section.bottom {
  margin: 0;
}

svg,
img {
  display: block;
  height: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

#wpadminbar {
  position: fixed !important;
}

.g-recaptcha {
  height: 0;
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

body {
  padding-left: 65px;
  padding-top: 150px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
}
@media (max-width: 700px) {
  body {
    padding-left: 0;
  }
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: rgb(84, 196, 116);
}

::selection {
  color: #fff;
  background: rgb(84, 196, 116);
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}
.container--medium {
  max-width: 1150px;
}
.container--medium__small {
  max-width: 780px;
}
.container--small {
  max-width: 680px;
}

input {
  border: 1px solid #ececec;
  font-size: 17px;
  font-weight: 400;
  height: 43px;
  line-height: 2.5em;
  outline: none;
  padding: 0 10px;
  border-radius: 5px;
}

.entry-content {
  color: #212121;
  padding-bottom: 150px;
}
.entry-content a {
  max-width: 100%;
  word-break: break-all;
}
.entry-content h1, .entry-content .h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.entry-content h2, .entry-content .h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.entry-content h3, .entry-content .h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.entry-content h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.entry-content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.432%;
  padding-bottom: 20px;
}
.entry-content ul, .entry-content ol {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.432%;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.entry-content ol {
  list-style: decimal;
  padding-left: 24px;
}
.entry-content a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.432%;
  padding-bottom: 20px;
  text-decoration: none;
  color: #54C474;
}
.entry-content a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .entry-content h1, .entry-content .h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .entry-content h2, .entry-content .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .entry-content h3, .entry-content .h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .entry-content h4, .entry-content .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .entry-content p, .entry-content ul, .entry-content a {
    font-size: 16px;
  }
}

.entry-header {
  color: #212121;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 500px) {
  .entry-header {
    font-size: 40px;
    line-height: 42px;
  }
}

.text-center {
  text-align: center;
}

.bestie-game-container input.error {
  border-color: lightcoral;
}

.introduction-image-main {
  width: 100%;
}

.introduction-image-main img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.home-page-post {
  /*max-width: 520px;*/
  margin: 0 auto;
}

#bestie-game-app-start .bestie-game-container {
  max-width: 100%;
  margin-bottom: 30px;
}

.no-scroll {
  overflow: hidden;
}

.reading-progress-bar {
  position: fixed;
  width: 100%;
  height: 4px;
  left: 65px;
  top: 0;
  z-index: 10000000000000000;
}
.reading-progress-bar__inner {
  width: 0;
  height: 100%;
  background: #54C474;
  transition: width 0.2s ease;
}
@media (max-width: 700px) {
  .reading-progress-bar {
    top: 63px;
    left: 0;
  }
}

.fr-btn {
  border-radius: 8px;
  border: 1px solid #54C474;
  background: #FFF;
  height: 62px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  min-width: 300px;
}
.fr-btn:hover {
  background: #54C474;
  color: #FFF;
  border: 1px solid #54C474;
  transition: 0.3s;
}

table {
  border-collapse: collapse;
  border: none !important;
  width: 100%;
}
table tr {
  border: none;
}
table tr:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.4);
}
table tr:nth-child(odd) {
  background-color: rgba(84, 196, 116, 0.3);
}
table th {
  border: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
table td {
  border: none !important;
  padding: 20px 10px !important;
}

.pagination {
  margin-top: -50px;
  margin-bottom: 100px;
}
.pagination__inner {
  display: flex;
}
.pagination__inner li .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(133, 137, 160, 0.22);
  border-radius: 5px;
  margin-right: 10px;
}
.pagination__inner li .page-numbers.current {
  background-color: #54C474;
  border: 1px solid #54C474;
  color: #fff;
}
.pagination__inner li .page-numbers:hover {
  background-color: rgba(84, 196, 116, 0.2);
}
.pagination__inner li .page-numbers.next {
  position: relative;
}
.pagination__inner li .page-numbers.next::before {
  content: "";
  background: url(../img/navigation-last-page.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.pagination__inner li .page-numbers.prev {
  position: relative;
}
.pagination__inner li .page-numbers.prev::before {
  content: "";
  background: url(../img/navigation-first-page.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
  background: #fff;
  z-index: 9999999999;
  display: none;
}
@media (max-width: 700px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header__logo {
  max-height: 40px;
}
.mobile-header__logo img {
  max-height: 40px;
}
.mobile-header .hidden-content {
  position: fixed;
  top: 63px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  transition: 0.4s;
  transform: translateX(-100%);
}
.mobile-header .hidden-content.open {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transform: translateX(0);
  z-index: 9999999999;
}
.mobile-header .hidden-content .mobile-header-nav {
  padding: 55px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.mobile-header .hidden-content .mobile-header-nav .mobile-header-menu__item {
  margin-bottom: 10px;
}
.mobile-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-header__burger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #54C474;
  cursor: pointer;
}
.mobile-header__burger .burger-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: 0.3s background-color;
}
.mobile-header__burger .burger-content span {
  width: 16px;
  height: 1px;
  display: block;
  background: #54C474;
  margin: 2px 0;
  transition: 0.3s transform;
}
.mobile-header__burger.active .burger-content {
  background: #54C474;
  transition: 0.3s background-color;
  padding-left: 7px;
}
.mobile-header__burger.active .burger-content span {
  height: 2px;
  background: #fff;
}
.mobile-header__burger.active .burger-content span:nth-child(1) {
  transform: rotate(45deg);
  transition: 0.3s;
  transform-origin: 0 0;
  width: 18px;
}
.mobile-header__burger.active .burger-content span:nth-child(2) {
  opacity: 0;
}
.mobile-header__burger.active .burger-content span:nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.3s;
  transform-origin: 0 100%;
  width: 18px;
}

.side-menu {
  width: 65px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #DBDBDB;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 700px) {
  .side-menu {
    display: none;
  }
}
.side-menu__content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
}
.side-menu__content .logo {
  max-width: 45px;
}
.side-menu__content .menu-list__link {
  padding: 11px;
  border: 1px solid rgb(84, 196, 116);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.side-menu__content .menu-list__link:hover {
  background-color: rgba(84, 196, 116, 0.28);
  transition: 0.3s;
}
.side-menu__content .menu-list__item {
  margin: 20px 0;
  position: relative;
}
.side-menu__content .menu-list__item svg {
  width: 20px;
  transition: 0.3s;
}
.side-menu__content .menu-list__item svg path, .side-menu__content .menu-list__item svg line, .side-menu__content .menu-list__item svg polygon, .side-menu__content .menu-list__item svg polyline {
  stroke: rgb(84, 196, 116);
  transition: 0.3s;
}
.side-menu__content .menu-list__item svg rect {
  stroke: rgb(84, 196, 116);
  transition: 0.3s;
}
.side-menu__content .menu-list__item .tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 10px), -50%);
  background: #54C474;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
  white-space: nowrap;
}
.side-menu__content .menu-list__item .tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-color: #54C474;
}
.side-menu__content .menu-list__item:hover .tooltip {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.side-menu__content .menu-list__item:hover svg {
  transition: 0.3s;
}
.side-menu__content .menu-list__item:hover svg path, .side-menu__content .menu-list__item:hover svg line, .side-menu__content .menu-list__item:hover svg polygon, .side-menu__content .menu-list__item:hover svg polyline {
  stroke: #54C474;
  transition: 0.3s;
}
.side-menu__content .menu-list__item:hover svg rect {
  stroke: #54C474;
  transition: 0.3s;
}
.side-menu__content .login a {
  padding: 11px;
  border: 1px solid rgb(84, 196, 116);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.side-menu__content .login a:hover {
  background-color: rgba(84, 196, 116, 0.28);
  transition: 0.3s;
}
.side-menu__content .login a svg {
  width: 20px;
}

.footer {
  background-color: #54C474;
  color: #fff;
  text-align: center;
  border-radius: 0 15px 0 0;
  padding: 93px 0 111px 0;
}
.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .footer--logo {
  order: 1;
}
.footer .footer--logo img {
  max-width: 55px;
}
@media (max-width: 900px) {
  .footer .footer--logo {
    order: 2;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .footer--logo .footer--social {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.footer .footer--logo .footer--social .col-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
}
.footer .footer--logo .footer--social .footer--socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 18px;
}
@media (max-width: 700px) {
  .footer .footer--logo .footer--social .footer--socials {
    max-width: 100%;
  }
}
.footer .footer--logo .footer--social .footer--socials__item {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .footer .footer--logo .footer--social .footer--socials {
    display: flex;
  }
  .footer .footer--logo .footer--social .footer--socials__item {
    margin: 0 10px;
  }
}
.footer--menu {
  display: flex;
  flex-direction: row;
  order: 2;
  margin-top: -7px;
}
@media (max-width: 900px) {
  .footer--menu {
    order: 1;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer--menu__column {
  min-width: 225px;
  margin-right: 25px;
  text-align: left;
}
.footer--menu__column:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  .footer--menu__column {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer--menu__column .col-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
}
.footer--menu__column .col-nav {
  padding: 0;
  margin: 10px 0 0;
}
.footer--menu__column .col-nav__item {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.432%;
}
.footer--menu__column .col-nav__item a:hover {
  text-decoration: underline;
}

.error404 .fr-btn {
  margin: 20px auto;
  padding-bottom: 0;
}
.error404 .fr-btn:hover {
  text-decoration: none;
}

.blog-page .entry-content {
  padding-bottom: 0;
}
.blog-page--content__column--posts {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1235px) {
  .blog-page--content__column--posts {
    justify-content: space-between;
  }
}
.blog-page--content__column--posts .blog-post-item {
  width: 31%;
  position: relative;
  margin-right: 38px;
  margin-bottom: 38px;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(133, 137, 160, 0.22);
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1235px) {
  .blog-page--content__column--posts .blog-post-item {
    width: 49%;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .blog-page--content__column--posts .blog-post-item {
    width: 100%;
  }
}
.blog-page--content__column--posts .blog-post-item:hover {
  box-shadow: 0 20px 35px rgba(112, 121, 139, 0.2196078431);
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--thumbnail {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  background: rgba(133, 137, 160, 0.22);
}
.blog-page--content__column--posts .blog-post-item--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}
.blog-page--content__column--posts .blog-post-item--thumbnail:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.blog-page--content__column--posts .blog-post-item--thumbnail__category {
  display: block;
  position: absolute;
  bottom: 10%;
  background: #000;
  padding: 7px 14px;
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--thumbnail__category:hover {
  background-color: rgb(84, 196, 116);
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content {
  background-color: #fff;
  border-radius: 10px 0 0 0;
  padding: 0 10px 0 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-page--content__column--posts .blog-post-item--content__author {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: italic;
}
.blog-page--content__column--posts .blog-post-item--content__author .image {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-page--content__column--posts .blog-post-item--content__author .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page--content__column--posts .blog-post-item--content__author .info {
  display: flex;
  align-items: center;
}
@media (max-width: 444px) {
  .blog-page--content__column--posts .blog-post-item--content__author .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-page--content__column--posts .blog-post-item--content__author .name {
  position: relative;
}
@media (max-width: 444px) {
  .blog-page--content__column--posts .blog-post-item--content__author .name {
    padding-bottom: 5px;
  }
}
.blog-page--content__column--posts .blog-post-item--content__author .name::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-right: 4px;
  margin-left: 2px;
  border-radius: 50px;
  background: #212121;
}
@media (max-width: 444px) {
  .blog-page--content__column--posts .blog-post-item--content__author .name::after {
    content: none;
  }
}
.blog-page--content__column--posts .blog-post-item--content__author .name strong {
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content__author .name strong:hover {
  color: rgb(84, 196, 116);
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content__excerpt {
  font-size: 16px;
  color: #212121;
  line-height: 1.75;
}
.blog-page--content__column--posts .blog-post-item--content__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(84, 196, 116), rgb(84, 196, 116), rgb(84, 196, 116));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 80%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.blog-page--content__column--posts .blog-post-item--content__title:hover {
  background-size: 0 0.1em, 100% 0.1em;
  cursor: pointer;
}
.blog-page--content__column--posts .blog-post-item--content__category {
  font-size: 14px;
  color: #9F9F9F;
  font-weight: 700;
  padding-bottom: 5px;
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content__date {
  color: #9F9F9F;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
  opacity: 1;
}
.blog-page--content__column--posts .blog-post-item--content .read-article {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 15px 0 0;
  color: var(--body-color);
  border: 1px solid rgba(133, 137, 160, 0.22);
  padding: 7px 20px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  z-index: 1;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content .read-article svg {
  width: 10px;
  margin-left: 4px;
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content .read-article svg path {
  fill: #212121;
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content .read-article:hover {
  color: #fff;
  background: #54c474;
  border: 1px solid #54c474;
}
.blog-page--content__column--posts .blog-post-item--content .read-article:hover svg {
  transition: 0.3s;
}
.blog-page--content__column--posts .blog-post-item--content .read-article:hover svg path {
  fill: #fff;
  transition: 0.3s;
}
.single-post .entry-meta {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
}
.single-post .post-featured-image {
  margin: 20px 0 55px;
}
.single-post .post-featured-image img {
  border-radius: 10px;
}
.single-post .post-author {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-post .post-author img {
  border-radius: 50%;
  margin-right: 10px;
  max-width: 50px;
}

.single-game .entry-meta {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
}
.single-game .post-featured-image {
  margin: 20px 0 55px;
}
.single-game .post-featured-image img {
  border-radius: 10px;
}
.single-game .post-author {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-game .post-author img {
  border-radius: 50%;
  margin-right: 10px;
  max-width: 50px;
}

.author .title-entry {
  padding-bottom: 79px;
}
@media (max-width: 500px) {
  .author .title-entry {
    padding-bottom: 30px;
  }
}
.author .title-entry h1 {
  max-width: 735px;
}
.author .title-entry h1 span {
  color: #48AD65;
}
.author .post-author {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.author .post-author img {
  border-radius: 50%;
  max-width: 100px;
  width: 100%;
  margin-bottom: 20px;
}
.author .author-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.author .author-info__col {
  width: 45%;
}
@media (max-width: 900px) {
  .author .author-info__col {
    width: 100%;
  }
}
.author .author-info__col .author-name {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 500px) {
  .author .author-info__col .author-name {
    font-size: 35px;
    line-height: 45px;
  }
}
.author .author-info__col .author-credits {
  color: #9F9F9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.432%;
  text-transform: uppercase;
}
.author .author-info__col .author-socials {
  display: flex;
  margin-bottom: 36px;
}
.author .author-info__col .author-socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #555;
  border-radius: 50%;
  margin-right: 8px;
  padding-bottom: 0;
  transition: 0.2s;
}
.author .author-info__col .author-socials__item:last-child {
  margin-right: 0;
}
.author .author-info__col .author-socials__item svg {
  width: 50%;
}
.author .author-info__col .author-socials__item:hover {
  transition: 0.2s;
  background: rgba(85, 85, 85, 0.09);
}
.author .author-info__col--image img {
  width: 100%;
}
.author .author-info__col--games {
  margin-top: 65px;
}
@media (max-width: 500px) {
  .author .author-info__col--games {
    margin-top: 30px;
  }
}
.author .author-info__col--games p {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 500px) {
  .author .author-info__col--games p {
    font-size: 25px;
    line-height: 35px;
  }
}
.author .author-info__col--games--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-left: -10px;
}
@media (max-width: 500px) {
  .author .author-info__col--games--wrapper {
    margin-top: 0;
  }
}
.author .author-info__col--games--item {
  width: 24%;
  margin-bottom: 33px;
  padding: 10px;
}
@media (max-width: 500px) {
  .author .author-info__col--games--item {
    width: 48%;
  }
}
.author .author-info__col--games--item img {
  width: 100%;
}

.tod-container {
  border: 1px solid #60c8ae;
  padding: 20px 40px;
  min-height: 300px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Arial, sans-serif;
}

.tod-select-td {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tod-names {
  display: flex;
  flex-direction: column;
}

.tod-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.players {
  margin-bottom: 10px;
}

.play-action-btn {
  border: 1px solid #60c8ae;
  border-radius: 4px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 55px;
  letter-spacing: 0.65px;
  line-height: 55px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  background-color: #60c8ae;
  color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}

.remove-player {
  background-color: transparent;
  color: #60c8ae;
  max-height: 44px;
  line-height: 44px;
  margin-left: 5px;
}

.tod-name input {
  border-radius: 4px;
}

.tod-name select {
  margin-left: 5px;
  height: 44px;
  line-height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 4px;
  width: 100px;
  cursor: pointer;
  position: relative;
}

.tod-name .select-wrapper {
  position: relative;
}

.tod-name .select-wrapper svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  fill: #e5e5e5;
}

.error {
  border-color: lightcoral;
}

.tod-player-name {
  font-weight: bold;
  font-size: 22px;
}

.wyrg-tags {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.wyrg-tags span {
  display: block;
  white-space: nowrap;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
}

.wyrg-tags select {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 0 0 0 5px;
  margin: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  border: none;
  color: #60c8ae !important;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
}

.remove-user-mobile {
  display: none;
  cursor: pointer;
  font-weight: bold;
}

.tod-question-f {
  position: relative;
}

.tod-question-f #category-questions {
  position: absolute;
  top: -50px;
  left: 0;
  font-weight: bold;
  color: #60c8ae;
  font-size: 16px;
  text-transform: capitalize;
}

@media (max-width: 500px) {
  .tod-name .select-wrapper {
    display: none;
  }
  .remove-user {
    display: none;
  }
  .remove-user-mobile {
    display: block;
  }
  .tod-names {
    width: 100%;
  }
  .tod-container {
    padding: 20px;
  }
  .player-name {
    width: 100%;
  }
}
