.elementor-23413 .elementor-element.elementor-element-db1228a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8e5591c */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

 body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f4f5f7;
      color: #1a1a1a;
    }
    h1 {
      text-align: center;
      color: #00274d;
      margin: 20px 0;
    }
    .calculator {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
    }
    .controls {
      flex: 0 0 250px;
      padding: 10px;
    }
    .controls h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #00274d;
    }
    .feature {
      margin-bottom: 10px;
    }
    .feature label {
      margin-left: 5px;
    }
    .storage-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 5px 0 0 25px;
    }
    .storage-controls input[type=range] {
      flex: 1;
    }
    .storage-controls input[type=number] {
      width: 80px;
      padding: 3px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    input[type=checkbox], input[type=range] {
      accent-color: #005ea2;
    }
    input[type=number] {
      accent-color: #005ea2;
    }
    .providers {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 20px;
      flex: 1;
      min-width: 220px;
    }
    .card h2 {
      color: #00274d;
      font-size: 1.2rem;
      margin-top: 0;
    }
    .card .price {
      font-size: 1.4rem;
      font-weight: 600;
      margin: 10px 0 5px;
      color: #1a1a1a;
    }
    .card .price .per-user {
      font-size: 0.8rem;
      font-weight: 400;
      color: #333;
    }
    .card .total-price {
      font-size: 0.9rem;
      color: #333;
      margin-bottom: 10px;
      display: none;
    }
    .features-list {
      list-style: none;
      padding-left: 0;
      margin: 10px 0;
    }
    .features-list li {
      margin-bottom: 5px;
    }
    .features-list li::before {
      content: "✓ ";
      color: #007b33;
      font-weight: 600;
    }
    #card-rocky .features-list li.not-included {
      text-decoration: line-through;
      color: #999;
    }
    #card-rocky .features-list li.not-included::before {
      content: "✕ ";
      color: #999;
      font-weight: 600;
    }
    .plan-note {
      font-size: 0.85rem;
      font-style: italic;
      color: #555;
    }
    @media (max-width: 600px) {
      .calculator {
        flex-direction: column;
      }
      .controls {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
      }
      .providers {
        flex-direction: column;
      }
    }/* End custom CSS */