/* Customizer CSS for POsts */
body{
	counter-reset: listing-counter 0;
}
@media only screen and (max-width:999px){
	article.post{
		margin-top:30px
	}
}
#toc_container{
	margin-left:0
}
body.single-post .entry-content p, body.single-post .entry-content li{
	font-size:18px;
	font-weight: 500
}
.rank-math-question {
	font-weight:bolder;
	font-size:20px;
}
#rank-math-faq{
	padding:1em;
	background:aliceblue;
}
.rank-math-list-item{
	margin-block:1em;
	padding:1em;
	background:lightgoldenrodyellow;
}
span.alp-top-pick {
    display: none;
}
.alp-table-wrapper table{
	background:white;
	border:0;
	box-shadow: 0px 10px 10px -10px #ddd;
}
.alp-table-wrapper table thead{
	background-color:black;
	color:white;
}
.alp-table-wrapper table thead tr th{
	border:0 !important;
}

@media screen and (max-width: 600px) {
    .alp-table-wrapper table {
        border: 0 !important;
			background:none;
    }
    .alp-table-wrapper thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .alp-table-wrapper tr {
			background-color:white;
        border-bottom: 3px solid var(--paletteColor1) !important;
        display: block;
        margin-bottom: 1em;
	}
    .alp-table-wrapper td {
        border-bottom: 0px solid #ddd !important;
        display: block;
        font-size: .8em !important;
        text-align: center !important;
			font-weight:500
    }
	.alp-table-wrapper tbody tr::before {
		content: "#" counter(listing-counter);
		counter-increment: listing-counter 1;
		position: absolute;
		font-size: 20px;
		font-weight: 900;
		padding: 10px;
		color: white;
		display: inline-block;
		background-color: var(--paletteColor1);
	}
	.amalinkspro-cta-btn{
		min-width:100% !important;
		font-weight:bolder !important;
		font-size:15px !important
	}
}

.alp-prime-eligible-tag {
    display: inline-block;
    background: rgba(50,50,50,0.03);
    padding: 10px;
    width: auto;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 15px;
}
.alp-prime-eligible-tag-top {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-style: italic;
    color: #24bbf7;
    display: block;
    width: 55px;
    text-transform: uppercase;
    font-family: 'Helvetica', sand-serif;
}
.alp-prime-eligible-tag-bottom {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    font-weight: 100;
    font-style: normal;
    color: #333;
    width: 55px;
    display: block;
    font-family: 'Helvetica', sand-serif;
    text-transform: lowercase;
}
.alp-prime-eligible-tag.not-eligible{
	border-radius:100px !important;
	position:relative;
}
.alp-prime-eligible-tag.not-eligible .alp-prime-eligible-tag-top {
    color: rgba(0, 0, 0, 0.15);
    font-style: normal;
    font-size: 12px;
    line-height: 48px;
    margin: 0;
    width: 48px;
}
.alp-prime-eligible-tag.not-eligible:after {
    content: '';
    height: 6px;
    width: 70px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.amalinkspro-cta-btn{
border: 1px solid #9c7e31;
    border-color: #9c7e31 #90742d #786025 !important;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 40%) inset;
    background: #f0c14b;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0,0,0,0);
    color: #111 !important;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
    pointer-events: auto;
    word-break: normal;
	font-weight:500;
}
.alp-table-wrapper tr td:first-child {
    min-width: 150px;
}


/* Lazy Block CSS */
.wp-block-lazyblock-amazon-block{
	border-top:2px dashed #ddd;
}

.amzn-native-header,
.amzn-native-brand.amzn-native-brand-bottom{
        display: none !important;
    }
.prog-amazon figure{
    padding-top: 20px;
    border-top: 2px dashed #d3d3d3;
    margin-bottom: 15px;
}
.prog-amazon figure img,
.wp-block-lazyblock-amazon-block figure img{
    display: block;
    margin-inline: auto;
}
.prog-buying-guide .title__heading,
.prog-buying-guide .subtitle{
    text-align: center;
}
h3.title__text{
    font-size: 24px;
    margin-top: 1em;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 0.5em !important;
}
.subtitle{
    margin-bottom: 1rem;
    border-bottom: 1px solid hsla(0,0%,80%,.23137);
}
.subtitle h4{
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px !important;
}
.prog-buying-guide h5{
    font-size:15px;
}
.amazon-link .btn{
    color: #fff;
    font-size: 15px;
    padding: 0.5rem;
    min-width: 8.4rem;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    background-color: #e65100;
    font-weight: 600;
	margin-bottom: 10px;
}
.product-summary{
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    flex-direction: column;
    font-weight: 500;
}
.product-summary .f5{
    font-size: 1rem;
    font-weight: bolder;
    color: red;
    margin-right: 10px;
}
.product-summary .teal{
    color:green
}
.amazon-link, .pros, .cons {
    margin-block: 20px;
}
@media only screen and (min-width: 700px) {
    .amazon-link, .cons, .pros{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem !important;
		gap:30px;
    }
    .prog-buying-guide h5{
        min-width: 200px;
        margin-bottom: 0;
    }
}
