@charset "utf-8";

.scammer { background: rgb(210, 33, 33); border-radius: 2px; display: inline-block; font-family: "Roboto Condensed", sans-serif; height: 50px; margin-right: 5px; width: 820px; vertical-align: top; }

.scammer-text { margin-top: 9px; margin-left: 15px; }

.scammer-text > span.description { font-size: 15px; display: inline; padding: 0px; color: rgb(255, 255, 255); }

.scammer-text > span.h1 { font-size: 17px; display: inline; padding: 0px; color: rgb(255, 255, 255); }

.scammer-text > p { display: inline-block; margin-top: 0px; font-size: 15px; }

.scammer-icon { background: url("../../images/scammer-dota.png") no-repeat; height: 32px; display: inline-block; width: 26px; vertical-align: middle; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .scammer-icon { background: url("../../images/scammer-dota@2x.png") 0% 0% / 26px 26px no-repeat; }
}

.scammer-btn { background: rgb(255, 221, 69); border-bottom: 2px solid rgb(255, 221, 69); color: rgb(77, 50, 27); text-decoration: none; border-radius: 2px; box-sizing: border-box; display: inline-block; font-family: "Roboto Condensed", sans-serif; font-size: 17px; font-weight: bold; height: 50px; line-height: 50px; text-align: center; text-transform: uppercase; transition: 0.3s ease-in-out; width: 180px; }

.scammer-btn { background: rgb(255, 221, 69); border-bottom: 2px solid rgb(255, 221, 69); color: rgb(77, 50, 27); text-decoration: none; }

.scammer-btn:hover { background: rgb(254, 212, 48); border-bottom: 2px solid rgb(196, 161, 34); color: rgb(52, 42, 0); cursor: pointer; }

.scammer-btn:hover .scammer-btn-icon { transform: translateX(5px); }

.scammer-btn-icon { background: url("../../images/dota-arrow.svg") no-repeat; display: inline-block; height: 20px; margin-left: 10px; transition: 0.3s ease-in-out; width: 16px; vertical-align: middle; }

.scammer:hover .scammer-icon { background: url("../../images/close.svg") no-repeat; cursor: pointer; display: inline-block; position: relative; height: 32px; width: 26px; vertical-align: middle; top: 5px; left: 5px; }