/* This stylesheet is used to style the public-facing components of the plugin. */
.hcfw-card {
    position: relative;
}

div.hcfw-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    top: 20px;
    left: 50px;
    /*bottom: 15px;
    left: 25px;*/
    z-index: 99;
}

div.hcfw-overlay img {
	max-width: none;
}

@media(max-width: 768px) {
    div.hcfw-overlay {
        left: -50px;
    }
}

.hcfw-card.active > div.hcfw-overlay {
    display: block;
}

span.hcfw-overlay-close {
    display: none;
    padding: 5px 0;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    z-index: 100;
    opacity: 0.8;
}

/* Customizations */
a.hcfw-bold {
    font-weight: bold !important;
}

/* Rarity */
a.hcfw-card-rarity-free,
a.hcfw-card-rarity-free:hover {
    color: #000 !important;
}

a.hcfw-card-rarity-common,
a.hcfw-card-rarity-common:hover {
    color: #0faf03 !important;
}

a.hcfw-card-rarity-rare,
a.hcfw-card-rarity-rare:hover {
    color: #198eff !important;
}

a.hcfw-card-rarity-epic,
a.hcfw-card-rarity-epic:hover {
    color: #ab48ee !important;
}

a.hcfw-card-rarity-legendary,
a.hcfw-card-rarity-legendary:hover {
    color: #f07000 !important;
}
