.blog-content,
.gentlemanspursuits-blog-content {
    line-height: 1.8;
    min-height: 100vh;
    margin-bottom: 40px;
    font-size: 18px;
}

.mb-15 {
    margin-bottom: 15px;
}

.image-credit {
    font-size: 12px;
    font-style: italic;
    color: #6B6E70;
}

.gallery-content {
    line-height: 40px;
    min-height: 100vh;
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
}

.gallery-content img {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 750px;
    object-fit: cover;
}

.gallery-content figure {
    max-width: 100%;
    margin: auto;
}

.gallery-info-page {
    width: 100%;
    text-align: left;
}

figcaption {
    font-style: italic;
    color: #6B6E70;
}

.aff-disclaimer {
    background-color: #f7f8f9;
    padding: 15px;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 17px;
}

.next-button-gallery {
    z-index: 10;
    position: relative;
}

.gallery-title {
    text-align: left;
}

.blog-content a:not(.content-btn):not(.next-button-gallery),
.gentlemanspursuits-blog-content a:not(.content-btn):not(.next-button-gallery) {
    color: var(--color-primary) !important;
}

.blog-img-header {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.delete-single {
    margin: 30px;
    cursor: pointer;
}

.date-published {
    color: #6B6E70;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
}

.blog-content img:not(.buy-card-img):not(.fallback):not(.gallery-img-header),
.gentlemanspursuits-blog-content img:not(.buy-card-img):not(.fallback):not(.gallery-img-header) {
    max-height: 500px;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top-ad-wrapper {
    margin-top: 100px;
}

.author-card-about {
    text-align: left;
    margin: 10px 0;
    line-height: 30px;
}

.author-card-about div {
    margin-top: 10px;
}

.author-card-img {
    text-align: left;
    position: relative;
}

.author-card-img img {
    width: 50px;
    border-radius: 50%;
}

.author-card-img span{
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-signup {
    width: 100%;
    border: 2px solid var(--color-primary);
    margin-bottom: 40px;
    border-radius: 5px;
    padding-bottom: 20px;
    background-color: #E6E3D2;
}

#lp-submit-button {
    margin-top: 20px;
    border-radius: 5px;
}

.blog-signup-disclaimer {
    margin-top: 30px;
    font-size: 12px;
    color: #6B6E70;
    font-style: italic;
    padding: 0 30px;
}

@media screen and (max-width: 600px) {
    .image-credit {
        margin-bottom: 10px;
    }

    .b-dates {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .about-author-card {
        width: 90%;
        margin: auto;
        padding: 20px;
        box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
    }

    .next-button-gallery {
        width: 90%;
        background-color: var(--color-primary);
        height: 40px;
        border: none;
        border-radius: 5px;
        display: block;
        margin: 20px auto;
        color: black !important;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .video-iframe-wrapper {
        height: 300px;
        margin: auto auto 40px auto !important;
    }

    .blog-post-wraper {
        margin: 20px auto;
        width: 90%;
        min-height: 100vh;
    }
    .blog-sidebar {
        width: 90%;
        margin: auto;
    }

    .banner-ad-wrapper {
        max-height: 90px;
        margin: 60px auto 40px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        width: 99%;
        z-index: 1;
    }

    .sticky-ad-footer {
        max-height: 90px;
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    .blog-content img:not(.buy-card-img):not(.fallback):not(.gallery-img-header) {
        max-height: 500px;
        width: 100%;
        object-fit: cover;
        min-height: 300px;
    }

    .blog-content li {
        line-height: 40px;
        font-size: 20px;
        margin-top: 10px;
    }

    .blog-img-header {
        min-height: 180px;
        margin-bottom: 20px;
    }

    .blog-content p {
        font-size: 20px;
    }

    .blog-content h2 {
        font-size: 28px;
    }

    .date-published {
        font-size: 18px;
    }

    .header-blog-widget {
        display: flex;
    }

    .page-header {
        display: flex;
        width: 95%;
        margin: auto;
        flex-wrap: wrap;
    }

    .whisky-details-sidebar {
        width: 95%;
        margin: auto;
    }

    .pc-img-header {
        max-width: 100%;
    }

    .content-btn {
        background-color: var(--color-primary);
        color: black !important;
        width: 90%;
        margin: auto;
        border-radius: 15px;
        height: fit-content;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 5px 20px;
    }

    .buy-card {
        border: 2px solid black;
        border-radius: 5px;
        padding: 20px;
    }

    .buy-card h3 {
        margin: 0 0 10px 0 ;
    }
    
    .buy-card-wrap:nth-child(1) img{
        height: 350px !important;
        margin: 20px auto;
        display: block;
    }

    .buy-card-wrap:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .buy-link {
        width: fit-content;
        height: 30px;
        line-height: 30px;
        padding: 10px;
        border: 2px solid var(--color-primary);
        border-radius: 5px;
        text-decoration: none;
        color: black;
        margin: 0 auto 20px auto;
    }

    .content-related-whiskies {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content-related-news {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content-related-card {
        width: 50%;
        color: black;
        text-decoration: none;
    }

    .gallery-img-header {
        max-width: 100%;
        max-height: 300px;
    }

    .date-published-byline {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: center;
        color: #6B6E70;
        font-style: italic;
        margin-bottom: 10px;
    }

    .date-published-byline span{
        width: 100%;
        text-align: left;
        margin: 5px;
    }

    .time-read {
        display: flex;
        flex-direction: row;
        width: 100%;
        text-align: left;
        justify-content: left;
        align-items: center;
        color: #6B6E70;
    }

    .time-read svg{
        margin-right: 5px;
    }

    .content-related-news {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content-related-news-card {
        width: 300px;
        color: black;
        text-decoration: none;
        text-align: left;
        margin-bottom: 20px;
    }

    .related-news-wrapper {
        margin-bottom: 40px;
    }

    .content-related-news-card h5 {
        margin-bottom: 10px;
    }

    .r-n-date {
        font-size: 14px;
    }

    .content-related-card {
        width: 200px;
        color: black;
        text-decoration: none;
    }
}

.fixed {
    position: fixed;
    width: 300px;
    bottom: 15px;
}

.fixed-bottom {
    bottom: 306px;
}

.blog-content p,
.gentlemanspursuits-blog-content p {
    margin: 0;
    text-align: left !important;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.gentlemanspursuits-blog-content h2,
.gentlemanspursuits-blog-content h3,
.gentlemanspursuits-blog-content h4 {
    text-align: left !important;
    margin: 1.5em 0 0.8em 0;
}

.blog-content h3,
.gentlemanspursuits-blog-content h3 {
    text-decoration: underline;
}

@media (min-width: 601px) and (max-width:1500px){
    .date-published-byline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: #6B6E70;
        font-style: italic;
        margin-bottom: 20px;
    }

    .about-author-card {
        width: 95%;
        margin: auto;
        padding: 20px;
        box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
    }

    .b-dates {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .b-dates div:last-child {
        margin-left: 5px;
    }
    
    .b-dates div:first-child::after {
        content: '|';
    }

    
    .gallery-img-header {
        width: 100%;
        max-height: 500px;
    }

    .next-button-gallery {
        width: 70%;
        background-color: var(--color-primary);
        height: 40px;
        border: none;
        border-radius: 5px;
        display: block;
        margin: 20px auto;
        color: black !important;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .video-iframe-wrapper {
        height: 465px;
        width: 90%;
        margin: auto auto 40px auto !important;
    }

    .blog-post-wraper {
        width: 65%;
        min-height: 100vh;
    }

    .blog-content img:not(.buy-card-img):not(.fallback):not(.gallery-img-header) {
        min-height: 500px;
    }

    .blog-content li {
        font-size: 18px;
        margin-top: 10px;
    }

    .blog-post-page {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .blog-wp-post-page {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding-top: 70px;
    }

    .blog-sidebar {
        width: 300px;
        /* margin-left: 120px; */
    }

    .banner-ad-wrapper {
        max-width: 730px;
        max-height: 90px;
        margin: 80px auto 20px;
    }
    
    .sticky-ad-footer {
        display: none;
    }

    .blog-img-header {
        min-height: 400px;
        margin: 30px 0 20px 0;
    }

    .blog-content p {
        font-size: 18px;
    }

    .blog-content h2 {
        font-size: 26px;
    }


    .date-published {
        font-size: 16px;
    }

    .page-header {
        display: flex;
        width: 100%;
        margin: auto;
        align-items: center;
    }

    .whisky-details-sidebar {
        max-width: 20%;
        min-width: 300px;
    }

    .content-btn {
        background-color: var(--color-primary);
        color: black !important;
        width: fit-content;
        margin: auto;
        border-radius: 15px;
        height: 40px;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 5px 20px;
    }

    .buy-card {
        border: 2px solid black;
        border-radius: 5px;
        padding: 20px;
    }

    .buy-card h3 {
        margin: 0 0 10px 0 ;
    }

    .b-card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .buy-card-wrap {
        width: 50%;
    }
    
    .buy-card-wrap:nth-child(1) img{
        float: left;
        height: 350px !important;
    }

    .buy-card-wrap:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .buy-link {
        width: fit-content;
        height: 30px;
        line-height: 30px;
        padding: 10px;
        border: 2px solid var(--color-primary);
        border-radius: 5px;
        text-decoration: none;
        color: black;
        margin-bottom: 20px;
    }

    .content-related-title {
        width: 100%;
        text-align: left;
    }

    .content-related-whiskies {
        display: flex;
        flex-direction: row;
    }

    .content-related-news {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .content-related-news-card {
        width: 30%;
        color: black;
        text-decoration: none;
        text-align: left;
    }

    .rc-img-wrapper img {
        max-width: 100%;
    }

    .related-news-wrapper {
        margin-bottom: 40px;
    }

    .content-related-news-card h5 {
        margin-bottom: 10px;
    }

    .r-n-date {
        font-size: 14px;
    }

    .content-related-card {
        width: 200px;
        color: black;
        text-decoration: none;
    }

    .time-read {
        display: flex;
        flex-direction: row;
        width: 100%;
        text-align: left;
        justify-content: left;
        align-items: center;
        color: #6B6E70;
    }

    .time-read svg{
        margin-right: 5px;
    }
}

@media screen and (min-width: 1501px) {
    .date-published-byline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: #6B6E70;
        font-style: italic;
        margin-bottom: 20px;
    }

    .about-author-card {
        width: 95%;
        margin: auto;
        padding: 20px;
        box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
    }

    .b-dates {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .b-dates div:last-child {
        margin-left: 5px;
    }
    
    .b-dates div:first-child::after {
        content: '|';
    }

    
    .gallery-img-header {
        width: 100%;
        max-height: 500px;
    }

    .next-button-gallery {
        width: 70%;
        background-color: var(--color-primary);
        height: 40px;
        border: none;
        border-radius: 5px;
        display: block;
        margin: 20px auto;
        color: black !important;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .video-iframe-wrapper {
        height: 465px;
        width: 90%;
        margin: auto auto 40px auto !important;
    }

    .blog-post-wraper {
        width: 65%;
        min-height: 100vh;
    }

    .blog-content img:not(.buy-card-img):not(.fallback):not(.gallery-img-header) {
        min-height: 500px;
    }

    .blog-content li {
        font-size: 18px;
        margin-top: 10px;
    }

    .blog-post-page {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .blog-wp-post-page {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
    }

    .blog-sidebar {
        width: 300px;
        /* margin-left: 120px; */
    }

    .banner-ad-wrapper {
        max-width: 730px;
        max-height: 90px;
        margin: 80px auto 20px;
    }
    
    .sticky-ad-footer {
        display: none;
    }

    .blog-img-header {
        min-height: 400px;
        margin: 30px 0 20px 0;
    }

    .blog-content p {
        font-size: 18px;
    }

    .blog-content h2 {
        font-size: 26px;
    }


    .date-published {
        font-size: 16px;
    }

    .page-header {
        display: flex;
        width: 100%;
        margin: auto;
        align-items: center;
    }

    .whisky-details-sidebar {
        max-width: 20%;
        min-width: 300px;
    }

    .content-btn {
        background-color: var(--color-primary);
        color: black !important;
        width: fit-content;
        margin: auto;
        border-radius: 15px;
        height: 40px;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 5px 20px;
    }

    .buy-card {
        border: 2px solid black;
        border-radius: 5px;
        padding: 20px;
    }

    .buy-card h3 {
        margin: 0 0 10px 0 ;
    }

    .b-card-wrapper {
        display: flex;
        flex-direction: row;
    }

    .buy-card-wrap {
        width: 50%;
    }
    
    .buy-card-wrap:nth-child(1) img{
        float: left;
        height: 350px !important;
    }

    .buy-card-wrap:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .buy-link {
        width: fit-content;
        height: 30px;
        line-height: 30px;
        padding: 10px;
        border: 2px solid var(--color-primary);
        border-radius: 5px;
        text-decoration: none;
        color: black;
        margin-bottom: 20px;
    }

    .content-related-title {
        width: 100%;
        text-align: left;
    }

    .content-related-whiskies {
        display: flex;
        flex-direction: row;
    }

    .content-related-news {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .content-related-news-card {
        width: 300px;
        color: black;
        text-decoration: none;
        text-align: left;
    }

    .related-news-wrapper {
        margin-bottom: 40px;
    }

    .content-related-news-card h5 {
        margin-bottom: 10px;
    }

    .r-n-date {
        font-size: 14px;
    }

    .content-related-card {
        width: 200px;
        color: black;
        text-decoration: none;
    }

    .time-read {
        display: flex;
        flex-direction: row;
        width: 100%;
        text-align: left;
        justify-content: left;
        align-items: center;
        color: #6B6E70;
    }

    .time-read svg{
        margin-right: 5px;
    }
}



.tag-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.tag {
    padding: 8px;
    border: 1px solid var(--color-primary);
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
}

.tag:hover {
    background-color: var(--color-footer-bg);
}

.tag-gentlemanspursuits {
    padding: 8px;
    border: 1px solid var(--color-primary);
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
}

.tag-title-gentlemanspursuits {
    text-align: left;
    border-top: 2px solid var(--color-primary);
    padding-top: 20px;
}

.tag-title {
    text-align: left;
    border-top: 2px solid var(--color-primary);
    padding-top: 20px;
}

/* ============================================= */
/*  WhiskeyPulse – Newsletter Embed              */
/* ============================================= */

.wp-newsletter-embed {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-newsletter-card {
  max-width: 640px;
  margin: 0 auto;
  background: #1a1a1a;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wp-newsletter-header {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: #1a1a1a;
  padding: 2rem 1.8rem;
  text-align: center;
}

.wp-newsletter-header h3 {
  margin: 0 0 0.8rem 0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #1a1a1a;
}

.wp-newsletter-subhead {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.55;
  opacity: 0.95;
  font-weight: 400;
  color: #1a1a1a;
}

.wp-newsletter-body {
  padding: 2rem 1.8rem;
  background: #111111;
  color: #E6E3D2;
  text-align: center;
}

/* Google Button */
.wp-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  background: white;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wp-google-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Divider */
.wp-divider {
  position: relative;
  margin: 1.8rem 0;
  color: #b1aa99;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #333;
}

.wp-divider span {
  background: #111111;
  padding: 0 1rem;
}

/* Form */
.wp-email-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 360px;
  margin: 0 auto;
}

.wp-email-input {
  padding: 1rem 1.2rem;
  font-size: 1rem;
  border: 1px solid #3c3c3c;
  border-radius: 8px;
  background: #1e1e1e;
  color: #E6E3D2;
  outline: none;
  transition: border 0.2s;
}

.wp-email-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(227, 130, 0, 0.28);
}

.wp-submit-btn {
  background: var(--color-primary);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wp-submit-btn:hover {
  background: var(--color-primary-hover);
}

/* Error & Footer */
.wp-error-msg {
  color: #ff6b6b;
  font-size: 0.95rem;
  font-weight: 500;
  min-height: 1.4em;
  margin: 0.5rem 0 1rem;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  display: none;
}

.wp-error-msg:not(:empty) {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.wp-newsletter-footer-note {
  margin-top: 1.8rem;
  font-size: 0.85rem;
  color: #b1aa99;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 480px) {
  .wp-newsletter-header {
    padding: 1.6rem 1.2rem;
  }
  .wp-newsletter-header h3 {
    font-size: 1.7rem;
  }
  .wp-newsletter-body {
    padding: 1.6rem 1.2rem;
  }
  .wp-google-btn {
    width: 60%;
  }
}

/* ============================================= */
/*  Gentleman's Pursuits – Newsletter Embed      */
/* ============================================= */

.gp-newsletter-embed {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gp-newsletter-card {
  max-width: 640px;
  margin: 0 auto;
  background: #0f1112;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.gp-newsletter-header {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: white;
  padding: 2rem 1.8rem;
  text-align: center;
}

.gp-newsletter-header h3 {
  margin: 0 0 0.8rem 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.gp-newsletter-subhead {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.95;
  font-weight: 400;
}

.gp-newsletter-body {
  padding: 2rem 1.8rem;
  background: #111314;
  color: #e0e0e0;
  text-align: center;
}

.gp-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  background: white;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gp-google-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.gp-divider {
  position: relative;
  margin: 1.8rem 0;
  color: #6B6E70;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gp-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #333639;
}

.gp-divider span {
  background: #111314;
  padding: 0 1rem;
}

.gp-email-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 360px;
  margin: 0 auto;
}

.gp-email-input {
  padding: 1rem 1.2rem;
  font-size: 1rem;
  border: 1px solid #44484a;
  border-radius: 8px;
  background: #1a1d1f;
  color: white;
  outline: none;
  transition: border 0.2s;
}

.gp-email-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(92, 131, 116, 0.25);
}

.gp-submit-btn {
  background: var(--color-primary);
  color: white;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gp-submit-btn:hover {
  background: var(--color-primary-hover);
}

.gp-error-msg {
  color: #ff6b6b;
  font-size: 0.95rem;
  font-weight: 500;
  min-height: 1.4em;
  margin: 0.5rem 0 1rem;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  display: none;
}

.gp-error-msg:not(:empty) {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.gp-newsletter-footer-note {
  margin-top: 1.8rem;
  font-size: 0.85rem;
  color: #888c8f;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .gp-newsletter-header {
    padding: 1.6rem 1.2rem;
  }
  .gp-newsletter-header h3 {
    font-size: 1.7rem;
  }
  .gp-newsletter-body {
    padding: 1.6rem 1.2rem;
  }
  .gp-google-btn {
    width: 60%;
  }
}
