/*
Theme Name: Mercury Child
Theme URI: https://mercury.is/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.4.0
*/
@import url("../mercury/style.css");

.space-page-content-meta-author a {
    color: #7f8c8d;
}

.space-bonuses-archive-item-title span.fpp-link {
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
    color: #151515;
}

.space-bonuses-archive-item.space-dark-style .space-bonuses-archive-item-title span.fpp-link {
    color: #fff;
}

.space-game-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.space-block-title h2 {
    z-index: 1;
    padding-left: 23px;
    position: relative;
    font-size: 100%;
}
.space-block-title h2:before {
    content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #ff2453;
}
.space-block-title h2:after {
    content: '';
    z-index: -1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #be2edd;
}