/*
Theme Name: cloud-storage-services-child
Template: cloud-storage-services
*/
.entry-content .check-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.check-list li {
  position: relative;
  background: #f6f8fa;
  border-left: 4px solid #10263a;
  padding: 18px 20px 18px 55px;
  color: #10263a;
  box-shadow: 0 2px 8px rgba(16, 38, 58, 0.08);
  transition: all 0.3s ease;
}
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #00a7e1;
  color: #fff;
  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;
}
.check-list li:hover {
  background: #eaf6fb;
  border-color: #00a7e1;
  transform: translateY(-2px);
}
.check-list li strong {
  color: #00a7e1;
  font-weight: 600;
}
.entry-content .num-list {
  counter-reset: num-counter;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.num-list li {
  position: relative;
  counter-increment: num-counter;
  background: #ffffff;
  color: #10263a;
  padding: 24px 20px 24px 80px;
  border: 1px solid rgba(16, 38, 58, 0.1);
  box-shadow: 0 4px 10px rgba(16, 38, 58, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}
.num-list li::before {
  content: counter(num-counter);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(180deg, #00a7e1 0%, #00799c 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.num-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 167, 225, 0.15);
  border-color: #00a7e1;
}
.num-list li strong {
  color: #00a7e1;
}
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.wp-block-table th,
.wp-block-table td {
  text-align: center;
  padding: 14px 12px;
  border-bottom: 1px solid #e1e4e8;
}
.wp-block-table th {
  background: #015aa3;
  color: #ffd200;
  font-weight: 600;
}
.wp-block-table tbody tr:nth-child(even) {
  background: #f8faff;
}
.wp-block-table tbody tr:hover {
  background: rgba(255, 222, 0, 0.1);
}
.wp-block-table td:nth-child(3),
.wp-block-table td:nth-child(4) {
  font-weight: 500;
  color: #015aa3;
}
.wp-block-table td strong {
  color: #ffd200;
}
.entry-content table td.has-text-align-center {
  text-align: center;
}
.entry-content table th {
  color: #fff;
  text-align: center;
}
.entry-content .casi-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.casi-list li {
  background: #f7f9fb;
  border-left: 4px solid #10263a;
  margin-bottom: 12px;
  padding: 12px 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.casi-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.casi-list li strong {
  color: #015aa3;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.casi-list li::before {
  content: "★";
  color: #ffd200;
  margin-right: 8px;
}
.schema-faq-section {
  border-left: 4px solid #ffd200;
  background: #f9fafd;
  padding: 16px 20px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.schema-faq-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #015aa3;
  margin-bottom: 8px;
}
.schema-faq-answer {
  color: #10263a;
  line-height: 1.6;
}
.schema-faq-section:hover {
  background: #e6f0fb;
  border-left-color: #015aa3;
}
.mb-3 {
  margin-bottom: 30px;
}
.block-casi {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.block-casi .wp-block-group {
  margin-bottom: 12px;
}
.block-casi .wp-block-image {
  background: #10263a2e;
  padding: 8px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-casi .wp-block-image img {
  border-radius: 8px;
}
.block-casi .wp-block-heading {
  color: #015aa3;
  margin: 0;
}
.block-casi p {
  color: #10263a;
}
.block-casi ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.block-casi ul li {
  margin-bottom: 8px;
  color: #10263a;
}
.block-casi ul li strong {
  color: #015aa3;
}
.block-casi blockquote {
  border-left: 4px solid #ffd200;
  padding-left: 12px;
  color: #10263a;
  font-style: italic;
  background: #f0f4f8;
  border-radius: 6px;
  margin: 12px 0 0 0;
}
.brand-lnk {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-lnk:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.brand-play {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 12px 16px;
  gap: 16px;
  border: 2px solid #ffd200;
  transition: border 0.3s ease;
}
.brand-play img {
  width: 90px;
  height: auto;
  border-radius: 12px;
  background: #10263a4f;
  padding: 6px;
  flex-shrink: 0;
}
.brand-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  color: #015aa3;
  margin: 0 0 4px 0;
}
.brand-bns {
  font-size: 0.95rem;
  color: #10263a;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .brand-play {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .brand-ttl {
    font-size: 1.1rem;
  }
  .brand-play img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .num-list li {
    padding: 20px 16px 20px 68px;
  }
  .num-list li::before {
    width: 52px;
    font-size: 1.2rem;
  }
  .casi-list li {
    padding: 10px 14px;
  }
  .check-list li {
    padding: 14px 16px 14px 50px;
  }
  .check-list li::before {
    left: 14px;
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .boxlayout {
    width: 100%;
  }
}
