@charset "UTF-8";

/*!
Theme Name: JAV Siroutosiritai (Cocoon Child)
Description: English-facing JAV product-code wiki / aggregator (Cocoon child theme)
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** Child theme overrides
************************************/
/* Related posts: flex layout (Cocoon) */
#related-entries .related-list{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
#related-entries .related-entry-card-wrap{
  flex:1 1 calc(50% - 14px);
  max-width:calc(50% - 14px);
}
@media screen and (max-width: 834px){
  #related-entries .related-entry-card-wrap{
    flex-basis:100%;
    max-width:100%;
  }
}

/************************************
** Responsive breakpoints
************************************/
/* max 1023px */
@media screen and (max-width: 1023px){
  /* Add rules here. */
}

/* max 834px */
@media screen and (max-width: 834px){
  /* Add rules here. */
}

/* max 480px */
@media screen and (max-width: 480px){
  /* Add rules here. */
}
