@charset "UTF-8";

/* background colors for bubbles */
.background_purple_bubble {
  background: #f7efff;
}

.background_green_bubble {
  background: #e6f9f0;
}

/* shortcodes p,br settings */
.box_external_article>p,
.box_internal_article>p {
  display: none;
}

.body_article .thumbnail_conversation br {
  display: none !important;
}

/* Visual Link Preview */
.vlp-layout-basic .vlp-block-0 {
  line-height: 1.4 !important;
  font-size: 15px !important;
}

.vlp-link-summary {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin-top: 8px !important;
  color: #8a8a8a !important;
}

.vlp-layout-basic {
  margin: 24px 0 !important;
  border-color: #ddd !important;
  border-radius: 0px !important;
  box-shadow: 0px 5px 4px rgb(0 0 0 / 4%) !important;
}

/* index */
#ez-toc-container {
  border-radius: 0px !important;
  padding: 20px !important;
  margin: 40px 0 !important;
}

.ez-toc-title-container {
  margin-bottom: 16px !important;
}

.ez-toc-title {
  font-size: 20px !important;
  font-weight: bold !important;
  padding-bottom: 8px !important;
  border-bottom: solid 2px #ddd !important;
}

div#ez-toc-container ul.ez-toc-list a {
  display: block !important;
  margin-bottom: 8px !important;
  line-height: 23px !important;
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 16px !important;
}

/* firstview */
#firstview_article {
  margin-top: 70px;
}

#firstview_article .wrapper_background_article {
  width: 100%;
  height: 500px;
  position: absolute;
}

#firstview_article .wrapper_thumbnail_background_article {
  height: 86%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#firstview_article .thumbnail_background_article {
  width: 105%;
  height: 105%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  margin: -6px;
  -ms-filter: blur(6px);
  filter: blur(6px);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#firstview_article .blank_background_article {
  height: 14%;
}

#firstview_article .thumbnail_article {
  width: 840px;
  margin: 0 auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* body - common */
.body_article {
  width: 840px;
  margin: 0px auto;
  padding: 48px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

/* body - subject */
.body_article h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 56px;
}

.body_article h2 {
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #21ACFF;
}

.body_article h3 {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #21ACFF;
  font-weight: bold;
  position: relative;
}

.body_article h3:before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background: #21ACFF;
  position: absolute;
  left: 0;
  top: 0;
}

.body_article h4 {
  font-size: 16px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: #21ACFF;
  margin-top: 56px;
}

.body_article h4:after {
  display: block;
  content: '';
  border-bottom: dotted 2px #21ACFF;
  margin-top: 12px;
}

.body_article h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.body_article h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/* body - paragraph */
.body_article>p {
  /* margin: 48px 0; */
  line-height: 1.8 !important;
  font-feature-settings: normal;
}

.body_article p,
.body_article p strong,
.body_article p>span {
  line-height: 1.8;
}

.body_article p a {
  line-height: 1.8;
  color: #3DB5F6;
  text-decoration: underline;
}

/* body - marker */
.marker {
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

/* body - bold only */
.bold_only {
  font-weight: bold !important;
  line-height: 1.8 !important;
  background: inherit !important;
}

/* body - strong */
.body_article strong {
  font-size: 16px;
  line-height: 1.5;
}

/* body - list */
.body_article>ul,
.body_article>ol {
  padding: 0 32px;
  border-radius: 4px;
}

.body_article>ul li,
.body_article>ol li {
  margin: 0 0 16px 16px;
}

.body_article>ul li {
  list-style: disc !important;
  line-height: 1.5;
}

.body_article>ol li {
  list-style: decimal !important;
  line-height: 1.5;
}

.body_article>ul li:last-child,
.body_article>ol li:last-child {
  margin: 0 0 0 16px;
}

/* body - blockquote */
.body_article blockquote {
  background: #f5f5f5;
  position: relative;
  border-radius: 4px;
  padding: 48px 24px;
  margin: 40px 0;
}

.body_article blockquote>p {
  margin-top: 0px !important;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.body_article blockquote>p:last-child {
  margin-bottom: 0 !important;
}

.body_article blockquote .icon_quote_left {
  position: absolute;
  width: 20px;
  top: 12px;
  left: 12px;
}

.body_article blockquote .icon_quote_right {
  position: absolute;
  width: 20px;
  bottom: 12px;
  right: 12px;
}

/* body - thumbnail */
.body_article .thumbnail_article {
  width: 100%;
  max-width: 100%;
  margin: 56px 0;
}

.body_article .wp-caption {
  max-width: 100% !important;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  margin: 40px 0;
  border-radius: 2px;
}

.body_article .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding: 12px;
  margin: 0;
}

.body_article p>img {
  margin-bottom: 40px;
}

/* body - internal/external link */
.body_article .box_internal_article,
.body_article .box_external_article {
  border-radius: 4px;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  background: #f9fafa;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.body_article .box_internal_article:hover,
.body_article .box_external_article:hover {
  opacity: .7;
}

.body_article .box_internal_article a,
.body_article .box_external_article a {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  padding: 24px;
}

.body_article .box_sns_article>p {
  display: none;
}

.body_article .batch_box_link {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  background: #FFD3D3;
  border-radius: 60px;
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 16px;
}

.body_article .info_box_link {
  margin-left: 24px;
  width: 72%;
}

.body_article .thumbnail_link_article {
  width: 160px;
}

.body_article .thumbnail_link_article img {
  object-fit: cover;
}

.body_article .thumbnail_link_article>br {
  display: none;
}

/* body - twitter link */
.body_article .box_sns_article {
  border-radius: 4px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.body_article .box_sns_article:hover {
  opacity: .7;
}

.body_article .box_sns_article a {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body_article .box_sns_article h5 {
  font-size: 15px;
  color: #00acee;
}

.body_article .box_sns_article>p {
  display: none;
}

.body_article .info_box_sns {
  padding: 0 64px 0 12px;
  width: 100%;
}

.body_article .thumbnail_box_sns {
  width: 120px;
  background-color: #f5f5f5;
}

.body_article .thumbnail_box_sns img {
  object-fit: cover;
}

.body_article .thumbnail_box_sns>br {
  display: none;
}

.body_article .box_sns_no_pic {
  padding: 16px 12px;
}

/* body - sources */
.body_article .sources_article {
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  position: relative;
  margin-top: 40px;
}

.body_article .title_sources_article {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 12px;
}

.body_article .each_source_article {
  padding: 6px 0 12px 12px;
}

.body_article .each_source_article:nth-of-type(odd) {
  background: #f5f5f5;
}

.body_article .each_source_article a {
  text-decoration: underline !important;
}

.body_article .each_source_article a,
.body_article .each_source_article span {
  font-size: 11px;
}

.body_article .each_source_article:last-child {
  margin-bottom: 0px;
}

.body_article .fa-external-link-alt {
  font-size: 12px;
  margin-left: 8px;
}

/* body - conversation */
.body_article .conversation {
  margin-top: 40px;
}

.body_article .interviewer_conversation,
.body_article .interviewee_conversation {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.body_article .interviewer_conversation {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.body_article .interviewee_conversation {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.body_article .interviewer_conversation>div,
.body_article .interviewee_conversation>div {
  width: 70%;
}

.body_article .interviewer_conversation>div {
  margin-left: 12px;
}

.body_article .interviewee_conversation>div {
  margin-right: 12px;
}

.body_article .thumbnail_conversation {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ddd;
  border: solid 1px #ddd;
}

.body_article .thumbnail_conversation img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.body_article .name_interviewer_conversation {
  text-align: left;
}

.body_article .name_interviewee_conversation {
  text-align: right;
}

.body_article .bubble_interviwer_conversation,
.body_article .bubble_interviwee_conversation {
  margin-top: 8px;
  padding: 16px 24px;
}

.body_article .bubble_interviwer_conversation {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.body_article .bubble_interviwee_conversation {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.body_article .bubble_interviwer_conversation>.text_conversation,
.body_article .bubble_interviwee_conversation>.text_conversation {
  padding: 10px;
}

/* body - ask */
.body_article .ask_article {
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
}

/* interview - marker使用時のfont-size */
/* .body_article .wrapper_content_conversation .marker {
  font-size: 14px;
} */

/* interview */
.body_article .name_interviwee_article {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
}

/* share buttons */
.share_buttons {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.each_share {
  width: 25%;
  height: 48px;
}

.each_share>a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color_facebook {
  background: #305097;
}

.color_twitter {
  background: #00aced;
}

.color_instagram {
  background: #111;
}

.color_hatebu {
  background: #1c99cd;
}

.color_line {
  background: #00b900;
}

.name_sns {
  color: #fff;
  margin-left: 12px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.fa-twitter,
.fa-facebook-f,
.fa-instagram,
.fa-line {
  color: #fff;
}

.fa-facebook-f {
  font-size: 20px;
}

.fa-twitter {
  font-size: 20px;
}

.fa-instagram {
  font-size: 20px;
}

.fa-line {
  font-size: 26px;
}

.icon_hatebu {
  width: 20px;
}

.icon_hatebu img {
  width: 100%;
  height: auto;
}

/* share article */
#share_article {
  width: 840px;
  margin: 40px auto 0;
}

#share_article .title_share_article {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

#share_article .wrapper_share_buttons {
  padding: 32px;
  margin-top: 32px;
}

/* author article */
.author_article {
  margin-top: 64px;
}

.author_article .detail_author_article {
  padding: 24px 64px;
  background: #f9f9f9;
}

.author_article .title_author_article {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 16px;
  border-bottom: solid 1px #ddd;
}

.author_article .content_author_article {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.author_article .thumbnail_author_article img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.author_article .info_author_article {
  margin-left: 24px;
  width: 70%;
}

.author_article .name_author_article {
  display: block;
}

.author_article .description_author_article {
  font-size: 13px;
  line-height: 22px;
  margin-top: 16px;
}

.author_article .link_buttons {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.author_article .each_link {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
}

.author_article .each_link>a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author_article .color_facebook {
  background: #305097;
}

.author_article .color_twitter {
  background: #00aced;
}

.author_article .color_hatebu {
  background: #1c99cd;
}

.author_article .color_note {
  background: #2CB696;
}

.author_article .name_sns {
  color: #fff;
  margin-left: 12px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.author_article .fa-twitter,
.author_article .fa-facebook-f {
  color: #fff;
}

.author_article .fa-facebook-f {
  font-size: 18px;
}

.author_article .fa-twitter {
  font-size: 18px;
}

.author_article .fa-line {
  font-size: 24px;
}

.author_article .icon_hatebu {
  width: 18px;
}

.author_article .icon_note {
  width: 18px;
}

/* 投稿に表示する事務所一覧カルーセル */
.post_agencies_carousel {
  background-image: url('../img/article/carousel/background.svg');
  padding-top: 32px;
  padding-bottom: 40px;
}

.post_agencies_carousel .carousel_title {
  margin: 0 auto;
  width: 292px;
  height: 68px;
}

.post_agencies_carousel .carousel_wrapper {
  overflow-x: scroll;
  margin-top: 16px;
  padding: 0 40px;
}

.post_agencies_carousel .carousel_wrapper .carousel_items {
  width: calc(280px * 4 + 48px);
  display: flex;
  gap: 16px;
}

.post_agencies_carousel .carousel_wrapper .carousel_item {
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  background: #fff;
  cursor: pointer;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .carousel_image {
  width: 100%;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper {
  padding: 16px 16px 0px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  height: 48px;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper .keyword {
  padding: 4px 6px;
  font-family: Noto Sans CJK JP;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  border-radius: 2px;
  color: #FFF;
  height: fit-content;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper .keyword:nth-child(1) {
  background: #4F56FF;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper .keyword:nth-child(2) {
  background: #1EAEFF;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper .keyword:nth-child(3) {
  background: #000000;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper {
  padding: 16px;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper .agency_logo_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper .agency_logo_wrapper .agency_logo {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: #DCE2EA solid 1px;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper .agency_logo_wrapper .agency_name {
  color: #000;
  font-family: Noto Sans CJK JP;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .carousel_description {
  margin-top: 8px;
  color: #000;
  font-family: Noto Sans CJK JP;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.post_agencies_carousel .carousel_wrapper .carousel_item .carousel_link {
  margin-top: 8px;
  color: #0094FF;
  font-family: Noto Sans CJK JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}


/* 事務所比較カルーセル */
.static_images_carousel {
  background-image: url('../img/article/carousel/background.svg');
  padding-top: 32px;
  padding-bottom: 40px;
}

.static_images_carousel .carousel_title {
  margin: 0 auto;
  width: 292px;
  height: 68px;
}

.static_images_carousel .carousel_wrapper {
  overflow-x: scroll;
  margin-top: 16px;
}

.static_images_carousel .carousel_wrapper .carousel_items {
  width: calc(300px * 4 + 64px);
  display: flex;
  gap: 16px;
  padding: 0 40px;
}

.static_images_carousel .carousel_wrapper .carousel_item {
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  background: #fff;
}

.static_images_carousel .carousel_wrapper .carousel_item .carousel_image {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .static_images_carousel {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .static_images_carousel .carousel_title {
    margin: 0 auto;
    width: 208px;
    height: 49px;
  }

  .static_images_carousel .carousel_wrapper .carousel_items {
    padding: 0 24px;
  }
}



/*---------------------------------------------------------------*\
$1000px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

  /* firstview */
  #firstview_article {
    margin-top: 50px;
  }

  #firstview_article .thumbnail_article {
    width: 100%;
    height: auto;
  }

  /* body - common */
  .body_article {
    width: 100%;
    padding: 24px 3.5%;
  }

  /* share article */
  #share_article {
    width: 100%;
  }

  /* author */
  .author_article {
    width: 100%;
  }
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* firstview */
  #firstview_article .wrapper_background_article {
    display: none;
  }

  /* body - common */
  .body_article .each_index_article>a p {
    font-size: 13px;
    line-height: 25px;
  }

  .body_article h1 {
    font-size: 20px;
  }

  .body_article h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .body_article h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 16px;
    margin-top: 40px;
  }

  .body_article h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
  }

  .body_article .thumbnail_article {
    margin: 40px 0;
  }

  .body_article .wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 20px;
  }

  /* body - internal/external link */
  .body_article .box_internal_article a,
  .body_article .box_external_article a {
    padding: 16px;
  }

  .body_article .thumbnail_link_article {
    margin-right: 4%;
  }

  .body_article .thumbnail_link_article img {
    width: 100%;
    height: auto;
  }

  .body_article .info_box_link {
    margin: 16px 0 0 0;
    width: 100%;
  }

  /* body - twitter link */
  .body_article .info_box_sns {
    width: 100%;
  }

  .body_article .box_sns_no_pic {
    padding: 16px;
  }

  .body_article .index_article {
    padding: 32px 16px 16px 12px;
  }

  .body_article .each_index_article>a {
    -webkit-align-items: baseline;
    align-items: baseline;
  }

  /* body - sources */
  .body_article .sources_article {
    padding: 16px;
  }

  /* body - conversation */
  .body_article .interviewer_conversation>div,
  .body_article .interviewee_conversation>div {
    width: 85%;
  }

  /* body - ask */
  .body_article .ask_article {
    display: block;
  }

  /* share */
  #share_article {
    margin-top: 24px;
  }

  #share_article .wrapper_share_buttons {
    padding: 16px;
    margin-top: 24px;
  }

  #share_article .title_share_article {
    font-size: 18px;
    line-height: 18px;
  }

  .each_share {
    height: 36px;
  }

  /* author */
  .author_article .detail_author_article {
    display: block;
    padding: 24px 8%;
  }

  .author_article .detail_author_article>div {
    display: block;
  }

  .author_article .thumbnail_author_article img {
    width: 120px;
    height: 120px;
  }

  .author_article .info_author_article {
    margin-left: 0px;
  }

  .author_article .info_author_article {
    width: 100%;
  }

  .author_article .name_author_article {
    text-align: center;
    margin-top: 20px;
  }

  .author_article .link_buttons {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .author_article .title_author_article {
    font-size: 18px;
    line-height: 18px;
  }


  /* 投稿に表示する事務所一覧カルーセル */
  .post_agencies_carousel {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .post_agencies_carousel .carousel_title {
    margin: 0 auto;
    width: 208px;
    height: 49px;
  }

  .post_agencies_carousel .carousel_wrapper {
    padding: 0 24px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_items {
    width: calc(210px * 4 + 48px);
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item {
    width: 210px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .carousel_image {
    width: 210px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper {
    padding: 8px 8px 0;
    font-size: 8.5px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .keywords_wrapper .keyword {
    padding: 4px;
    font-size: 10px;
    border-radius: 2px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper {
    padding: 8px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper .agency_logo_wrapper .agency_logo {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .agency_info_wrapper .agency_logo_wrapper .agency_name {
    font-size: 12px;
    line-height: 1;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .carousel_description {
    font-size: 11px;
    line-height: 1.2;
  }

  .post_agencies_carousel .carousel_wrapper .carousel_item .carousel_link {
    font-size: 10px;
    font-weight: 500;
  }
}