/*
 * Theme Name: CDPR
 * Description: Starter Theme to use with Timber
 * Author: CDPR
 * Text Domain: cdpr
 * Version: 1.0.0
*/

/* make bootstrap columns even height */
.row.news-grid > [class^="col-"] > *:first-child{
  height: 100%;
}

/* img */
img {
  max-width: 100%;
}

/* incontent image */
.wp-block-image img {
  width: auto;
}

.post-type-post figure {
  border: none;
}

/* Utility CSS Classes */
.brand-danger-color {
  color: var(--brand-danger);
}
.brand-danger-lighter-color {
  color: var(--brand-danger-lighter);
}

/* Form Control Focus Override */
.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: var(--outline-default-color);
  box-shadow: 0 0 0 0.25rem var(--outline-default-color);
}

