/*
Theme Name: manufacturing-hub-child
Template: manufacturing-hub
*/
body,
p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
#primary {
  padding: 1% 0;
}
.external-div,
.single-page-img {
  height: 200px;
}
.box-text {
  top: 50%;
}
.nav.sidenav {
  text-align: right;
}
#site-navigation {
  width: 100%;
}
.single-page-img {
  background: unset;
}
.main-header {
  border-bottom: 1px solid #ce7b00;
}
/* 🎰 Casino Review Block */
.casi-rev {
  background: linear-gradient(135deg, #001043 0%, #020b25 100%);
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 40px auto;
}
.casi-rev:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(255, 153, 0, 0.4);
}
.casi-rev figure img {
  border-radius: 12px;
  border: 2px solid #ff9900;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(255, 153, 0, 0.3);
}
.casi-rev h3 {
  font-weight: 700;
  color: #ff9900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.casi-rev p {
  color: #e0e0e0;
}
/* Pros & Cons layout */
.casi-rev .wp-block-column {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 153, 0, 0.3);
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.casi-rev .wp-block-column p strong {
  color: #ff9900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.casi-rev ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.casi-rev ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #f1f1f1;
}
.casi-rev .pros ul li::before {
  content: "✔";
  color: #00e676;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.casi-rev .cons ul li::before {
  content: "✖";
  color: #ff5252;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
/* 🎰 Casino Table Styling */
.wp-block-table {
  margin: 40px auto;
  border-collapse: collapse;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, #001043 0%, #020b25 100%);
}
.wp-block-table thead {
  background: linear-gradient(90deg, #ff9900, #ffb84d);
}
.wp-block-table thead th {
  color: #001043;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 12px;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-table thead th:last-child {
  border-right: none;
}
.wp-block-table tbody td {
  padding: 14px 12px;
  color: #f1f1f1;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.3s ease, color 0.3s ease;
}
.wp-block-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.05);
}
.wp-block-table tbody tr:hover td {
  background: rgba(255, 153, 0, 0.15);
  color: #fff;
}
.wp-block-table tbody td:first-child {
  color: #ff9900;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(255, 153, 0, 0.5);
}
.wp-block-table table,
.wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: 15px;
}
/* 🎰 Casino Style Check List */
.check-list {
  list-style: none;
  padding-left: 0;
  margin: 30px auto;
  background: linear-gradient(135deg, #001043 0%, #020b25 100%);
  border: 1px solid rgba(255, 153, 0, 0.3);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  padding: 25px 30px;
}
.check-list li {
  position: relative;
  color: #e0e0e0;
  padding-left: 40px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}
.check-list li:hover {
  color: #fff;
  transform: translateX(5px);
}
.check-list li::before {
  content: "✔";
  color: #ff9900;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.5);
}
.check-list li strong {
  color: #ff9900;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.5);
  transition: color 0.3s ease;
}
.check-list li:hover strong {
  color: #ffd166;
}
.cn-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 30px auto;
  background: transparent;
}
.cn-br {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #001043 0%, #020b25 100%);
  border: 1px solid rgba(255, 153, 0, 0.35);
  border-radius: 16px;
  padding: 15px 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease;
}
.cn-br:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 153, 0, 0.4);
  border-color: #ff9900;
}
.cn-pic {
  flex: 0 0 140px;
  text-align: center;
}
.cn-fig {
  max-height: 90px;
  width: auto;
  transition: transform 0.3s ease;
}
.cn-br:hover .cn-fig {
  transform: scale(1.05);
}
.cn-adv {
  flex: 1;
  padding: 0 20px;
  text-align: left;
}
.cn-bonus {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.cn-bonus strong {
  color: #ff9900;
}
.cn-lnk {
  flex: 0 0 130px;
  text-align: center;
}
.cn-go {
  display: inline-block;
  background: linear-gradient(90deg, #ff9900, #ffb84d);
  color: #001043;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 153, 0, 0.4);
  transition: all 0.3s ease;
}
.cn-go:hover {
  background: #fff;
  color: #001043;
  box-shadow: 0 0 15px rgba(255, 153, 0, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .cn-br {
    flex-direction: column;
  }
  .cn-pic,
  .cn-lnk {
    width: 100%;
    flex: 0;
    margin: 20px 0;
  }
}
