.firewantedkasten {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    box-sizing: border-box;
    font-size: 10px;
    padding: 10px;
}

.fireinwant_wrap {
    display: flex;
	background: var(--body);
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 19%;
    gap: 5px;
}

.fireinwant_wrap .firewantimg {
    width: 100%;
    box-sizing: border-box;
    border: 10px solid var(--back);
    height: 100px;
    background-position: center;
    background-size: cover;
}

.fireinwant_wrap .firewantfact {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    padding: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    background: var(--dbg);
    line-height: 20px;
    gap: 10px;
}

.fireinwant_wrap .firewantfact i {
	font-size: 15px;
}

.fireinwant_wrap .firewantlink {
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    padding: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--accent);
	color: var(--back) !important;
	font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firewantlink a:link, .firewantlink a:visited{
	color: var(--back) !important;
	font-weight: bold;
}