.mas-elementor-blockquote__tweet-button:hover {
    color: #0967a0;
  }
  .mas-elementor-blockquote__tweet-button span {
    font-weight: 600;
  }
  .mas-elementor-blockquote__tweet-button i, .mas-elementor-blockquote__tweet-button span {
    vertical-align: middle;
  }
  .mas-elementor-blockquote__tweet-button i + span,
  .mas-elementor-blockquote__tweet-button svg + span {
    margin-left: 0.5em;
  }
  .mas-elementor-blockquote__tweet-button svg {
    fill: #1DA1F2;
    height: 1em;
    width: 1em;
  }
  .mas-elementor-blockquote__tweet-label {
    white-space: pre-wrap;
  }
  .mas-elementor-blockquote--button-skin-classic .mas-elementor-blockquote__tweet-button, .mas-elementor-blockquote--button-skin-bubble .mas-elementor-blockquote__tweet-button {
    padding: 0.7em 1.2em;
    border-radius: 100em;
    background-color: #1DA1F2;
    color: #fff;
    font-size: 15px;
  }
  .mas-elementor-blockquote--button-skin-classic .mas-elementor-blockquote__tweet-button:hover, .mas-elementor-blockquote--button-skin-bubble .mas-elementor-blockquote__tweet-button:hover {
    background-color: #0967a0;
    color: #fff;
  }
  .mas-elementor-blockquote--button-skin-classic .mas-elementor-blockquote__tweet-button:hover:before, .mas-elementor-blockquote--button-skin-bubble .mas-elementor-blockquote__tweet-button:hover:before {
    border-right-color: #0967a0;
  }
  .mas-elementor-blockquote--button-skin-classic .mas-elementor-blockquote__tweet-button svg, .mas-elementor-blockquote--button-skin-bubble .mas-elementor-blockquote__tweet-button svg {
    fill: #fff;
    height: 1em;
    width: 1em;
  }
  .mas-elementor-blockquote--button-skin-classic.mas-elementor-blockquote--button-view-icon .mas-elementor-blockquote__tweet-button, .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--button-view-icon .mas-elementor-blockquote__tweet-button {
    padding: 0;
    width: 2em;
    height: 2em;
  }
  .mas-elementor-blockquote--button-skin-classic.mas-elementor-blockquote--button-view-icon .mas-elementor-blockquote__tweet-button i, .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--button-view-icon .mas-elementor-blockquote__tweet-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mas-elementor-blockquote--button-skin-bubble .mas-elementor-blockquote__tweet-button:before {
    content: "";
    border: solid 0.5em transparent;
    border-right-color: #1DA1F2;
    position: absolute;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1, 0.65);
        -ms-transform: translateY(-50%) scale(1, 0.65);
            transform: translateY(-50%) scale(1, 0.65);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--align-left .mas-elementor-blockquote__tweet-button:before {
    right: auto;
    left: -0.8em;
    border-right-color: #1DA1F2;
    border-left-color: transparent;
  }
  .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--align-left .mas-elementor-blockquote__tweet-button:hover:before {
    border-right-color: #0967a0;
  }
  .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--align-right .mas-elementor-blockquote__tweet-button:before {
    left: auto;
    right: -0.8em;
    border-right-color: transparent;
    border-left-color: #1DA1F2;
  }
  .mas-elementor-blockquote--button-skin-bubble.mas-elementor-blockquote--align-right .mas-elementor-blockquote__tweet-button:hover:before {
    border-left-color: #0967a0;
  }
  .mas-elementor-blockquote--skin-boxed .mas-elementor-blockquote {
    background-color: #e6e9ec;
    padding: 30px;
  }
  .mas-elementor-blockquote--skin-border .mas-elementor-blockquote {
    border-color: #e6e9ec;
    border-style: solid;
    border-left-width: 7px;
    padding-left: 20px;
  }
  .mas-elementor-blockquote--skin-quotation .mas-elementor-blockquote:before {
    content: "“";
    font-size: 100px;
    color: #e6e9ec;
    font-family: "Times New Roman", Times, serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: 0.6em;
  }
  .mas-elementor-blockquote--skin-quotation .mas-elementor-blockquote__content {
    margin-top: 15px;
  }
  .mas-elementor-blockquote--align-left .mas-elementor-blockquote__content {
    text-align: left;
  }
  .mas-elementor-blockquote--align-left .mas-elementor-blockquote footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mas-elementor-blockquote--align-right .mas-elementor-blockquote__content {
    text-align: right;
  }
  .mas-elementor-blockquote--align-right .mas-elementor-blockquote footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mas-elementor-blockquote--align-center .mas-elementor-blockquote {
    text-align: center;
  }
  .mas-elementor-blockquote--align-center .mas-elementor-blockquote footer {
    display: block;
  }
  .mas-elementor-blockquote--align-center .mas-elementor-blockquote__author {
    display: block;
  }
  .mas-elementor-blockquote--align-center .mas-elementor-blockquote__tweet-button {
    margin-right: auto;
    margin-left: auto;
  }