/* Start Tile Override */
.wp-block-column .tile {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    max-width: initial;
    background: #2274ae;
    position: static;
    box-sizing: border-box;
    text-decoration: none;
    padding: 32px 32px 0 32px;
}

.tile .tile__link {
    padding: 0;
    background: none;
    position: static;
}

.tile .tile__link::before {
    margin: 0 0 28px 0;
}

.wp-block-column .tile:hover,
.wp-block-column .tile:focus {
    background: #0079bf;
}

.wp-block-column .tile > .tile__link:hover,
.wp-block-column .tile > .tile__link:focus {
    background: none;
}
/* End Tile Override */

/* Gutenberg Style */

.acf-block-preview .tile {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    height: 188px;
    max-width: initial;
    background: #2274ae;
    position: static;
    box-sizing: border-box;
    text-decoration: none;
    padding: 32px 32px 0 32px;
    pointer-events: none;
  cursor: default;
}

.acf-block-preview .tile__link {
    color: white;
    font-weight: bold;
}

.acf-block-preview .tile__link::before {
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #ffd100;
    margin-bottom: 28px;
}