/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.pswp__img {
  object-fit: contain ;
 
}

.link-style-button{
    background: none;
    color: #127780;
    font-weight: 500;
  }

.field-type-switcher{
        display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }