/*
Theme Name: Xboxcore
Author: Hailey Eira
Author URI: https://haileyeira.com/
Description: xboxcore is my blog's babecore theme reimagined for marble blast ultra, mixing y2k aesthetics with xbox 360 energy 💕
Version: 1.0
babie ~ 59a5835a6bac7c
*/

/* 💗 xboxcore aesthetic 💗 */
@font-face {
  font-family: ComicSansMS;
  src: url(/wp-content/themes/xboxcore/fonts/comic.woff2) format("woff2"),
    url(/wp-content/themes/xboxcore/fonts/comic.woff) format("woff"),
    url(/wp-content/themes/xboxcore/fonts/comic.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

body {
  cursor: url(/wp-content/themes/xboxcore/images/misa-amane.webp) 32 32, auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

#baddie {
  position: relative;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  margin: 1.5em auto;
  max-width: 1109px;
  width: auto;
  box-shadow:
    0 4px 20px rgba(0,0,0,.25),
    0 -2px 12px rgba(0,0,0,.15),
    4px 0 12px rgba(0,0,0,.15),
    -4px 0 12px rgba(0,0,0,.15);
}

#baddie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/themes/xboxcore/images/fruityorange3.jpg) center/cover no-repeat;
  z-index: -1;
  border-radius: inherit;
}

#babecore {
  align-items: stretch;
  background: url(/wp-content/themes/xboxcore/images/blue-glam.webp) repeat-x;
  background-attachment: scroll;
  background-position: top center;
  background-size: 110% 209px;
  display: flex;
  margin: 0;
}

#baddie-wallpaper {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("/wp-content/themes/xboxcore/images/wallpapers/xbox360-nxe-green.webp");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center center;
  background-attachment: fixed;
}

#babe-banner {
  position: relative;
  width: 100%;
  max-width: 1109px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}

#babecore-banner {
  width: 100%;
  height: 333px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mbu-header-logo {
  position: absolute;
  top: 42%;
  left: 17%;
  transform: translate(-50%,-50%);
  z-index: 9999;
}

.mbu-header-logo img {
  width: auto;
  height: 234px;
  object-fit: contain;
}

#babe-banner .mbu-header-logo img {
  width: auto;
  height: 234px;
  object-fit: contain;
}

/* 💕 downlaod + discord 💕 */
.mbu-btn-group {
  position: absolute;
  bottom: 50px;
  left: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  z-index: 99999;
}

.mbu-download-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 180px;
  height: 47px;
  padding: 0;
  background-image: url(/wp-content/themes/xboxcore/images/dx.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.mbu-download-btn:hover {
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,.9))
    drop-shadow(0 0 8px rgba(180,255,200,.9))
    drop-shadow(0 0 14px rgba(120,255,160,.7));
  transition: filter .25s ease, transform .25s ease;
}

.mbu-dl-label {
  position: absolute;
  top: 0;
  left: 49px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0 1px 2px rgba(0,0,0,.55),
    0 0 4px rgba(0,0,0,.45);
}

.mbu-download-btn:hover .mbu-dl-label {
  color: #fff;
  text-shadow:
    0 0 6px rgba(255,255,255,.5),
    0 0 12px rgba(255,255,255,.5);
}

.mbu-dl-meta {
  font-size: 13px;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin: 0 13px 0 0;
  padding: 0 0 4px 0;
  text-shadow:
    0 1px 2px rgba(0,0,0,.55),
    0 0 4px rgba(0,0,0,.45);
}

.mbu-download-btn:hover .mbu-dl-meta {
  color: #fff;
  text-shadow:
    0 0 6px rgba(255,255,255,.5),
    0 0 12px rgba(255,255,255,.5);
}

.mbu-download-btn,
.mbu-download-btn:hover,
.mbu-download-btn:focus {
  text-decoration: none;
}

.mbu-dl-count {
  font-weight: 700;
  text-align: right;
}

.mbu-discord-btn {
  position: relative;
  display: block;
  width: 180px;
  height: 47px;
  overflow: hidden;
  background-image: url(/wp-content/themes/xboxcore/images/xboxcore-discord.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mbu-discord-btn:hover {
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,.9))
    drop-shadow(0 0 8px rgba(200,150,255,.9))
    drop-shadow(0 0 14px rgba(180,120,255,.7));
  transition: filter .25s ease, transform .25s ease;
}

.mbu-discord-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
  height: 39px;
  background-image: url(/wp-content/themes/xboxcore/images/discord-txt.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter .25s ease, transform .25s ease;
}

.mbu-discord-btn:hover::after {
  filter:
    saturate(120%)
    brightness(1.4)
    contrast(1.2)
    drop-shadow(0 0 2px rgba(255,255,255,.9))
    drop-shadow(0 0 4px rgba(200,150,255,.9))
    drop-shadow(0 0 8px rgba(180,120,255,.7));
  transform: translate(-50%,-50%) scale(1.03);
}

/* 💕 features 💕 */
.mbu-feature-strip {
  width: 100%;
  max-width: 1109px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  background: url(/wp-content/themes/xboxcore/images/xbox360-featured.jpg) no-repeat center bottom;
  background-size: cover;
  box-shadow:
    inset 0 3px 3px rgba(0,0,0,0),
    inset 0 -3px 20px rgba(0,0,0,0);
}

.mbu-feature-row {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}

.mbu-feature-slider {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mbu-feature-box {
  flex: 1;
  max-width: 254px;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 0;
  padding: 0;
  transform: skewX(-4deg);
  border: 0 solid rgba(255,255,255,.25);
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  text-align: center;
  color: #eee;
}

.mbu-feature-box h3,
.mbu-feature-box p,
.mbu-feature-emoji {
  transform: skewX(4deg);
}

.mbu-feature-emoji {
  font-size: 32px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.mbu-feature-emoji img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: crisp-edges;
  pointer-events: none;
  user-select: none;
}

.mbu-feature-box h3 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: bold;
}

.mbu-feature-box p {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #e3e3e3;
  padding: 0 0 13px 0;
  max-width: 220px;
  text-align: center;
}

#content {
  background:
    url(/wp-content/themes/xboxcore/images/fruidtyorange3.jpg),
    rgba(255,255,255,.7);
  background-attachment: scroll;
  background-position: top center, top center;
  background-size: 110% 209px, auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  flex: 1;
  margin: 0 auto;
  max-width: 659px;
  backdrop-filter: saturate(980%);
  -webkit-backdrop-filter: saturate(980%);
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  z-index: 0;
}

#content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/themes/xboxcore/images/contentbg.webp) repeat-x;
  background-position: top center;
  background-size: 110% 839px;
  opacity: .9;
  pointer-events: none;
  z-index: -1;
}

.no-sidebars-content {
  border: none;
  margin: 0;
  max-width: none;
  padding: 0 20px;
  width: 100%;
}

#glam-girl-left {
  background: url(/wp-content/themes/xboxcore/images/orange-glam.png) repeat-x;
  background-color: #b3ca01;
  background-position: top center;
  border-left: 0;
  border-right: 1px solid #ccc;
  box-shadow:
    inset 1px 0 15px rgba(255,120,220,0),
    inset -1px 0 15px rgba(255,120,220,0);
  box-sizing: border-box;
  font-size: 18px;
  padding: 0;
  position: relative;
  width: 218px;
  z-index: 0;
}

#glam-girl-left::after {
  background: url(/wp-content/themes/xboxcore/images/glamgirl/xbox360-glam.webp) repeat-x center bottom;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

#glam-girl-right {
  background: url(/wp-content/themes/xboxcore/images/orange-glam.png) repeat-x;
  background-color: #b3ca01;
  background-position: top center;
  border-left: 1px solid #ccc;
  border-right: 0;
  box-shadow:
    inset 1px 0 15px rgba(255,120,220,0),
    inset -1px 0 15px rgba(255,120,220,0);
  box-sizing: border-box;
  padding: 0;
  position: relative;
  width: 218px;
  z-index: 0;
}

#glam-girl-right::after {
  background: url(/wp-content/themes/xboxcore/images/glamgirl/xbox360-glam.webp) repeat-x center bottom;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

/* 💕 glambar 💕 */
#hailey-nav {
  align-items: center;
  background: url(/wp-content/themes/xboxcore/images/xbox360-glambar-orange.jpg) no-repeat center top;
  background-size: 100% 29px;
  box-shadow: 0 1px 2px #a673ac;
  clear: both;
  display: flex;
  height: 29px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1109px;
  width: 100%;
}

  #hailey-nav img {
  cursor: pointer !important;
  height: 22px !important;
  padding: 4px 0 0 0;
}

.page-id-469 #hailey-nav {
  background: url(/wp-content/themes/xboxcore/images/xboxcore-glambar-green.webp) no-repeat center top;
  background-size: 100% 29px;
}

#hailey-nav ul.menu,
#hailey-nav ul#menu-main,
#hailey-nav > div > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: lowercase;
}

#hailey-nav li {
  position: relative;
}

#hailey-nav a {
  color: #eee;
  display: block;
  padding: 0 1.2em;
  text-decoration: none;
}

#hailey-nav ul ul {
  background:
    radial-gradient(circle at 20% 18%, rgba(120,180,255,.55) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(100,160,255,.4) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(90,150,255,.25) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(70,130,255,.22) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(110,170,255,.25) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(80,150,255,.28) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%,
      rgba(100,160,255,.35) 0%,
      rgba(70,130,255,.35) 40%,
      rgba(50,110,220,.3) 100%
    );
  backdrop-filter: blur(3px) saturate(1.15);
  -webkit-backdrop-filter: blur(3px) saturate(1.15);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
  width: 188px;
  z-index: 99999;
  padding: 8px 0;
}

#hailey-nav ul ul,
#hailey-nav ul ul a {
  text-shadow: none !important;
}

#hailey-nav ul ul li,
#hailey-nav ul ul a {
  position: relative;
  z-index: 2;
}

#hailey-nav li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#hailey-nav ul ul ul {
  left: 100%;
  top: 0;
}

#hailey-nav ul ul a {
  background: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 2px 8px;
}

#hailey-nav ul.menu > li:hover > a,
#hailey-nav ul#menu-main > li:hover > a,
#hailey-nav > div > ul > li:hover > a,
#hailey-nav a:focus {
  background: transparent;
  color: #fff;
  text-shadow:
    0 0 4px #9dff11,
    0 0 8px #9dff11,
    0 0 14px #9dff11,
    0 0 22px #9dff11;
}

#hailey-nav ul ul li:hover > a {
  color: #fff;
  font-weight: bold;
}

#hailey-nav #searchform {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding: 0 5px 0 0;
  position: relative;
}

#hailey-nav #s {
  background: url(images/search.png) no-repeat 4px center;
  background-color: #fff;
  background-size: 14px 14px;
  border: 0 solid #ccc;
  border-radius: 2px;
  color: #863f98;
  font-size: 12px;
  height: 14px;
  line-height: 10px;
  margin-top: 1px;
  padding: 2px 6px 2px 20px;
  transition: width .4s ease, background-color .4s ease;
  width: 155px;
}

#hailey-nav #s:focus {
  background-color: #f9f9f9;
  box-shadow: none;
  outline: none;
  width: 209px;
}

#hailey-nav #searchsubmit {
  display: none;
}

#hailey-nav .current-menu-item > a,
#hailey-nav .current-menu-ancestor > a,
#hailey-nav .current_page_item > a,
#hailey-nav .current_page_ancestor > a {
  font-weight: bold;
}

/* 💕 babecore skins 💕 */
#hailey-nav .babecore-skin-wrapper {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
}

#hailey-nav .babecore-skin-menu {
  position: absolute;
  top: 28px;
  right: 0;
  min-width: 209px;
  background:
    radial-gradient(circle at 20% 18%, rgba(120,180,255,.55) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(100,160,255,.4) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(90,150,255,.25) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(70,130,255,.22) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(110,170,255,.25) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(80,150,255,.28) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%,
      rgba(100,160,255,.35) 0%,
      rgba(70,130,255,.35) 40%,
      rgba(50,110,220,.3) 100%
    );
  display: none;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  opacity: 0;
  transition: opacity .12s ease-out;
  box-shadow: 0 0 38px rgba(9, 229, 255, .55);
  backdrop-filter: blur(5px) saturate(1.15);
  -webkit-backdrop-filter: blur(5px) saturate(1.15);
  z-index: 999999;
}

#hailey-nav .babecore-skin-menu.fade-in {
  opacity: 1;
}

#hailey-nav .babecore-skin-menu.fade-out {
  opacity: 0;
}

#hailey-nav .babecore-skin-icon {
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 1;
  transform: scale(.9);
  transition: transform .25s ease;
}

#hailey-nav .babecore-skin-icon:hover {
  transform: scale(1);
}

#hailey-nav .babecore-skin-menu-inner {
  position: relative;
  z-index: 2;
  max-height: 542px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 0;
  scrollbar-width: thin;
  scrollbar-color: #fe99ff rgba(255, 255, 255, .2);
}

#hailey-nav .babecore-skin-menu-inner::-webkit-scrollbar {
  width: 8px;
}

#hailey-nav .babecore-skin-menu-inner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

#hailey-nav .babecore-skin-menu-inner::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #fff, #fff);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(255, 255, 255, .6);
}

#hailey-nav .babecore-skin-menu .menu-title {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  cursor: default;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 8px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

#hailey-nav .babecore-skin-menu .babecore-skin-menu-divider + .menu-title {
  margin-top: 10px;
}

#hailey-nav .babecore-skin-menu .menu-title-alert {
  color: #fff;
  cursor: default;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .5px;
  margin-bottom: 4px;
  padding: 6px 10px;
  text-transform: uppercase;
}

#hailey-nav .babecore-skin-menu .menu-item {
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 0 10px;
  white-space: nowrap;
}

#hailey-nav .babecore-skin-menu .menu-item:hover {
  background: rgba(255, 255, 255, .15);
  text-shadow:
    0 0 4px #00ccff,
    0 0 8px #00ccff,
    0 0 14px #00ccff,
    0 0 22px #00ccff;
}

#hailey-nav .menu-item.active {
  color: #fff;
  text-shadow:
    0 0 4px #00ccff,
    0 0 8px #00ccff,
    0 0 14px #00ccff,
    0 0 22px #00ccff;
}

.babecore-skin-menu-divider {
  display: none;
  margin-bottom: 0;
}

#hailey-nav .babecore-login-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 10px;
}

#hailey-nav .babecore-login-box * {
  box-sizing: border-box;
}

#hailey-nav .babecore-login-box form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#hailey-nav .babecore-login-box input {
  background: rgba(255, 255, 255, .29);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 4px;
  color: #21001d;
  font-size: 12px;
  outline: none;
  padding: 6px 8px;
  width: 100%;
}

#hailey-nav .babecore-login-box input::placeholder {
  color: rgba(255, 255, 255, 1);
}

#hailey-nav .babecore-login-box button {
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 6px 8px;
  transition: background .2s ease;
  width: 100%;
}

#hailey-nav .babecore-login-box button:hover {
  background: rgba(0, 222, 255, .38);
}

#hailey-nav .babecore-login-links {
  display: flex;
  justify-content: space-between;
  padding-top: 2px;
}

#hailey-nav .babecore-login-links a {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#hailey-nav .babecore-login-links a:hover {
  color: #00deff;
}

#hailey-nav .babecore-user-box {
  align-items: flex-start;
  background-color: rgba(0, 255, 255, .3);
  display: flex;
  gap: 8px;
  padding: 9px 12px;
}

#hailey-nav .babecore-user-avatar {
  border-radius: 50% !important;
  height: 36px !important;
  object-fit: cover !important;
  width: 36px !important;
}

#hailey-nav .babecore-user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
}

#hailey-nav .babecore-user-name {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

#hailey-nav .babecore-user-link {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#hailey-nav .babecore-user-link:hover {
  color: #fff;
}

#hailey-nav #bg-size-input {
  box-sizing: border-box;
  width: calc(100% - 22px);
  margin: 6px 10px 4px 10px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  outline: none;
  transition: all .15s ease;
  display: none;
}

#hailey-nav #bg-size-input::placeholder {
  color: rgba(255, 255, 255, 1);
}

#hailey-nav #bg-size-input:focus {
  background: rgba(255, 255, 255, .35);
  border-color: rgba(255, 255, 255, .65);
}

#hailey-nav #bg-offsetY-input {
  box-sizing: border-box;
  width: calc(100% - 22px);
  margin: 6px 10px 4px 10px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  outline: none;
  transition: all .15s ease;
  display: none;
}

#hailey-nav #bg-offsetY-input::placeholder {
  color: rgba(255, 255, 255, 1);
}

#hailey-nav #bg-offsetY-input:focus {
  background: rgba(255, 255, 255, .35);
  border-color: rgba(255, 255, 255, .65);
}

#hailey-nav #babecore-reset-all {
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

#squirtcore {
  background: url(/wp-content/themes/xboxcore/images/xbox-footer.jpg);
  background-size: auto;
  border-radius: 0 0 10px 10px;
  color: #555;
  font-size: 12px;
  height: 80px;
  line-height: 1.5em;
  position: relative;
  text-align: center;
}

#squirtcore a {
  color: #555;
  font-weight: bold;
}

.hot-girl-touch-me {
  bottom: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.hailey-dirty-doll-closings {
  font-size: 17px;
  margin: 0;
  padding: 31px;
  text-align: center;
  z-index: 2;
}

/* 💕🦋 pink princess parts 🦋💕 */
#squirtcore .hailey-dirty-doll-closings a {
  color: #fff;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#squirtcore .hailey-dirty-doll-closings a:hover {
  color: #fff;
  text-decoration: underline;
  text-shadow:
    0 0 4px #ffcf90,
    0 0 8px #ffcf90,
    0 0 14px #ffcf90,
    0 0 22px #ffcf90;
}

/* 🌸🩷 hailey's world aesthetics 🩷🌸 */
body,
input,
textarea {
  color: #272729;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

p {
  margin-bottom: 1.625em;
}

.entry-content ul,
.entry-content ol {
  margin: 10px 0 0 .5em;
}

.entry-content ul {
  list-style: none;
  padding-left: 0;
}

.entry-content ul li {
  padding-left: 21px;
  position: relative;
}

.entry-content ul li::before {
  background-image: url(/wp-content/themes/xboxcore/images/flower.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 11px;
}

.entry-content .wp-block-embed {
  margin-top: 1.5rem;
}

.entry-content iframe[src*="youtu.be"],
.entry-content .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: .75em 1.625em;
}

code,
kbd,
samp,
var {
  font-family: monospace;
  font-size: 13px;
}

pre code {
  font-size: inherit;
}

abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.625em;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: smaller;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  color: #888;
  padding: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #272729;
}

textarea {
  padding-left: 3px;
  width: 98%;
}

a {
  color: #58baf2;
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  text-decoration: underline;
}

.entry-content img {
  border: 0 !important;
  padding: 0 !important;
}

.home .entry-content .wp-block-image {
  margin: 20px 0 !important;
}

.home .entry-content .wp-block-image img {
  border-radius: 10px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.baddie-emojis {
  height: 15px;
  position: relative;
  top: -4px;
  vertical-align: middle;
  width: 15px;
}

.baddie-pointer {
  display: none;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: rgba(255,255,255,.2);
}

html::-webkit-scrollbar-thumb {
  background: #ff7ad1;
  border-radius: 10px;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #ff7ad1 rgba(255,255,255,.2);
}

/* 💕 babecore lightbox 💕 */
#lightbox-overlay {
  background: rgba(0,0,0,.85);
  cursor: zoom-out;
  display: none;
  inset: 0;
  position: fixed;
  z-index: 99999;
}

#lightbox-overlay.show {
  align-items: center;
  display: flex;
  justify-content: center;
}

#lightbox-overlay img {
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 💕 glamgirl box 💕 */
.babecore-glamgirl-box {
  background: rgba(255,182,193,.4);
  background-image: url(/wp-content/themes/xboxcore/images/360glam-blue.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #f88cff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(255,105,180,.25);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  margin: 10px auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 209px;
}

.babecore-glamgirl-box::before {
  background-image: url(/wp-content/themes/xboxcore/images/blue-glam.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: 389px;
  left: 0;
  mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
  opacity: .2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
  z-index: -1;
}

.babecore-glamgirl-box::after {
  background-image: url(/wp-content/themes/xboxcore/images/mbupc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 119px;
  z-index: 2;
}

.babecore-glamgirl-content {
  margin-top: 25px;
  max-height: 389px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 4px;
  padding-top: 0;
  position: relative;
  z-index: 3;
}

.babecore-glamgirl-content::-webkit-scrollbar {
  width: 6px;
}

.babecore-glamgirl-content::-webkit-scrollbar-track {
  background: rgba(255,182,193,.2);
  border-radius: 10px;
}

.babecore-glamgirl-content::-webkit-scrollbar-thumb {
  background: #f88cff;
  border-radius: 10px;
}

.babecore-glamgirl-content {
  scrollbar-color: #f88cff rgba(255,182,193,.2);
  scrollbar-width: thin;
}

.babecore-glamgirl-content p {
  line-height: 1.3;
  margin: 0;
}

.hailey-profile {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
}

.hailey-profile p {
  margin: 5px 0;
}

.toggle-more {
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}

.toggle-more:hover {
  color: #0a84ff;
}

.hailey-profile .more-text {
  display: none;
}

.hailey-profile.expanded .more-text {
  display: block;
}

/* 💕 baddie hit counter 💕 */
.marin-stack {
  position: relative;
  width: 217px;
  margin: 15px 0 45px 0;
}

.glamgirl-random-image {
  position: relative;
  display: block;
  width: 65px;
  height: auto;
  padding-top: 10px;
  margin: 0 15px 15px auto;
}

.baddie-counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 217px;
  pointer-events: none;
  transform: translateX(-38px);
}

.welcome-label {
  text-align: center;
  font-family: monospace;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.hit-counter {
  text-align: center;
  font-family: monospace;
  font-size: 14px;
  color: #000;
}

.hit-label {
  margin-bottom: 0;
  font-size: 13px;
}

.hit-number {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 2px rgba(0,0,0,0);
}

.hit-number::before {
  content: "★ ";
  color: #000;
}

.hit-number::after {
  content: " ★";
  color: #000;
}

.live-counter {
  text-align: center;
  font-family: monospace;
  font-size: 12px;
  color: #000;
}

.live-label {
  margin-bottom: 0;
  font-size: 13px;
}

.live-number {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.live-number::before {
  content: "☆ ";
  color: #000;
}

.live-number::after {
  content: " ☆";
  color: #000;
}

/* 💕 babehub 💕 */
.babecore-nav {
  width: 205px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  background:
    rgba(255,196,140,.35)
    url(/wp-content/themes/xboxcore/images/360-nav.jpg);
  background-size: fit;
  border: 1px solid #ffb347;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0,102,204,.25);
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  text-transform: lowercase;
  font-family: M04B, sans-serif;
}

.babecore-nav-main {
  position: relative;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 10px;
  background: #1a620b;
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 40px auto;
  border-bottom: 1px solid rgba(0,102,204,.55);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.babecore-nav-main::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/xboxcore/images/babehub-bubble-heart.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.babecore-nav-header {
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 5px;
  background-color: rgba(25,130,25,.7);
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: auto 24px;
  border-block: 1px solid rgba(255,255,255,.5);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0);
}

.babecore-nav-header::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/xboxcore/images/babehub-heart.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.babecore-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 10px;
  padding-right: 0;
  background:
    linear-gradient(to right,
      rgba(255,214,170,.55) 0%,
      rgba(255,214,170,0) 35%
    ),
    linear-gradient(to top,
      rgba(0,102,204,.15),
      transparent,
      rgba(0,102,204,.08)
    );
  border-bottom: 0 dotted rgba(0,102,204,.35);
  color: #fff;
  font-size: 12px;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  transition: color .15s ease-in-out, padding-left .2s ease, background-position .2s ease;
}

.babecore-nav-link:last-child {
  border-bottom: none;
}

.babecore-nav-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(/wp-content/themes/xboxcore/images/babehub-gogo.gif);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}

.babecore-nav-link span {
  position: relative;
  z-index: 3;
  text-decoration: none;
}

.babecore-nav-link:hover span {
  text-decoration: none;
}

.babecore-nav-link:hover {
  color: #4a2600;
  background:
    linear-gradient(to right,
      rgba(255,196,140,.85) 0%,
      rgba(255,214,170,0) 45%
    ),
    linear-gradient(to top,
      rgba(0,102,204,.15),
      transparent,
      rgba(0,102,204,.08)
    );
  background-position: 4px 0;
}

.babecore-nav-link img {
  display: none;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: all 125ms cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.babecore-nav-link:hover img {
  opacity: .85;
  transform: translateY(var(--hover-y));
}

.babecore-size-20 {
  height: calc(.25rem * 20);
  width: auto;
}

.babecore-size-21 {
  height: calc(.25rem * 21);
  width: auto;
}

.babecore-size-23 {
  height: calc(.25rem * 23);
  width: auto;
}

.babecore-size-24 {
  height: calc(.25rem * 24);
  width: auto;
}

.babecore-size-30 {
  height: calc(.25rem * 30);
  width: auto;
}

.babecore-size-46 {
  height: calc(.25rem * 46);
  width: auto;
}

/* 💕 babe of the day 💕 */
.hailey-babe-of-the-day {
  padding: 15px 0;
  text-align: center;
}

.xp-babe-wrapper {
  display: block;
  position: relative;
}

.xp-window {
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  position: relative;
  width: 209px;
}

.xp-top {
  background: url(/wp-content/themes/xboxcore/images/xp-top.png) no-repeat top center;
  height: 38px;
  position: relative;
  width: 209px;
}

.xp-buttons {
  display: flex;
  gap: 2px;
  position: absolute;
  right: 7px;
  top: 8px;
}

.xp-btn {
  background-size: cover;
  cursor: pointer;
  height: 27px;
  width: 27px;
}

.xp-maximize {
  background-image: url(/wp-content/themes/xboxcore/images/xp-maximize.png);
}

.xp-maximize:hover {
  filter: brightness(1.3);
}

.xp-close {
  background-image: url(/wp-content/themes/xboxcore/images/xp-close.png);
}

.xp-close:hover {
  filter: brightness(1.3);
}

.xp-close-popup {
  background: rgba(0,0,0,.75);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  max-width: 200px;
  opacity: 0;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  transform: translateY(-4px);
  transition: opacity .15s ease, transform .15s ease;
  white-space: nowrap;
  z-index: 9999;
}

.xp-close-popup::after {
  border-color: transparent transparent transparent rgba(0,0,0,.75);
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.xp-close-popup.show {
  opacity: 1;
  transform: translateY(0);
}

.xp-title {
  color: #fff;
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 8px;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0,0,0,.65);
  top: 12px;
}

.xp-middle {
  background: url(/wp-content/themes/xboxcore/images/xp-middle.png) repeat-y center top;
  padding: 0;
}

.xp-babe-img {
  display: block;
  height: auto;
  padding: 0 5px;
  width: 199px;
}

.xp-babe-name {
  background: rgba(0,0,0,.55);
  border-radius: 2px;
  bottom: 7px;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.xp-bottom {
  background: url(/wp-content/themes/xboxcore/images/xp-bottom.png) no-repeat bottom center;
  height: 5px;
  position: relative;
  width: 209px;
}

/* 💕 daily marin 💕 */
.daily-marin-window {
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  position: relative;
  width: 209px;
}

.daily-marin-top {
  background: url(/wp-content/themes/xboxcore/images/daily-marin-top.png) no-repeat top center;
  height: 33px;
  position: relative;
  width: 209px;
}

.daily-marin-title {
  color: #fff;
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 8px;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0,0,0,.65);
  top: 10px;
}

.daily-marin-middle {
  background: url(/wp-content/themes/xboxcore/images/daily-marin-middle.png) repeat-y center top;
  padding: 0;
}

.daily-marin-babe-img {
  display: block;
  height: auto;
  padding: 0 4px;
  width: 201px;
}

.daily-marin-bottom {
  background: url(/wp-content/themes/xboxcore/images/daily-marin-bottom.png) no-repeat bottom center;
  height: 4px;
  position: relative;
  width: 209px;
}

/* 💕 baddie.exe 💕 */
.baddie-exe-window {
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 20px auto;
  position: relative;
  width: 205px;
}

.baddie-exe-top {
  background: url(/wp-content/themes/xboxcore/images/baddie-exe-top.png) no-repeat top center;
  height: 49px;
  position: relative;
  width: 205px;
}

.baddie-exe-title {
  color: #fff;
  display: none;
  font-family: "Trebuchet MS", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 8px;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0,0,0,.65);
  top: 10px;
}

.baddie-exe-middle {
  background: url(/wp-content/themes/xboxcore/images/baddie-exe-middle.png) repeat-y center top;
  padding: 0;
}

.baddie-exe-babe-img {
  display: block;
  height: auto;
  padding: 0 8px;
  width: 189px;
}

.baddie-exe-bottom {
  background: url(/wp-content/themes/xboxcore/images/baddie-exe-bottom.png) no-repeat bottom center;
  height: 8px;
  position: relative;
  width: 205px;
}

/* 💕 daily gif 💕 */
.hailey-daily-gif {
  padding: 15px 0;
  text-align: center;
}

.win7-window {
  font-family: Tahoma, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  position: relative;
  width: 213px;
}

.win7-top {
  background: url(/wp-content/themes/xboxcore/images/win7-top.png) no-repeat top center;
  height: 38px;
  position: relative;
  width: 213px;
}

.win7-title {
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 8px;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0,0,0,.65);
  top: 12px;
}

.win7-middle {
  background: url(/wp-content/themes/xboxcore/images/win7-middle.png) repeat-y center top;
  padding: 0;
}

.win7-babe-img {
  display: block;
  height: auto;
  padding: 0 7px;
  width: 199px;
}

.win7-bottom {
  background: url(/wp-content/themes/xboxcore/images/win7-bottom.png) no-repeat bottom center;
  height: 7px;
  position: relative;
  width: 213px;
}

/* 💕 blinkies 💕 */
.hailey-blinkies {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 15px 0;
}

.hailey-blinkies img {
  display: block;
  height: auto;
  width: 150px;
  z-index: 1;
}

.hailey-glambar-title {
  display: block;
  margin: 0 auto;
}

/* 💕 tags 💕 */
.tagcloud {
  margin: 5px 0 25px;
  text-align: center;
}

.tagcloud a {
  background-color: #445700;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 4px;
  padding: 3px 6px;
  text-decoration: none;
  transition: background-color .3s ease;
}

.tagcloud a:hover {
  background-color: #5e932b;
  color: #fff;
}

/* 💕 latest comments 💕 */
.recent-comments {
  font-size: 14px;
  padding: 0 6px;
}

.recent-comments ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

.recent-comments .comment-item {
  background: none;
  border-radius: 0;
  margin-bottom: 8px;
  padding: 0;
}

.recent-comments .comment-author {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.recent-comments .comment-date {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

.recent-comments .comment-post a {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.recent-comments .comment-post a:hover {
  color: #fff;
  text-decoration: underline;
}

.recent-comments .comment-excerpt {
  color: #333;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 2px;
}

/* 💕 latest posts 💕 */
.hailey-latest-posts {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 6px;
}

.hailey-latest-posts li {
  display: flex;
  margin: 6px 0;
}

.hailey-latest-posts .hailey-thumb {
  border-radius: 3px;
  flex-shrink: 0;
  height: 32px;
  margin-right: 6px;
  object-fit: cover;
  width: 32px;
}

.hailey-latest-posts .hailey-title {
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
}

.hailey-latest-posts .hailey-title:hover {
  color: #fff;
  text-decoration: underline;
}

.glamgirl-text {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
  padding: 0 6px;
}

/* 💕 baddie content 💕 */
.page-title {
  clear: both;
  color: #222224;
  font-family: "Kiss Me Softly", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 35.39px;
  font-weight: bold;
  line-height: 1 !important;
  margin-bottom: .6em !important;
}

.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

.page-views {
  color: #fff;
  float: right;
  font-size: 14px;
  padding-top: 5px;
}

.hentry,
.no-results {
  border-bottom: 0 solid #ccc;
  margin-top: -8px;
  padding: 0 0 1.625em;
  position: relative;
}

.hentry:last-of-type {
  border-bottom: none;
}

.blog .sticky .entry-header .entry-meta {
  clip-path: inset(50%);
  position: absolute !important;
}

.entry-title {
  clear: both;
  color: #222224;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .3em;
}

.entry-title,
.entry-title a {
  color: #0e0f30;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #579803;
}

.hentry:first-of-type .entry-title a:hover,
.hentry:first-of-type .entry-title a:focus,
.hentry:first-of-type .entry-title a:active {
  color: #fff;
}

.meta-group-left {
  align-items: center;
  display: flex;
  gap: 6px;
}

.meta-hailey-avatar {
  border-radius: 50%;
  height: 26px;
  width: 26px;
}

.entry-meta {
  align-items: center;
  clear: both;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  gap: .4rem;
  line-height: 0;
  text-transform: lowercase;
}

.single .entry-meta {
  padding-bottom: 20px;
}

.entry-meta a {
  color: #000;
}

.entry-meta a:hover {
  color: #579803;
  text-decoration: underline;
}

.hentry:first-of-type .entry-meta,
.hentry:first-of-type .entry-meta a {
  color: #fff;
}

.hentry:first-of-type .entry-meta a:hover {
  color: #fff;
  text-decoration: underline;
}

.entry-meta-separator {
  font-weight: 700;
  margin: 0;
  opacity: .6;
}

.entry-content,
.entry-summary {
  color: #000;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16.04px;
  line-height: 1.5em;
}

.entry-content a,
.entry-summary a {
  color: #0037a6;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.entry-content a:hover,
.entry-summary a:hover {
  color: #0050f4;
}

.entry-content a:active,
.entry-summary a:active {
  color: #0037a6;
}

.entry-content p,
.entry-summary p {
  margin-bottom: 0;
}

.entry-content .more-link {
  color: #0037a6;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  white-space: nowrap;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  color: #000;
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: .6em;
  line-height: 1.25;
}

.entry-content h1,
.comment-content h1 {
  font-size: 1.9em;
}

.entry-content h2,
.comment-content h2 {
  font-size: 1.45em;
}

.entry-content h3,
.comment-content h3 {
  font-size: 17px;
}

.entry-content h4,
.comment-content h4 {
  font-size: 1.15em;
}

.entry-content h5,
.comment-content h5 {
  font-size: 1.05em;
}

.entry-content h6,
.comment-content h6 {
  font-size: .95em;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: normal;
}

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}

.entry-content th,
.comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

.entry-content #s {
  width: 75%;
}

.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}

.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}

dl.gallery-item {
  margin: 0;
}

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}

.page-link a {
  background: #eee;
  color: #272729;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}

.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}

.page-link span {
  margin-right: 6px;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0 8px;
  text-decoration: none;
}

.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}

.entry-content .edit-link {
  clear: both;
  display: block;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large {
  height: auto;
  max-width: 97.5%;
}

.entry-content img.wp-smiley {
  border: none;
  margin: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}

p img,
.wp-caption {
  margin-top: .4em;
}

.wp-caption {
  background: #eee;
  border-color: #eee;
  margin-bottom: 1.625em;
  max-width: calc(100% - 18px);
  padding: 9px;
}

.wp-caption img {
  display: block;
  max-width: calc(100% - 14px);
}

.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: ComicSansMS, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.wp-caption .wp-caption-text {
  margin-bottom: .6em;
  padding: 10px 0 5px 40px;
  position: relative;
}

.wp-caption .wp-caption-text::before {
  color: #666;
  content: "\2014";
  font-size: 14px;
  font-weight: bold;
  left: 10px;
  margin-right: 5px;
  position: absolute;
  top: 7px;
}

#content .gallery {
  margin: 0 auto 1.625em;
}

#content .gallery a img {
  border: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%;
}

#content .gallery-columns-4 .gallery-item img {
  height: auto;
  width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  border: 1px solid #ddd;
  max-width: calc(100% - 14px);
  padding: 6px;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
  background: #eee;
  border-color: #bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  background: #fff;
  border-color: #ddd;
}

embed,
iframe,
object {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* 💕 password protected posts 💕 */
.post-password-required .entry-header .comments-link {
  display: none;
}

.post-password-required input[type=password] {
  background: #f9f9f9;
  border: 1px solid #ccc;
  font-size: 1.5em;
  margin: .8125em 0;
  padding: .375em .3125em;
}

.post-password-required input[type=password]:focus {
  background: #fff;
}

.post-password-required input[type=submit] {
  background: #e6e6e6;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 1.5em;
  padding: .375em .625em;
}

.post-password-required input[type=submit]:hover {
  background: #d9d9d9;
}

/* 💕 author 💕 */
.babecore-author-header {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  margin: 20px 0 25px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.babecore-author-header::before {
  background-image: url(/wp-content/themes/xboxcore/images/hailey-author.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  z-index: 0;
}

.babecore-author-card {
  align-items: center;
  backdrop-filter: blur(0) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  background: rgba(255,255,255,0);
  border: 5px dashed #f7b0ff;
  border-radius: 18px;
  box-shadow: 0 0 18px rgba(255,180,230,.55);
  display: flex;
  gap: 25px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.babecore-author-card::after {
  animation: sparkle 2.4s infinite ease-in-out;
  color: #fff;
  content: "✧";
  font-size: 38px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  text-shadow:
    0 0 8px rgba(255,20,120,1),
    0 0 16px rgba(255,0,100,1),
    0 0 24px rgba(255,0,140,.9);
  top: 10px;
  z-index: 10;
}

@keyframes sparkle {
  0%,
  100% {
    opacity: .9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

.babecore-author-avatar img {
  border: 3px solid #ffb7e6;
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(255,150,220,.6),
    0 0 20px rgba(255,150,220,.4),
    0 0 28px rgba(255,150,220,.25);
}

.babecore-author-name {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 8px;
  text-shadow:
    0 0 6px rgba(0,198,255,1),
    0 0 14px rgba(0,150,255,1),
    0 0 22px rgba(0,120,255,.9);
  text-transform: lowercase;
}

.babecore-author-bio {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  max-width: 300px;
  text-shadow:
    0 0 6px rgba(255,60,150,1),
    0 0 14px rgba(255,20,120,1),
    0 0 22px rgba(255,0,100,.9);
}

.babecore-post-list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
}

.babecore-post-card {
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255,180,230,.3);
  padding: 6px;
  transition: .2s;
}

.babecore-post-card:hover {
  box-shadow: 0 0 14px rgba(255,150,220,.4);
  transform: translateY(-3px);
}

.babecore-post-card * {
  margin: 0 0 8px;
}

.babecore-post-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 6px;
  display: block;
}

.babecore-post-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}

.babecore-post-title {
  line-height: 1.3;
}

.babecore-post-title a {
  color: #ff7acb;
  font-family: "Shantell Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.babecore-post-meta {
  color: #ff7acb;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.babecore-post-date {
  color: #ff7acb;
}

.babecore-post-views {
  color: #ff7acb;
  font-weight: 700;
  opacity: .9;
}

.babecore-post-excerpt {
  color: #4368c8;
  font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0 0;
}

.babecore-meta-separator {
  font-weight: 700;
  margin: 0;
  opacity: .6;
}

/* 💕 contact 💕 */
.babecore-contact-header {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin: 20px 0 25px;
}

.babecore-contact-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/xboxcore/images/hailey-author.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  z-index: 0;
}

.babecore-contact-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border: 5px dashed #f7b0ff;
  border-radius: 18px;
  background: rgba(255,255,255,0);
  backdrop-filter: blur(0) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 0 18px rgba(255,180,230,.55);
}

.babecore-contact-card::after {
  content: "✧";
  position: absolute;
  top: 10px;
  right: 29px;
  font-size: 38px;
  color: #fff;
  text-shadow:
    0 0 8px rgba(255,20,120,1),
    0 0 16px rgba(255,0,100,1),
    0 0 24px rgba(255,0,140,.9);
  animation: sparkle 2.4s infinite ease-in-out;
  pointer-events: none;
  z-index: 10;
}

.babecore-contact-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -19px;
}

.babecore-contact-avatar img {
  width: 92px;
  height: auto;
}

.babecore-contact-name {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-transform: lowercase;
  text-shadow:
    0 0 6px rgba(0,198,255,1),
    0 0 14px rgba(0,150,255,1),
    0 0 22px rgba(0,120,255,.9);
}

.babecore-contact-bio {
  max-width: 300px;
  font-size: 16px;
  color: #fff;
  font-family: "Shantell Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  text-shadow:
    0 0 6px rgba(255,60,150,1),
    0 0 14px rgba(255,20,120,1),
    0 0 22px rgba(255,0,100,.9);
}

.babecore-contact-form-card {
  position: relative;
  z-index: 1;
  margin: 25px 0 40px !important;
  padding: 30px !important;
  border: 5px dashed #f7b0ff !important;
  border-radius: 18px !important;
  background-image: url(/wp-content/themes/xboxcore/images/hailey-author.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  box-shadow: 0 0 18px rgba(255,180,230,.55) !important;
}

.babecore-contact-form-card .wpcf7 {
  margin: 0 !important;
}

.babecore-contact-form-card::after {
  content: "✧";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 34px;
  color: #fff;
  text-shadow:
    0 0 8px rgba(255,20,120,1),
    0 0 16px rgba(255,0,100,1),
    0 0 24px rgba(255,0,140,.9);
  animation: sparkle 2.4s infinite ease-in-out;
  pointer-events: none;
  z-index: 10;
}

.babecore-contact-form-card .wpcf7-form label {
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: "Shantell Sans", "Segoe UI", Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  text-transform: lowercase !important;
  text-shadow:
    0 0 6px rgba(255,60,150,1),
    0 0 14px rgba(255,20,120,1),
    0 0 22px rgba(255,0,100,.9) !important;
}

.babecore-contact-form-card textarea {
  resize: vertical !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#author-info {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 2.2em 0;
  overflow: hidden;
  padding: 20px 0;
}

#author-avatar {
  float: left;
  margin: 0 1.625em 1.625em 0;
}

#author-description h2 {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .8125em;
}

#author-description p {
  margin: 0 0 1.625em;
}

#author-description .author-link {
  font-weight: bold;
}

/* 💕 entry formats 💕 */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}

.singular .format-aside .entry-title {
  display: block;
}

.format-aside .entry-content {
  padding: 0;
}

.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}

.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}

.singular .format-link .entry-title {
  display: block;
}

.format-link .entry-content {
  padding: 0;
}

.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}

.format-gallery .gallery-thumb {
  display: block;
  float: left;
  margin: .375em 1.625em 0 0;
  max-width: 100%;
}

.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}

.singular .format-status .entry-title {
  display: block;
}

.format-status .entry-content {
  padding: 0;
}

.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}

.format-status img.avatar {
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px;
}

.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}

.indexed.format-image .entry-header {
  min-height: 61px;
}

.indexed.format-image .entry-content {
  padding-top: .5em;
}

.indexed.format-image .entry-content p {
  margin: 1em 0;
}

.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
  display: block;
  margin: 0;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding-bottom: 1em;
}

.indexed.format-image footer.entry-meta {
  background: #ddd;
  max-width: 96%;
  overflow: hidden;
  padding: 4%;
}

.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}

.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}

.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}

.indexed.format-image footer.entry-meta a {
  color: #444;
}

.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}

#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}

.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 2% 2% 0;
}

.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}

.indexed.format-image .wp-caption .wp-caption-text::before {
  color: #444;
}

.indexed.format-image a:hover img {
  opacity: .8;
}

/* 💕 404 page 💕 */
.error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 1.625em;
}

.error404 #main #searchform input[type=text] {
  width: 75%;
}

.error404 #main #searchform input[type=submit] {
  background: #e6e6e6;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  padding: .375em .625em;
}

.error404 #main #searchform input[type=submit]:hover {
  background: #d9d9d9;
}

/* 💕 image attachments 💕 */
.image-attachment div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}

.image-attachment div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}

.image-attachment .entry-content {
  padding-top: .5em;
}

.image-attachment .entry-content p {
  margin: 1em 0;
}

.image-attachment .entry-content p:first-child,
.image-attachment .entry-content p:first-child a,
.image-attachment .entry-content p:first-child img {
  display: block;
  margin: 0;
}

.image-attachment .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding-bottom: 1em;
}

.image-attachment footer.entry-meta {
  background: #ddd;
  max-width: 96%;
  overflow: hidden;
  padding: 4%;
}

.image-attachment footer.entry-meta a {
  color: #444;
}

.image-attachment footer.entry-meta a:hover {
  color: #fff;
}

#content .image-attachment img {
  border: none;
  max-width: 100%;
  padding: 0;
}

.image-attachment .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 2% 2% 0;
}

.image-attachment .wp-caption .wp-caption-text {
  color: #ddd;
}

.image-attachment .wp-caption .wp-caption-text::before {
  color: #444;
}

.image-attachment a:hover img {
  opacity: .8;
}

/* 💕 audio + video 💕 */
.wp-audio-shortcode,
.wp-video {
  margin-bottom: 1.625em;
}

.wp-video-shortcode {
  max-width: 100%;
}

/* 💕 comments 💕 */
#comments {
  clear: both;
}

#comments-title {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 1.625em;
}

#comments-title span {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

#comments .navigation {
  margin: 0 0 1.625em;
}

#comments .navigation a {
  color: #58b6f2;
  text-decoration: none;
}

#comments .navigation a:hover {
  color: #588bf2;
  text-decoration: underline;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist > li.comment {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
  position: relative;
}

.commentlist > li.comment:last-child {
  border-bottom: none;
}

.commentlist .pingback {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
}

.commentlist .pingback:last-child {
  border-bottom: none;
}

.commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 102px;
}

.commentlist .children > li.comment {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
}

.commentlist .children > li.comment:last-child {
  border-bottom: none;
}

.commentlist .avatar {
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 0 20px 20px 0;
}

.commentlist .comment-body {
  overflow: hidden;
  position: relative;
}

.commentlist .comment-author {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.commentlist .comment-author .fn {
  font-weight: bold;
}

.commentlist .comment-meta {
  color: #999;
  font-size: 12px;
  margin: 0 0 1em;
}

.commentlist .comment-meta a {
  color: #999;
  text-decoration: none;
}

.commentlist .comment-meta a:hover {
  color: #666;
}

.commentlist .reply {
  margin-top: 1em;
}

.commentlist .reply a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  padding: 2px 6px;
  text-decoration: none;
}

.commentlist .reply a:hover {
  background: #888;
  color: #fff;
}

.commentlist .comment-content {
  font-size: 14px;
  line-height: 1.6;
}

.commentlist .comment-content p {
  margin: 0 0 1em;
}

.commentlist .comment-content ul,
.commentlist .comment-content ol {
  margin: 0 0 1em 2em;
}

.commentlist .comment-content blockquote {
  border-left: 3px solid #ddd;
  color: #555;
  font-style: italic;
  margin: 0 0 1em 2em;
  padding-left: 1em;
}

#respond {
  border-top: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 1.625em 0;
}

#respond h3 {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1em;
}

#respond p {
  margin: 0 0 1em;
}

#respond label {
  color: #666;
  display: block;
  font-size: 13px;
  margin-bottom: .3em;
}

#respond input[type=text],
#respond input[type=email],
#respond textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  padding: 6px;
  width: 98%;
}

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond textarea:focus {
  background: #fff;
}

#respond textarea {
  min-height: 120px;
}

#respond input[type=submit] {
  background: #e6e6e6;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
}

#respond input[type=submit]:hover {
  background: #d9d9d9;
}

/* 💕 pagination 💕 */
.pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 38px 0;
}

.pagination a,
.pagination span {
  background: rgba(238, 97, 255, .7);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  text-decoration: none;
}

.pagination a:hover {
  background: rgba(255, 125, 255, .7);
  color: #fff;
}

.pagination .current {
  background: rgba(88, 182, 242, .7);
  color: #fff;
  font-weight: bold;
}

/* 💕 babecore hearts 💕 */
@keyframes heart-float {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(-250vh) scale(1.4);
  }
}

.heart {
  animation: heart-float linear infinite;
  background-image: url(/wp-content/themes/xboxcore/images/heart.gif);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  height: 20px;
  pointer-events: none;
  position: fixed;
  width: 20px;
  z-index: 999999;
}

/* 💕 responsive stuff 💕 */
@media (max-width: 768px) {
  #babecore {
    flex-direction: column;
    align-items: center;
    background-size: 180% 100px !important;
    background-position: top center !important;
  }

  #baddie {
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  #babecore-banner {
    width: 100% !important;
    max-width: 1109px !important;
    height: auto !important;
    min-height: 209px !important;
    border-radius: 0;
    background-position: center !important;
  }

  #glam-girl-left,
  #glam-girl-right {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
  }

  #hailey-nav {
    max-width: 100% !important;
    width: 100% !important;
    height: 29px !important;
    background-size: 100% 29px !important;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
  }

  #hailey-nav img {
    height: 18px !important;
    width: auto !important;
  }
  
  #hailey-nav a {
    height: 29px !important;
    padding: 0 .8em;
  }

  #hailey-nav .babecore-skin-icon {
    display: none;
  }

  #hailey-nav #searchform {
    display: none !important;
  }

  #content {
    max-width: 100% !important;
    width: 100% !important;
    border: none;
    padding: 0 10px;
    background-size: 200% auto, 300px auto, auto;
    background-position: top center, bottom center, top center;
  }

  .entry-title {
    font-size: 29px;
    margin-bottom: .3em !important;
  }

  .entry-meta {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1;
    gap: 6px;
  }

  .entry-content,
  .entry-summary {
    font-size: 14.69px !important;
  }

  #baddie-content-image {
    max-width: 100% !important;
    width: 100% !important;
    left: 0;
    right: 0;
    padding-top: 10px;
  }

  #baddie-content-image .babe {
    max-width: 60%;
    right: 0;
    top: 0;
  }

  #squirtcore {
    width: 100% !important;
    border-radius: 0;
    background-size: cover;
  }

  .hailey-dirty-doll-closings {
    font-size: 16px;
    margin: 0;
    padding: 29px;
    text-align: center;
    z-index: 2;
  }

  .hot-girl-touch-me {
    display: none;
  }

  @media (max-width: 640px) {
    .home .hentry:first-of-type .entry-title,
    .blog .hentry:first-of-type .entry-title {
      display: block;
      max-width: 380px;
    }

    @supports (-webkit-tap-highlight-color: transparent) {
      #hailey-nav ul {
        font-size: 14px;
        padding-top: 6px;
      }

      .home .hentry:first-of-type .entry-title,
      .blog .hentry:first-of-type .entry-title {
        display: block;
        max-width: 290px;
      }

      .entry-title {
        font-size: 24.59px;
        margin-bottom: .3em !important;
      }

      .entry-meta {
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 1;
        gap: 4px;
      }

      .entry-content,
      .entry-summary {
        font-size: 13.79px !important;
      }
    }
  }
}

/* 💕 players 💕 */
.player-wrapper {
  width: 100%;
  min-height: 100vh;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 30px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 0;
}

.player-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  pointer-events: none;
  z-index: -1;
  border-radius: inherit;
}

.player-page {
  max-width: auto;
  margin: 0 auto;
  padding: 38px 36px 0 36px;
  font-family: Inter, sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}

.player-header {
  position: relative;
  width: 100%;
  height: 342px;
  border-radius: 12px 12px 0 0;
  overflow: visible;
  z-index: 1;
}

.player-header-bg,
.player-header-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  z-index: 0;
}

.player-header-fallback {
  background: url(/wp-content/themes/xboxcore/images/xboxcore-featured.webp);
}

.player-bio-wrap {
  position: relative;
  border-radius: 0 0 12px 12px;
  z-index: 5;
}

.player-bio-panel {
  position: relative;
  padding: 0 20px 20px 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  overflow: visible;
  border: 1px solid #3563a0;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(circle at 20% 18%, rgba(90,140,220,.35) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(80,130,210,.15) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(70,120,200,.22) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(60,110,190,.20) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(85,135,210,.22) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(70,120,200,.35) 0%, transparent 60%),
    radial-gradient(circle at 200% 150%, rgba(110,170,230,.30) 10%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(80,130,210,.28) 0%, rgba(60,110,190,.24) 40%, rgba(40,90,160,.20) 100%);
  background-color: rgba(40,90,160,.10);
}

.player-info {
  position: relative;
}

.player-name {
  margin: 5px 0 0 -6px;
  font-size: 26px;
  font-weight: 700;
  text-shadow:
    0 0 4px #0cf,
    0 0 8px #0cf,
    0 0 14px #0cf,
    0 0 22px #0cf;
}

.player-bio {
  margin: 10px 0 0 -6px;
  font-size: 14px;
  line-height: 1.5;
  opacity: .9;
}

.player-bio p {
  margin: 0;
  padding: 0;
}

.bio-more {
  color: #5de6ff;
}

.player-meta-row {
  position: absolute;
  top: 12px;
  right: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: nowrap;
  opacity: .7;
}

.player-meta-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: .9;
}

.player-meta-item .meta-icon {
  font-size: 10px;
  margin-right: 6px;
  opacity: .6;
  position: relative;
  top: 0;
}

.player-socials {
  margin: 13px 0 0 -6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.player-social {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px 0 0;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  transition: .2s ease;
}

.player-social:hover {
  background: rgba(255,255,255,.28);
}

.player-social .social-icon {
  height: 16px;
}

.player-avatar-wrap {
  flex-shrink: 0;
  z-index: 10;
}

.player-avatar {
  margin-top: -74px;
  height: 155px;
  border-radius: 10px;
  border: 4px solid rgba(255,255,255,.3) !important;
}

.player-input-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.player-overall-rank-pill {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
}

.player-input-type {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.player-input-type .input-icon {
  width: 16px;
  height: 16px;
}

.player-rank-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
}

.player-rank-tabs {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.rank-tab {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  background: rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease;
}

.rank-tab:hover,
.rank-tab.active {
  background: rgba(255,255,255,.32);
}

.rank-tab[data-rank=all] {
  padding: 4px 4px;
}

.medal-icon {
  font-size: 12px;
}

.medal-label {
  opacity: 1;
}

.medal-value {
  font-weight: 600;
}

.player-levels-played {
  padding: 4px 14px;
  background: rgba(255,255,255,.18);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.levels-label {
  opacity: 1;
}

.levels-value {
  font-weight: 700;
}

.rank-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -18px);
  padding: 6px 10px;
  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
  z-index: 9999;
}

.rank-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0,0,0,.85) transparent transparent transparent;
}

.rank-tooltip.visible {
  opacity: 1;
  transform: translate(-50%, -22px);
}

.player-scores-box {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d26c00;
  backdrop-filter: blur(2px) saturate(1.1);
  -webkit-backdrop-filter: blur(2px) saturate(1.1);
}

.player-scores-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(254,194,82,1) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(255,170,70,.35) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(255,150,60,.55) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(255,130,40,.5) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(255,165,90,.55) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(255,150,70,1) 0%, transparent 60%),
    radial-gradient(circle at 200% 150%, rgba(255,255,70,1) 20%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(255,160,60,.7) 0%, rgba(244,110,30,.7) 40%, rgba(220,100,40,.6) 100%);
  background-color: #f46a1f;
  filter: blur(45px) saturate(1.05) contrast(1.03);
  -webkit-filter: blur(45px) saturate(1.05) contrast(1.03);
  opacity: .74;
}

.player-scores-box > * {
  position: relative;
  z-index: 2;
}

.player-scores-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.player-scores-empty {
  padding: 20px;
  text-align: center;
  opacity: .8;
}

.player-avatar-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.player-scores-table,
.baddielb-table,
.baddielb-table--profile {
  font-weight: bold;
  text-shadow:
    0 0 4px rgba(255,120,30,.55),
    0 0 8px rgba(255,90,20,.45),
    0 0 12px rgba(220,70,10,.4);
}

.baddielb-table--profile th:nth-child(1),
.baddielb-table--profile td:nth-child(1) {
  width: 10%;
}

.baddielb-table--profile th:nth-child(2),
.baddielb-table--profile td:nth-child(2) {
  width: 5%;
}

.baddielb-table--profile th:nth-child(3),
.baddielb-table--profile td:nth-child(3) {
  width: 45%;
}

.baddielb-table--profile th:nth-child(4),
.baddielb-table--profile td:nth-child(4) {
  width: 10%;
}

.baddielb-table--profile th:nth-child(5),
.baddielb-table--profile td:nth-child(5) {
  width: 10%;
}

.baddielb-table--profile th:nth-child(6),
.baddielb-table--profile td:nth-child(6) {
  width: 13%;
}

.baddielb-table tbody tr:last-child::after {
  display: none !important;
}

.baddielb-level-wrap--profile {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}

.baddielb-level-name {
  display: inline-block;
}

.player-profile-page #squirtcore {
  display: none !important;
}