@import "../../bootstrap/variables";

.forum-topic-card {

    &__mask {
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: -8px;
        border-radius: 24px;
        opacity: 0.5;
        background-color: var(--white);
        z-index: 1;

        .profile-forum-topic & {
            border-radius: 16px;
            border: 1px solid var(--gray-200);
        }
    }

    &__image {
        width: 170px;
        height: 170px;
    }

    @media (max-width: $screen-sm-max) {

        &__image {
            width: 88px;
            height: 140px;
        }

    }
}
