/*
Theme Name: cargo-and-shipping-company-child
Template: cargo-and-shipping-company
*/
@media only screen and (min-width: 1441px) {
  .wrapper {
    max-width: 1150px;
  }
}
.header-menu {
  width: 80%;
}
.header-logo {
  width: 20%;
}
.site-navigation .current_page_item > a,
.site-navigation .current-menu-item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-ancestor > a {
  color: #15212a !important;
}
.site-navigation .primary-menu {
  justify-content: flex-end;
}
.join-list {
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  background: #15212a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.join-list li {
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, transform 0.2s ease;
}
.join-list li:last-child {
  border-bottom: none;
}
.join-list li a {
  color: #ffd200;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.join-list li a:hover {
  color: #fff;
  text-shadow: 0 0 6px rgba(255, 210, 0, 0.7);
}
.join-list li {
  font-size: 15px;
  color: #e6e6e6;
  line-height: 1.5;
}
.join-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #ffd200, #b38f00);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.join-list li:hover::before {
  opacity: 1;
}
.join-list li:hover {
  background: rgba(255, 210, 0, 0.08);
  transform: translateX(5px);
}
.casinos-group {
  padding: 15px;
  background: #f8f9fb;
  border-radius: 20px;
}
.casino-col {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.casino-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
}
.casino-col .wp-block-image {
  background: linear-gradient(145deg, #e3e8ef, #ffffff);
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dbe1ea;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.casino-col:hover .wp-block-image {
  background: linear-gradient(145deg, #f3f5f9, #ffffff);
  border-color: #015aa3;
}
.casino-col img {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
.casino-col:hover img {
  transform: scale(1.05);
}
.casino-col h3 {
  font-weight: 700;
  color: #015aa3;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.casino-col h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ffb400;
  border-radius: 2px;
  margin-top: 6px;
  transition: width 0.3s ease;
}
.casino-col:hover h3::after {
  width: 60px;
}
.wp-block-table {
  margin: 30px 0;
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.wp-block-table table {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
.wp-block-table thead {
  background: linear-gradient(135deg, #015aa3, #0077c8);
  color: #ffffff;
}
.wp-block-table th {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.wp-block-table td {
  border-bottom: 1px solid #e8edf3;
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
.wp-block-table tbody tr:nth-child(even) td {
  background: #f7f9fc;
}
.wp-block-table tbody tr:hover td {
  background: #eaf4ff;
  color: #015aa3;
}
.wp-block-table td strong {
  color: #015aa3;
}
.schema-faq {
  margin: 40px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e3eaf3;
}
.schema-faq-section {
  border-bottom: 1px solid #e8edf3;
  padding: 18px 24px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
.schema-faq-section:last-child {
  border-bottom: none;
}
.schema-faq-question {
  display: block;
  font-weight: 600;
  color: #015aa3;
  position: relative;
  padding-right: 30px;
}
.schema-faq-question::after {
  content: "➤";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  color: #015aa3;
  transition: transform 0.3s ease;
}
.schema-faq-section.active .schema-faq-question::after {
  transform: rotate(-90deg);
  color: #ffd200;
}
.schema-faq-answer {
  margin-top: 10px;
  color: #333;
  line-height: 1.6;
  display: none;
}
.schema-faq-section.active .schema-faq-answer {
  display: block;
}
.schema-faq-section:hover {
  background: #f8fbff;
}
footer#site-footer {
  margin-top: 0;
}
.site-info {
  padding: 2rem 0;
}
.entry-breadcrumb {
  margin: 0;
}
.themed-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.themed-list li {
  position: relative;
  background: #f9fafc;
  border-left: 4px solid #015aa3;
  padding: 18px 20px 18px 55px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(1, 90, 163, 0.1);
  transition: all 0.3s ease;
  color: #15212a;
}
.themed-list li::before {
  content: "★";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #015aa3;
  color: #ffd200;
  font-size: 0.9rem;
  font-weight: bold;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.themed-list li:hover {
  background: #eaf3fc;
  border-color: #ffd200;
  transform: translateY(-2px);
}
.themed-list li strong {
  color: #015aa3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .join-list li {
    padding: 16px;
    font-size: 14px;
  }
  .join-list li a {
    display: block;
    font-size: 16px;
  }
  .casino-col img {
    max-width: 140px;
  }
  .casino-col h3::after {
    margin: 8px auto 0;
  }
}
