/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 07:42:06 */
	.gadget-care-section-wrapper .gadget-care-section > h2{
		color: white !important;
		font-size: 20px !important;
	}
  .gadget-care-section {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #f9f9f9;
  }

  .gadget-care-section h2 {
    background-color: #0075c9;
    color: white;
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 20px;
  }

  .gadget-care-section p,
  .gadget-care-section li {
    line-height: 1.6;
  }

  .gadget-care-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .highlight {
    font-weight: bold;
  }

  .note {
    color: red;
    font-style: italic;
    margin-top: 15px;
  }

  .coverage-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .coverage-table th,
  .coverage-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    text-align: left;
  }

  .coverage-table th {
    background-color: #0075c9;
    color: white;
  }

  .highlight-yellow {
    background-color: yellow;
    font-weight: bold;
  }
  .gadgetTitle{
      text-align: center;
  }

  @media (max-width: 768px) {
    .coverage-table,
    .coverage-table thead,
    .coverage-table tbody,
    .coverage-table th,
    .coverage-table td,
    .coverage-table tr {
      display: block;
      width: 100%;
    }

    .coverage-table thead {
      display: none;
    }

    .coverage-table tr {
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .coverage-table td {
      border: none;
      padding: 15px;
      position: relative;
      /*padding-bottom: 10px;*/
    }

    .coverage-table td::before {
        padding-top: 15px;
      content: attr(data-label);
      font-weight: bold;
      display: block;
      font-size: 20px;
      
      margin-bottom: 5px;
      color: #0075c9;
    }
  }