/* blog styles */
.col-66 {
    width: 66.66% !important;
}

.col-33 {
    width: 33.33% !important;
}

.border-left {
    border-left: 1px solid var(--gray-text);
}

.postbody .col-66 img,
.postbody .col-33 img {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.postbody .col-66 img {
    max-height: 400px;
}

.poem {
    background: var(--light-gray);
    padding: 1rem;
    max-width: max-content;
    margin: 2rem auto;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

/* Add custom class to hide qty selection */
.arone-product-landing-page.hide-qty .column.quantity-wrapper {
    display: none;
}

/* checkout as guest text styles */
.htmlcontent-body ul {
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 1279px) {
    /* checkout as guest styles */
    .login__wrapper .columns {
        flex-direction: column;
        display: flex;
    }
}

@media (max-width: 767px) {

    .col-66,
    .col-33 {
        width: 100% !important;
    }
}

/* INFIGO Hide NEW PAGE + button in editor JULY 25*/
.catfish-button.is-primary.addPageButton.catfish-button.has-text-hidden-mobile.btn.btn-xs.btn-primary.pageItemInline {
    display: none;
}