.frame-background-primary {
    --frame-color: #002190;
    --frame-background: #EAF2FE;
    --frame-link-color: #002190;
    --frame-link-hover-color: #002190;
}

.frame-background-secondary {
    --frame-color: #002190;
    --frame-background: #FFFFFF;
    --frame-link-color: #002190;
    --frame-link-hover-color: #002190;
}

.gallery-item img, .gallery-item picture {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px silver;
    border-radius: 10px;
}

.btn-primary {
  border: none;
  border-radius: 10px;
  background-color: #34A853; 
  color: #002190; 
}

.frame-type-container_1_columns {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.frame-type-container_2_columns {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.frame-type-container_3_columns {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

