/******************************************************************************************************** */
/*                                                                                               General  */
/******************************************************************************************************** */
.pmpro_btn-submit-checkout[disabled] {
    opacity: 0.3 !important;
    cursor: no-drop !important;
}



/******************************************************************************************************** */
/*                                                                                               Header   */
/******************************************************************************************************** */




/******************************************************************************************************** */
/*                                                                                            Post feed   */
/******************************************************************************************************** */
.remote-post-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.remote-post img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.remote-post-title {
    font-size: 19px;
    font-weight: 600;
}