/*
Theme Name: Beybe Babe Polka Pocket
Theme URI: https://beybe-babe.com
Author: beybe-babe
Description: Polka-dot header, colorful pocket menu, memo-pad cards. Child of Candy Cloud.
Template: beybe-babe-cute
Version: 3.4
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap');

:root {
  --pink: #ff6b9d;
  --pink-dark: #e84b86;
  --pink-soft: #ffd3e4;
  --pink-lighter: #fff0f6;
  --dot: #ffe4ef;
  --cream: #fff8f1;
  --ink: #3a2430;
}

html, body, button, input, textarea, select,
.site-logo, .post-title, .main-nav, .sidebar h3 {
  font-family: 'Nunito', sans-serif !important;
}

body {
  background: var(--cream) !important;
  color: var(--ink);
}

.top-bar { display: none !important; }

.site-header {
  background:
    radial-gradient(circle, #fff 2px, transparent 3px) 0 0 / 22px 22px,
    linear-gradient(#ffe4ef, #ffd6e8) !important;
  border-bottom: 3px dashed #ff9ec0;
  padding: 22px 18px 16px !important;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 10px 30px rgba(255,107,157,.15);
}

.header-image-wrap {
  max-width: 640px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 8px !important;
}
.header-image {
  max-width: 560px !important;
  border-radius: 18px !important;
}
.est-badge { display: none !important; }

.site-logo {
  font-weight: 900 !important;
  font-size: 2.1rem !important;
  letter-spacing: -0.5px;
  color: #3a2430 !important;
  text-shadow: none !important;
}
.site-tagline {
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #c45a84 !important;
}

.main-nav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  padding: 12px 0 0 !important;
}
.main-nav a,
.main-nav li a {
  display: inline-block !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #3a2430 !important;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px !important;
  border: 0 !important;
  box-shadow: 0 3px 0 rgba(0,0,0,.08);
}
.main-nav li:nth-child(1) a { background: #ffe56b; }
.main-nav li:nth-child(2) a { background: #ff9ec0; color: #fff !important; }
.main-nav li:nth-child(3) a { background: #b8f0c8; }
.main-nav li:nth-child(4) a { background: #9fd7ff; }
.main-nav li:nth-child(5) a { background: #ffd4a8; }
.main-nav li:nth-child(6) a { background: #e4c6ff; }
.main-nav li:nth-child(7) a { background: #fff; }
.main-nav a:hover { transform: translateY(-1px); }

.post-card,
.sidebar-card,
.sidebar .widget {
  background: #fff !important;
  border: 2px dashed #ffb7d0 !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 24px rgba(255,107,157,.08) !important;
  background-image: none !important;
}
.post-card::before,
.post-card::after { display: none !important; }

.post-title {
  font-weight: 800 !important;
  color: #3a2430 !important;
}

.read-more {
  background: #fff !important;
  color: #ff6b9d !important;
  border: 3px dotted #ff6b9d !important;
  border-radius: 999px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
}

.sidebar h3,
.sidebar .widget h3 {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px !important;
}

.tag-window {
  scrollbar-width: thin;
  scrollbar-color: #ff6b9d #ffe4ef;
}
.tag-window::-webkit-scrollbar { width: 10px; }
.tag-window::-webkit-scrollbar-track { background: #ffe4ef; border-radius: 999px; }
.tag-window::-webkit-scrollbar-thumb { background: #ff6b9d; border-radius: 999px; border: 2px solid #ffe4ef; }

/* titledots */

.post-title,
.post-title a {
  color: #e84b86 !important;
  font-weight: 800 !important;
}
.post-title a {
  border-bottom: 3px dotted #ff9ec0;
  padding-bottom: 2px;
}
.post-title a:hover {
  color: #ff6b9d !important;
  border-bottom-style: solid;
}

/* titlebg */

.post-title {
  display: inline-block;
  background: #ffe4ef !important;
  border-radius: 12px;
  padding: 6px 12px !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.post-title a {
  border-bottom: none !important;
}
