/* Halloween Tarot page only */
.page-id-22206 #secondary,
.page-id-22206 .widget-area,
.page-id-22206 aside {
    display: none !important;
}

.page-id-22206 #primary,
.page-id-22206 .content-area,
.page-id-22206 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Homepage banner - Almanac + October countdown */
.home .banner-grid-wrapper {
    grid-template-columns: 2fr 1fr !important;
}

.home .banner-grid-wrapper > .post-item:first-child {
    grid-column: 1 !important;
}

.home .banner-grid-wrapper > .post-item:nth-child(2) {
    grid-column: 2 !important;
}

/* Let both banner columns shrink properly */
.home .banner-grid-wrapper {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
}

.home .banner-grid-wrapper > .post-item {
    min-width: 0 !important;
}

/* Keep banner images inside their columns */
.home .banner-grid-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}

/* October countdown panel */
.home .banner-grid-wrapper > .post-item:nth-child(2) {
    text-align: center !important;
}

/* Tarot Month image */
.home .banner-grid-wrapper >
.post-item:nth-child(2) img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 15px 0 0 !important;
    display: block !important;
}/* Give Tarot image a wider container */
.home .banner-grid-wrapper >
.post-item:nth-child(2) .post-item-image {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
}
/* Make the countdown number shout */
.home .banner-grid-wrapper > .post-item:nth-child(2) .entry-content:first-letter {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 0.8;
}

/* Homepage banner - Almanac + October countdown */
.home .banner-grid-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
}

/* Make both grid items use their available space */
.home .banner-grid-wrapper > .post-item {
    min-width: 0 !important;
    width: 100% !important;
}
/* Give Tarot image a wider container */
.home .banner-grid-wrapper >
.post-item:nth-child(2) .post-item-image {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
}