/* 
 Theme Name:   divi-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.casino-review-section {
    margin: 50px 0;
  padding: 45px 20px;
  background: #f4f8f7;
  color: #333333;
}

.casino-review-container {
  max-width: 1100px;
  margin: 0 auto;
}

.casino-review-section h2 {
  margin-bottom: 20px;
  color: #2f6f68;
  line-height: 1.25;
  font-weight: 700;
}

.casino-review-section p {
  margin-bottom: 18px;
  line-height: 1.7;
}

.casino-review-box {
  margin-top: 30px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #d7e5e2;
  border-top: 6px solid #5aa897;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(47, 111, 104, 0.08);
}

.casino-review-box h3 {
  margin-bottom: 18px;
  color: #2f6f68;
  line-height: 1.35;
  font-weight: 700;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 26px;
  margin-bottom: 22px;
}

.pros,
.cons {
  padding: 20px;
  border-radius: 8px;
  background: #f8fbfa;
  border: 1px solid #d7e5e2;
}

.pros {
  border-left: 5px solid #5aa897;
}

.cons {
  border-left: 5px solid #d19a3a;
}

.pros p,
.cons p {
  margin-bottom: 10px;
  color: #2f6f68;
  font-weight: 700;
}

.pros ul,
.cons ul {
  margin: 0;
  padding-left: 20px;
}

.pros li,
.cons li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.responsible-note {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid #d7e5e2;
  color: #666666;
  font-size: 11px;
}
