/*
 Theme Name:   CasinoAce Child Theme
 Theme URI:    https://pokatheme.com
 Description:  CasinoAce Child Theme
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     casinoace
 Version:      1.0.0
 Tags:         
 Text Domain:  casino-ace-child
*/

body{ background-color: #fff}
h2{ margin-top: 2rem;}


.sm{ font-size: 0.8rem}
.table-s2 .item:hover {
    background: white;
    box-shadow: inset 0 0 0 5px #fff
}

.el-circle-rating {
    color: #53165F;
}

table, tr, td { border: 0px inset black;

 }

table > a, tr > a, td > a { color:#53165F; text-decoration:underline}
tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
  color: black;
}
tbody tr:nth-child(even) {
  background-color: white;
  color: black;
}


td { padding: 5px 0px 5px 5px }

.single-affiliate-review .bars-rating .bar-rating-full .bar-rating-group .bar-rating--color { 
    background-color: #53165F;
}

.btn--review.btn--blue {
    box-shadow: 0 3px 0 #53165F;
}

.single-affiliate-review .prp-bonus-box p strong {
    color: #53165F;
}
@media (max-width: 767px) {
.section-header .head-main .entry-content .btn:not(:last-child){
    margin-bottom: 0px !important;
	}
	
	    h1{font-size: 22px !important; margin-bottom: 5px !important}
	    	    h2{font-size: 18px !important; margin-top: 0!important; margin-bottom: 20px!important}
	    	    	    	    h3{font-size: 16px !important;}


.container{padding-left: 5px; padding-right:5px}
.row{margin-left:0; margin-right:0}

	.btn{
			margin-top:10px !important;
	}
	#aff_button{ 
	width:100%;
}
	
	.text-area{
		margin-left: 0px !important;
		margin-right: 0px !important; 
	}


}

@media (max-width: 1021px) {

.display-posts-listing.grid .title {
	margin-top:50px !important;} 

	#aff_button{ 
	width:100%;
}

}

	.col-md-8 { padding-right: 5px; padding-left: 5px;}

.btn .btn--border .btn--white{
	    margin-bottom: 0px !important;
		transition: none !important;
}
.section-header .head-menu .menu{
	margin-right:all 0ms ease !important;
}

.section-header {
    z-index: 1
}


.header-background{ 
opacity: 70%}
.search-form-ajax .search-form-ajax-input {font-weight:100;}

.search-form-ajax{ width:70%; margin:auto; margin-bottom: 20px;}

.section-footer{color:white}

.text-area p a:not(.btn) {
    color: #53165F;
    text-decoration: underline
}


#main{ margin:0}
	#aff_button{ 
	border-radius:5px;
}


.BCP-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
}

/* Individual card */
.BCP-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.BCP-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Image section */
.BCP-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content section */
.BCP-card-content {
    padding: 20px;
}

.BCP-card-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

/* Button */
.BCP-card-button {
    display: inline-block;
    background-color: #53165F;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.BCP-card-button:hover {
    background-color: #6a2677;
}

h3{
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

body{
    margin-top:48px;
}

}

#trust-score-info-card-explanation-snippet > p {
    line-height: 20px;
}

#casino-logo-review-page > img{
    border-radius:300px;
}