/*
Theme Name: Brandwink Blog
Theme URI: https://brandwink.net/
Author: Brandwink
Author URI: https://brandwink.net/
Description: Custom WordPress blog theme for Brandwink with the same header and footer as the main agency website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: brandwink-blog
*/

body.brandwink-blog {
  background: #fff;
}

.brandwink-blog .site-header {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(45, 50, 57, 0.08);
}

.brandwink-blog .blog-hero {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 54%, #edf8f4 100%);
  padding: 165px 0 88px;
}

.brandwink-blog .blog-hero span,
.brandwink-blog .post-section-label {
  color: #7e79f9;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.brandwink-blog .blog-hero h1 {
  color: #2d3239;
  font-size: 56px;
  line-height: 1.12;
  margin: 0 0 20px;
}

.brandwink-blog .blog-hero p {
  color: #656c72;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 760px;
}

.brandwink-blog .blog-archive-section {
  padding: 105px 0 115px;
}

.brandwink-blog .blog-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brandwink-blog .blog-card {
  background: #fff;
  border: 1px solid #eceef5;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(45, 50, 57, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brandwink-blog .blog-card:hover {
  box-shadow: 0 18px 44px rgba(45, 50, 57, 0.12);
  transform: translateY(-4px);
}

.brandwink-blog .blog-card-image {
  background: #f5f6fa;
  display: block;
  overflow: hidden;
  position: relative;
}

.brandwink-blog .blog-card-image:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.brandwink-blog .blog-card-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.brandwink-blog .blog-card-image.placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.brandwink-blog .blog-card-image.placeholder:after {
  color: #7e79f9;
  content: "Brandwink";
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
}

.brandwink-blog .blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.brandwink-blog .blog-meta {
  color: #90949a;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.brandwink-blog .blog-meta a {
  color: #7e79f9;
}

.brandwink-blog .blog-card h2 {
  font-size: 23px;
  line-height: 1.35;
  margin: 0 0 13px;
}

.brandwink-blog .blog-card h2 a,
.brandwink-blog .single-post-title {
  color: #2d3239;
}

.brandwink-blog .blog-card p {
  color: #656c72;
  line-height: 1.75;
  margin-bottom: 22px;
}

.brandwink-blog .read-more-link {
  color: #7e79f9;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
}

.brandwink-blog .read-more-link i {
  margin-left: 7px;
}

.brandwink-blog .brandwink-pagination {
  margin-top: 55px;
  text-align: center;
}

.brandwink-blog .brandwink-pagination .page-numbers {
  align-items: center;
  border: 1px solid #eceef5;
  border-radius: 50%;
  color: #656c72;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin: 0 4px 8px;
  width: 44px;
}

.brandwink-blog .brandwink-pagination .page-numbers.current,
.brandwink-blog .brandwink-pagination .page-numbers:hover {
  background: #7e79f9;
  border-color: #7e79f9;
  color: #fff;
}

.brandwink-blog .single-post-section {
  padding: 155px 0 115px;
}

.brandwink-blog .single-post-wrap {
  margin: 0 auto;
  max-width: 920px;
}

.brandwink-blog .single-post-header {
  margin-bottom: 34px;
  text-align: center;
}

.brandwink-blog .single-post-title {
  font-size: 50px;
  line-height: 1.18;
  margin: 0 0 16px;
}

.brandwink-blog .single-featured-image {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(45, 50, 57, 0.12);
  margin-bottom: 42px;
  overflow: hidden;
}

.brandwink-blog .single-featured-image img {
  display: block;
  height: auto;
  width: 100%;
}

.brandwink-blog .post-content {
  color: #656c72 !important;
  font-size: 18px;
  line-height: 1.85;
}

.brandwink-blog .post-content p,
.brandwink-blog .post-content ul,
.brandwink-blog .post-content ol,
.brandwink-blog .post-content blockquote,
.brandwink-blog .post-content figure {
  margin-bottom: 26px;
}

.brandwink-blog .post-content h2,
.brandwink-blog .post-content h3,
.brandwink-blog .post-content h4 {
  color: #2d3239;
  margin: 42px 0 16px;
}

.brandwink-blog .post-content a {
  color: #7e79f9;
  font-weight: 600;
}

.brandwink-blog .post-content blockquote {
  background: #f8f9ff;
  border-left: 4px solid #7e79f9;
  color: #41516a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  padding: 24px 28px;
}

.brandwink-blog .post-tags {
  border-top: 1px solid #eceef5;
  margin-top: 44px;
  padding-top: 24px;
}

.brandwink-blog .post-tags a {
  background: #f8f9ff;
  border-radius: 50px;
  color: #656c72;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 7px 14px;
}

.brandwink-blog .post-nav {
  border-top: 1px solid #eceef5;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 44px;
  padding-top: 34px;
}

.brandwink-blog .post-nav a {
  background: #fff;
  border: 1px solid #eceef5;
  border-radius: 8px;
  color: #2d3239;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 20px;
}

.brandwink-blog .no-posts {
  background: #f8f9ff;
  border-radius: 8px;
  padding: 42px;
  text-align: center;
}

.brandwink-blog .whatsapp-float {
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;
  bottom: 30px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
  display: flex;
  height: 55px;
  justify-content: center;
  position: fixed;
  right: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 55px;
  z-index: 9999;
}

.brandwink-blog .whatsapp-float:hover {
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.7);
  transform: scale(1.1);
}

.brandwink-blog .whatsapp-float img {
  height: 32px;
  width: 32px;
}

@media (max-width: 1199px) {
  .brandwink-blog .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brandwink-blog .blog-hero h1,
  .brandwink-blog .single-post-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .brandwink-blog .blog-hero {
    padding: 132px 0 70px;
  }

  .brandwink-blog .single-post-section {
    padding: 120px 0 90px;
  }
}

@media (max-width: 767px) {
  .brandwink-blog .blog-grid,
  .brandwink-blog .post-nav {
    grid-template-columns: 1fr;
  }

  .brandwink-blog .blog-hero h1,
  .brandwink-blog .single-post-title {
    font-size: 36px;
  }

  .brandwink-blog .blog-hero p,
  .brandwink-blog .post-content {
    font-size: 16px;
  }

  .brandwink-blog .blog-archive-section {
    padding: 75px 0 85px;
  }
}


.h3, h3 {
    font-size: 22px;
    font-weight: 600 !important;
}
