/*
 Theme Name:   Steene
 Theme URI:    https://www.helenesteene.com/
 Description:  Child theme of Twenty Twenty-Five
 Author:       Gabriel Furmuzachi
 Author URI:   https://dev.cento.red
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  steene
*/

::selection {
    color: #D8613C;
    background: #B5BDBC;
}

figcaption {
    text-align: center;
}

footer a {
    text-decoration: none;
}


/* Fancybox captions */
.fancybox__caption {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}



@media (max-width: 768px) {
    .wp-container-core-group-is-layout-9d9c4e21 {
        justify-content: flex-end !important;
    }
}