@use "./abstracts/mixins" as *;
@use "./abstracts/vars" as *;

.title {
    background: $title-bg;
    h1, .field-title a {
        @include border-basic(bottom, $border-basic-color);
        font-size: $font-extrabig;
        margin-bottom: $small-margin;
        color: $title-color;
        line-height: normal;
        padding-bottom: 10px;
        display: block;
        text-decoration: none;
        cursor: pointer;
        &:hover {
            color: $title-color-active;
        }
    }
}
