/*
Theme Name: Compare VPNs
Theme URI: https://comparevpns.net
Author: Compare VPNs
Author URI: https://comparevpns.net
Description: A child theme for Neve
Template: neve
Version: 1.0.0
Text Domain: compare-vpns
*/
.author-box {
  display: flex;
  align-items: flex-start;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
}

.author-avatar {
  margin-right: 20px;
}

.author-info h4 {
  margin: 0 0 10px;
}

.author-info p {
  margin: 0 0 5px;
}

.author-info a {
  color: #0073aa;
  text-decoration: none;
}

.author-info a:hover {
  text-decoration: underline;
}

/* Base styles (Mobile First) */
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 1em;
  z-index: 9999;
  display: none;
  text-align: center;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cookie-banner a {
  color: #0af;
}

#cookie-banner p {
  margin: 0 0 1em;
}

.cookie-content {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 0.5em;
}

.cookie-settings,
.cookie-accept {
  margin: 0.25em;
  font-size: 0.9em;
  cursor: pointer;
}

.cookie-settings {
  background: none;
  border: none;
  color: #aaa;
  text-decoration: underline;
}

.cookie-accept {
  margin-right: 10px;
  background: var(--primarybtnhoverbg);
  padding: 15px;


}

/* Desktop overrides */
@media (min-width: 769px) {
  #cookie-banner {
    height: 30vh;
  }

  #cookie-banner p {
    font-size: 1.2em;
  }

  .cookie-settings,
  .cookie-accept {
    font-size: 1em;
    padding: 0.6em 1.2em;
  }
}

.cookie-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 2em;
  border-radius: 10px;
  z-index: 10000;
  width: 90%;
  max-width: 400px;
  border: 3px solid #222;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-modal.show {
  display: block;
  opacity: 1;
}

.cookie-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #000;
  cursor: pointer;
}

@media (max-width: 480px) {
  .cookie-modal {
    padding: 1.5em;
    font-size: 0.95em;
  }

  .cookie-modal .close-btn {
    font-size: 1.2em;
  }
}

.comparevpns-top5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.vpn-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  max-width: 280px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.vpn-card h3 {
  margin-top: 0;
  font-size: 1.2em;
}

.vpn-cta {
  display: inline-block;
  margin-top: 10px;
  background: #0073aa;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.vpn-cta:hover {
  background: #005f8d;
}

.pricing-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* smooth scrolling on iOS */
}

.pricing-table-container table {
  min-width: 600px;
  /* or however wide your table is */
  width: 100%;
}

.vpn-price-table {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.vpn-price-table h3 {
  background: #0073aa;
  color: #fff;
  margin: 0;
  padding: 12px;
  font-size: 20px;
  text-align: center;
}

.vpn-price-table table {
  width: 100%;
  border-collapse: collapse;
}

.vpn-price-table th,
.vpn-price-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.vpn-price-table th {
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 16px;
}

.vpn-price-table td {
  font-size: 16px;
  background: #fff;
}

.vpn-price-table tr:hover td {
  background: #f0f8ff;
}

.vpn-price-button {
    display: inline-block;
    background: #28a745;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.vpn-price-button:hover {
    background: #218838;
}


.nv-meta-list {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.nv-meta-list .meta {
    display: inline-block;
    margin-right: 10px;
}
.updated {
    font-style: italic;
}

#compare {padding: 0!important}
