/*
Theme Name: Tribuna Ganxona
Theme URI: https://tribunaganxona.cat
Author: Internet Girona 
Author URI: https://internetgirona.cat;
Description: Diari digital de Sant Feliu de Guixols
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/


@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');


html .block-editor-iframe__html :where(.wp-block) {
  max-width: 1500px;
}

.block-editor-iframe__html .editor-styles-wrapper {
  font-family: 'Assistant', sans-serif;
}

.block-editor-iframe__html .editor-style-wrapper h1,
.block-editor-iframe__html .editor-style-wrapper h2,
.block-editor-iframe__html .editor-style-wrapper h3,
.block-editor-iframe__html .editor-style-wrapper h4,
.block-editor-iframe__html .editor-style-wrapper h5,
.block-editor-iframe__html .editor-style-wrapper h6
{
  font-family: 'Assistant', sans-serif;
}


.wp-block-gallery.has-nested-images figure.wp-block-image {

  flex-grow:0;
}

.block-editor-iframe__html .block-editor-block-list__block[data-type="core/spacer"]:before {
  background-color:rgba(0, 124, 186,.1);
  border:1px dotted #007cba;
}
.block-editor-iframe__html blockquote {
  border-left: 4px solid #000;
  box-shadow: inset 0 0 0 0 #ddd;
  margin: 0;
  padding-left: 1em;
  padding:10px 0 10px;
  background-color:#faf8fc;
  font-size:.9em;
  font-style: cursive;
}
.block-editor-iframe__html .wp-block-post-title ,
.block-editor-iframe__html .wp-block-paragraph ,
.block-editor-iframe__html .wp-block-column,
.block-editor-iframe__html .wp-block-list,
.block-editor-iframe__html .wp-block-verse

{
  border:1px dotted #007cba;
}

@media (min-width: 782px) {
  .block-editor-iframe__html .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.self-baseline {
    align-self: baseline;
    margin-top: auto;

  }
}