/*
* SP2-2 Theme Styling of Custom Post Type Resource
 */


@media screen and (min-width: 992px) {
    .resource-tile {
        width: 500px;
        height: 300px;
    }
}
.resource-tile {
    text-align: center;
    position: relative;
    border: 1px solid var(--wp--preset--color--blue);
    padding: 60px;
    /*width: 50%;*/
    background-color: var(--wp--preset--color--white);
}

.resource-tile__meta {
    /*position: absolute;*/
    bottom: 40px;
    left: 10%;
}

.resource-tile-title {
    font-size: 22px;
    font-weight: 400;
    color: var(--wp--preset--color--darkblue);
    line-height: 1.375;
    margin-top: 0;
}

a.resource-tile-link {
    display: block;
    background-color: var(--wp--preset--color--blue);
    padding: 15px;
    color: var(--wp--preset--color--white);
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.resource-tile-subcopy {
    line-height: 1;
    text-align: left;
    font-size: 14px;
}