/*!
    Theme Name: YouCanQuit2-Theme
    Theme URI: https://www.ycq2.org
    Description: Theme for You Can Quit 2
    Version: 1.4.3
    Tags: Gulp
*/

body{
    width: 100%;
}


ul.review-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
}

ul.review-list li a {
    display: flex;
    align-items: center;
}

.review-thumb {
    width: 150px;
	min-width: 150px;
    height: 150px;
    background-position: center center;
    margin-right: 2em;
    background-size: cover;
}

.location-overlay {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    align-items: center;
    justify-content: center;
}


.location-modal {
    background-color: #ffffff;
    width: 500px;
    padding: 2rem;
	position: relative;
}

.location-set {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    color: #fff;
}

span.location-val {
    font-weight: bold;
    color: var(--warning);
}

.mental-health-bar p {
    margin: 0 auto;
    padding: 1rem;
	font-weight: bold;
}

button.launchCmdMod{
    margin: .5rem 0 0 0;
    position: relative;
    background: none;
    border: none;
    color: inherit;
    font-weight: bolder;
    text-decoration: underline;
    padding: 0 !important;
}

button#xLocMod {
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 48px;
    line-height: 38px;
    background-color: transparent;
    color: #ffffff;
}

form#combatantForm {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#combatantForm button.w2-afwc-btn{
	margin: 0;
}

span.curRgn {
    position: absolute;
    bottom: -17px;
    font-size: 14px;
    width: 100%;
    left: 0;
}

img.earf {
    display: inline;
    width: 10px;
    margin-right: 3px !important;
    position: relative;
    top: -1px;
}

@media screen and (min-width: 992px){

button.launchCmdMod {
    margin-bottom: 0;
	margin-top: 0;
}



	form#combatantForm {
		flex-direction: row;
	}
	
	#combatantForm button.w2-afwc-btn {
		display: flex;
	}
}