/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/post-navigation/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 */
/** Height */
/** 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 */
/** Width */
.wp-block-c83-post-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.wp-block-c83-post-navigation:has(.wp-block-c83-post-navigation) > div {
  width: 100%;
}
.wp-block-c83-post-navigation > a {
  display: flex;
  flex-direction: row;
}
.wp-block-c83-post-navigation > a:last-of-type {
  flex-direction: row-reverse;
}
.wp-block-c83-post-navigation > a svg {
  fill: currentColor;
  transform: scale(1);
  max-height: 24px;
  margin-bottom: 2px;
}
@media (min-width: 640px) {
  .wp-block-c83-post-navigation {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .wp-block-c83-post-navigation > a:last-of-type {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .wp-block-c83-post-navigation.c83-post-navigation-change\@s {
    flex-direction: row;
  }
  .wp-block-c83-post-navigation.c83-post-navigation-change\@s > a svg {
    transform: scale(2);
  }
}
@media (max-width: 960px) {
  .wp-block-c83-post-navigation.c83-post-navigation-change\@m {
    flex-direction: row;
  }
  .wp-block-c83-post-navigation.c83-post-navigation-change\@m > a svg {
    transform: scale(2);
  }
}
@media (max-width: 1200px) {
  .wp-block-c83-post-navigation.c83-post-navigation-change\@l {
    flex-direction: row;
  }
  .wp-block-c83-post-navigation.c83-post-navigation-change\@l > a svg {
    transform: scale(2);
  }
}
@media (max-width: 1600px) {
  .wp-block-c83-post-navigation.c83-post-navigation-change\@xl {
    flex-direction: row;
  }
  .wp-block-c83-post-navigation.c83-post-navigation-change\@xl > a svg {
    transform: scale(2);
  }
}
