/*
Theme Name: Beer-o-meter
Author: 4webzones
Author URI: https://4webzones.pl/
Template: hello-elementor
Text Domain: Beer-o-meter
Version: 1.0
*/
/*
Version 1.1
Author: CetusPro
Author URI: https://cetuspro.com/
*/
/* line 26, style.scss */
html, body {
  background: #fff;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: p22-underground, sans-serif;
  font-style: normal;
  font-size: 1vw;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.8em;
  overflow-x: hidden; }

/* line 40, style.scss */
* {
  box-sizing: border-box;
  z-index: 1; }

/* line 44, style.scss */
*:before, *:after {
  box-sizing: inherit; }

/* line 47, style.scss */
a, a:visited, a:hover {
  transition: all 0.25s ease; }

/* line 50, style.scss */
::-moz-selection, ::selection {
  color: #000;
  background: #f58220; }

/* line 54, style.scss */
.page-main-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: auto;
  z-index: 9; }

/* line 66, style.scss */
.page-content {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important; }

/* line 73, style.scss */
h1, h2, h3, h4, h5, h6 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 9; }

/* line 82, style.scss */
.footer {
  z-index: 1; }

/* line 85, style.scss */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" -25, "opsz" 48; }
/* Version 1.0.0 */
.bom-blog-index,
.single-post {
    --blog-shell-width: min(1120px, calc(100% - 64px));
    --blog-text: #1f2328;
    --blog-muted: #6d7480;
    --blog-accent: #f5a623;
    --blog-border: #e4e7ec;
}

.bom-blog-index .page-main-content,
.single-post .page-main-content {
    background: #fafafa;
}

.single-post .page-main-content {
    overflow-y: visible;
}

.bom-blog-index .elementor-location-header,
.single-post .elementor-location-header {
    position: relative;
    min-height: clamp(92px, 7vw, 118px);
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 30;
}

.bom-blog-index .header,
.single-post .header {
    position: absolute !important;
    inset: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 10% 0 15% !important;
}

.bom-blog-index .header > .elementor,
.single-post .header > .elementor {
    width: 100%;
}

.bom-blog-index .sa,
.single-post .sa {
    position: fixed;
    inset: 0 0 auto 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 14px 10% 14px 15% !important;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    transform: none !important;
    z-index: 40 !important;
}

.blog-home {
    background: #fafafa;
    color: var(--blog-text);
}

.blog-container {
    width: var(--blog-shell-width);
    margin: 0 auto;
}

.blog-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(245, 130, 32, 0.18), transparent 24%),
        radial-gradient(circle at 94% 16%, rgba(245, 130, 32, 0.12), transparent 28%),
        linear-gradient(180deg, #1b1b1b 0%, #232323 100%);
    padding: 84px 0 92px;
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 42%, rgba(245, 130, 32, 0.04) 100%);
    pointer-events: none;
}

.blog-home .blog-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 470px);
    align-items: center;
    gap: 72px;
}

.blog-home .blog-hero__content {
    max-width: 530px;
}

.blog-home .blog-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.16);
    color: #f7b12c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}

.blog-home .blog-hero__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(38px, 3.6vw, 56px);
    line-height: 1.01;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.blog-home .blog-hero__title a {
    color: inherit;
    text-decoration: none;
}

.blog-home .blog-hero__excerpt {
    max-width: 470px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.74);
    margin: 0 0 34px;
}

.blog-home .blog-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 26px;
    border-radius: 999px;
    background: var(--blog-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(245, 130, 32, 0.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-home .blog-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(245, 130, 32, 0.28);
}

.blog-home .blog-hero__media {
    position: relative;
}

.blog-home .blog-hero__image-link {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 22px;
    overflow: hidden;
}

.blog-home .blog-hero__image {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    background: #353535;
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
}

.blog-home .blog-hero__image--placeholder {
    min-height: 388px;
    background:
        radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #585858 0%, #353535 52%, #232323 100%);
}

.blog-home .blog-hero__accent {
    display: none;
}

.blog-home .blog-hero--text-only .blog-hero__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
}

.blog-home .blog-hero--text-only .blog-hero__content {
    max-width: 760px;
    text-align: center;
}

.blog-home .blog-hero--text-only .blog-hero__excerpt {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.blog-home .blog-hero--text-only .blog-hero__button {
    justify-content: center;
}

.blog-list-section {
    padding: 78px 0 104px;
    background: #fafafa;
}

.blog-home .blog-list-section__header {
    max-width: 560px;
    margin: 0 auto 34px;
    text-align: center;
}

.blog-home .blog-list-section__title {
    margin: 0 0 12px;
    color: #1f2328;
    font-size: clamp(40px, 3vw, 56px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.blog-home .blog-list-section__subtitle {
    margin: 0;
    color: var(--blog-muted);
    font-size: 18px;
    line-height: 1.65;
}

.blog-home .blog-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 54px;
}

.blog-home .blog-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 999px;
    border: 1px solid var(--blog-border);
    background: #fff;
    color: #596270;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.blog-home .blog-filter:hover,
.blog-home .blog-filter.is-active {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: #fff;
    box-shadow: 0 12px 22px rgba(245, 130, 32, 0.22);
}

.blog-home .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 28px;
    align-items: start;
}

.blog-home .blog-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.blog-home .blog-card:hover {
    transform: translateY(-4px);
    border-color: #dfdfdf;
    box-shadow: 0 14px 32px rgba(31, 35, 40, 0.06);
}

.blog-home .blog-card__image-link {
    display: block;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.blog-home .blog-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    border-radius: 0;
}

.blog-home .blog-card__image--placeholder {
    background: linear-gradient(135deg, #e3e3e3 0%, #d0d0d0 100%);
    min-height: 220px;
}

.blog-home .blog-card__body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
}

.blog-home .blog-card__meta-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1;
}

.blog-home .blog-card__category {
    color: #f5a623;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.blog-home .blog-card__dot,
.blog-home .blog-card__reading-time {
    color: #9aa2ad;
}

.blog-home .blog-card__title {
    margin: 0 0 12px;
    color: #21242a;
    font-size: clamp(18px, 1.28vw, 24px);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.blog-home .blog-card__title a {
    display: -webkit-box;
    color: inherit;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-home .blog-card__excerpt {
    color: #707884;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-home .blog-card__date {
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
}

.blog-home .blog-pagination {
    margin-top: 36px;
    text-align: center;
}

.blog-home .blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    margin: 0 2px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    color: #2a2d31;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid var(--blog-border);
}

.blog-home .blog-pagination .page-numbers.current,
.blog-home .blog-pagination .page-numbers:hover {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: #fff;
}

.blog-home .blog-no-posts {
    text-align: center;
    color: #666;
}

.single-post-view {
    background: #fafafa;
    color: var(--blog-text);
}

body.single-post:not([class*=elementor-page-]) .site-main.single-post-view {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.single-post-view .blog-container {
    width: min(1320px, calc(100% - 96px));
}

.single-post-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(245, 130, 32, 0.18), transparent 24%),
        radial-gradient(circle at 94% 16%, rgba(245, 130, 32, 0.12), transparent 28%),
        linear-gradient(180deg, #1b1b1b 0%, #232323 100%);
    padding: 84px 0 92px;
}

.single-post-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 42%, rgba(245, 130, 32, 0.04) 100%);
    pointer-events: none;
}

.single-post-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 560px);
    align-items: center;
    gap: clamp(44px, 5vw, 84px);
}

.single-post-view .single-post-hero__content {
    max-width: 700px;
}

.single-post-view .single-post-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.16);
    color: #f7b12c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
}

.single-post-view .single-post-hero__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(40px, 4vw, 62px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.single-post-view .single-post-hero__title a {
    color: inherit;
    text-decoration: none;
}

.single-post-view .single-post-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1;
}

.single-post-view .single-post-hero__excerpt {
    max-width: 540px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.7;
}

.single-post-hero__media {
    position: relative;
}

.single-post-hero__image-link {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

.single-post-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
}

.single-post-hero--text-only .single-post-hero__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
}

.single-post-hero--text-only .single-post-hero__content {
    max-width: 820px;
    text-align: center;
}

.single-post-hero--text-only .single-post-hero__meta {
    justify-content: center;
}

.single-post-hero--text-only .single-post-hero__excerpt {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.single-post-shell {
    position: relative;
    z-index: 2;
    width: min(1160px, 100%);
    max-width: none;
    margin: -18px auto 36px;
    padding: clamp(28px, 4vw, 46px);
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(31, 35, 40, 0.06);
}

.single-post-content {
    color: #24282f;
    font-size: 18px;
    line-height: 1.85;
}

.single-post-view .single-post-content > :first-child {
    margin-top: 0 !important;
}

.single-post-content > * + * {
    margin-top: 1.2em;
}

.single-post-view .single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: #171717;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-top: 1.5em;
    margin-bottom: 0.4em;
}

.single-post-view .single-post-content h1 {
    font-size: clamp(34px, 3vw, 44px);
    font-weight: 700;
}

.single-post-content h2 {
    font-size: clamp(30px, 2.4vw, 42px);
    font-weight: 700;
}

.single-post-content h3 {
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 700;
}

.single-post-content img,
.single-post-content iframe,
.single-post-content video,
.single-post-content .wp-caption {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 1.2em;
}

.single-post-content blockquote {
    margin: 1.6em 0;
    padding: 0.2em 0 0.2em 1.2em;
    border-left: 3px solid var(--blog-accent);
    color: #545d68;
}

.single-post-tags {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #ececec;
    color: #616a75;
    font-size: 14px;
}

.single-post .comments-area {
    width: min(1160px, calc(100% - 64px));
    max-width: none;
    margin: 0 auto 72px;
    padding: clamp(24px, 3vw, 36px);
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 24px;
}

@media (max-width: 1180px) {
    .blog-home .blog-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
        gap: 48px;
    }

    .single-post-view .blog-container {
        width: min(1180px, calc(100% - 72px));
    }

    .single-post-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
        gap: 48px;
    }
}

@media (max-width: 1024px) {
    .blog-home .blog-hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .blog-home .blog-hero__content {
        max-width: 100%;
    }

    .blog-home .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-post-hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .single-post-view .single-post-hero__content {
        max-width: 100%;
    }

    .single-post-view .blog-container,
    .single-post-shell,
    .single-post .comments-area {
        width: min(calc(100% - 48px), 1080px);
    }
}

@media (max-width: 767px) {
    .bom-blog-index,
    .single-post {
        --blog-shell-width: min(100% - 32px, 1120px);
    }

    .bom-blog-index .elementor-location-header,
    .single-post .elementor-location-header {
        min-height: 76px;
    }

    .bom-blog-index .header,
    .single-post .header {
        padding: 0 5% !important;
    }

    .bom-blog-index .sa,
    .single-post .sa {
        padding: 12px 5% !important;
    }

    .blog-hero {
        padding: 54px 0 54px;
    }

    .blog-home .blog-hero__title {
        font-size: clamp(34px, 10vw, 46px);
    }

    .blog-home .blog-hero__excerpt,
    .blog-home .blog-list-section__subtitle {
        font-size: 16px;
    }

    .blog-list-section {
        padding: 54px 0 72px;
    }

    .blog-home .blog-filters {
        justify-content: flex-start;
        margin-bottom: 36px;
    }

    .blog-home .blog-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .blog-home .blog-card__title {
        font-size: clamp(20px, 7vw, 26px);
    }

    .single-post-hero {
        padding: 54px 0 56px;
    }

    .single-post-view .blog-container,
    .single-post-shell,
    .single-post .comments-area {
        width: min(calc(100% - 32px), 1080px);
    }

    .single-post-view .single-post-hero__title {
        font-size: clamp(34px, 10vw, 46px);
    }

    .single-post-view .single-post-hero__excerpt,
    .single-post-content {
        font-size: 16px;
    }

    .single-post-shell {
        margin-top: -20px;
        margin-bottom: 26px;
        padding: 24px 20px;
        border-radius: 20px;
    }

    .single-post .comments-area {
        margin-bottom: 52px;
        padding: 22px 20px;
        border-radius: 20px;
    }
}
