.abs-product-list summary {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  width: 120px;
  text-align: center;
  cursor: pointer;
  transition: .4s;
}

.abs-product-list summary:hover {
  transform: scale(110%)
}


.w-table {
    width: 100%;
    margin: 25px 0 30px;
    overflow-x: auto;
}

.w-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dfe5e8;
    background: #fff;
}

.w-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #dfe5e8;
    vertical-align: top;
    color: #444;
    line-height: 1.6;
}

.w-table tr:last-child td {
    border-bottom: 0;
}

.w-table td:first-child {
    width: 25%;
    background: #f7f9fa;
    border-right: 1px solid #dfe5e8;
    border-left: 3px solid #168ec1;
    color: #147eae;
    font-weight: 700;
}

.w-table p {
    margin: 0;
    padding: 0;
}

.w-table tr:hover td {
    background-color: #f7fafb;
}

.w-table tr:hover td:first-child {
    background-color: #eef6f9;
}

@media (max-width: 767px) {
    .w-table td {
        padding: 11px 12px;
    }

    .w-table td:first-child {
        width: 32%;
    }
}

.cta-box {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin: 30px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.cta-content {
  max-width: 700px;
}

.cta-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 10px 0;
}

.cta-desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 18px 0;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cta-button:hover {
  background: #218838;
}

.w-info {
    margin: 22px 0 28px;
    padding: 16px 20px;
    background: #f7f9fa;
    border: 1px solid #e1e5e8;
    border-left: 4px solid #168ec1;
    box-sizing: border-box;
}

.w-info .w-info-title {
    margin: 0 0 10px;
    padding: 0;
    color: #147eae;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.w-info ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.w-info li {
    margin: 0 0 6px;
    padding: 0;
    color: #444;
    line-height: 1.6;
}

.w-info li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .w-info {
        margin: 18px 0 24px;
        padding: 14px 16px;
    }
}

.w-faq {
    margin: 30px 0;
}

.w-faq > h2 {
    margin-bottom: 18px;
}

.w-faq__item {
    margin: 0 0 10px;
    padding: 15px 18px;
    background: #f7f9fa;
    border: 1px solid #e1e5e8;
    border-left: 3px solid #168ec1;
    box-sizing: border-box;
}

.w-faq__item h3 {
    margin: 0 0 7px;
    padding: 0;
    color: #147eae;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.w-faq__item p {
    margin: 0;
    padding: 0;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .w-faq__item {
        padding: 13px 15px;
    }
}