/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/post-grid/src/style.scss ***!
  \**************************************************************************************************************************/
/**
 * Block's stylesheet
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet global variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet base variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet inverse variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet components variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/** Accordion */
/** Alert */
/** Align */
/** Animation */
/** Article */
/** Background */
/** Badge */
/** Breadcrumb */
/** Button */
/** Card */
/** Close */
/** Column */
/** Comment */
/** Container */
/** Countdown */
/** Description */
/** Divider */
/** Internal */
/** Divider */
/** Dotnav */
/** Drop */
/** Dropbar */
/** Dropdown */
/** Dropnav */
/** Form */
/** Internal */
/** Grid */
/** Heading */
/** Icon */
/** Iconnav */
/** Label */
/** Leader */
/** Lightbox */
/** Link */
/** List */
/** Internal */
/** Margin */
/** Marker */
/** Modal */
/** Nav */
/** Navbar */
/** Notification */
/** Offcanvas */
/** Overlay */
/** Padding */
/** Pagination */
/** Placeholder */
/** Position */
/** Progress */
/** Search */
/** Section */
/** Slidenav */
/** Slider */
/** Sortable */
/** Spinner */
/** Sticky */
/** Subnav */
/** Tab */
/** Table */
/** Text */
/** Thumbnav */
/** Tile */
/** Tooltip */
/** Totop */
/** Transition */
/** Panel */
/** Border */
/** Box */
/** Dropcap */
/** Logo */
/** Dragover */
/** Deprecated */
/** Breakpoint */
/** Height */
/** Width */
@media (min-width: 640px) {
  .wp-block-c83-post-grid .uk-card.c83-card-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wp-block-c83-post-grid .uk-card.c83-card-horizontal > .wp-block-c83-card-media {
    display: block;
    min-width: 50%;
    align-self: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 960px) {
  .wp-block-c83-post-grid .uk-card.c83-card-horizontal > .wp-block-c83-card-media {
    min-width: 33.333%;
  }
}
