/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-twitter/block-twitter.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.b-twitter {
  z-index: 10;
  transition: box-shadow 0.3s; }

.b-twitter__wrapper #ctf {
  width: 100% !important; }

.b-twitter__wrapper .ctf-tweets {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 991px) {
    .b-twitter__wrapper .ctf-tweets {
      grid-template-columns: 1fr; } }

.b-twitter__wrapper .ctf-item {
  border: none !important; }

.b-twitter__wrapper .ctf-author-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #232323; }

.b-twitter__wrapper .ctf-author-screenname,
.b-twitter__wrapper .ctf-tweet-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  color: #232323; }

.b-twitter__wrapper .ctf-tweet-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #232323; }

.ctf-tweet-content a {
  color: #ea6716; }

.ctf-tweet-actions a:not(:last-child) {
  margin-right: 80px; }
  @media screen and (max-width: 525px) {
    .ctf-tweet-actions a:not(:last-child) {
      margin-right: 50px; } }

