﻿.mapimg {
    width: 456px;
    height: 306px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding-top: 1;
}

.mapname {
    font-weight: bold;
    font-size: 22px;
    color: #eae9e9;
    /*! margin-bottom: 5px; */
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 16px;
}

.mapwrinfo {

    color: #7c7c7c;
}

.mappagedifficulty {}

.mappagetags {
    /*! padding-bottom: 16px; */
}

.mappagetag {
    margin: 3px;
    padding: 7px;
    border-radius: 3px;
    color: #e6e3e3;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.category {
    background-color: #6060604a;
}

.tag {
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
    color: #e6e3e3;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.beginnertag {
    background-color: #305332;
}

.easytag {
    background-color: #617231;
}

.easy-mediumtag {
    background-color: #7a6f34;
}

.mediumtag {
    background-color: #6f532e;
}

.medium-hardtag {
    background-color: #663c2f;
}

.hardtag {
    background-color: #66342f;
}

.hard-extremetag {
    background-color: #532347;
}

.extremetag {
    background-color: #37234f;
}

.extreme-deathtag {
    background-color: #1b1620;
}

.deathtag {
    background-color: #4d4d4d;
}

.unknowntag {
    background-color: #383838;
}

.firstplace {
    color: #ffcb00;
    font-weight: bold;
}

.secondplace {
    color: #bbb;
    font-weight: bold;
}

.thirdplace {
    color: #c6541e;
    font-weight: bold;
}



.maprating {
    text-align: center;
    padding-top: 22px;
}

.mapratingtag {
    margin: 7px;
    padding: 9px;
    border-radius: 4px;
    color: #e6e5e5;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
    /*! font-weight: bold; */
    background-color: rgba(72, 72, 72, 0.28);
    font-size: 16px;
}

.star {
    font-size: 22px;
    width: 24px;
    display: inline-block;
    color: rgb(68, 67, 67);
}

.star-title {
    font-size: 15px;
    width: -53px;
    display: inline-block;
    color: rgb(68, 67, 67);
}

.star:last-child,
.star-title:last-child {
    margin-right: 0;
}

.star:before,
.star-title:before {
    content: '\2605';
}

.star.on,
.star-title.on {
    color: rgb(255, 206, 52);
}

.star.half:after {
    content: '\2605';
    color: rgb(255, 206, 52);
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .mapimg {
        width: 100%;
        height: 66.66%;
        justify-content: center;
        display: flex;
        align-items: center;
        border-radius: 6px;
        box-shadow: 0px 0px 6px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        padding-top: 1;
    }

    .mapimg img {
        width: 99%;
        height: 99%;
    }
}
