
/* product-info */

/* Container and Tab Setup */
.product-info-card-container {
  display: inline-block;
  width: 100%;
}

.product-info-card-tab {
  display: inline-block;
  background: #990000;
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Main Base Card Styles */

.product-info-card-wrap {
  display: grid;
  gap: 0;
  row-rule: 1px solid #333;
  grid-template-columns: auto 1fr;

  background: #F2E9D3;
  padding: 2rem;
  border-radius:  0 1rem 1rem 1rem;
  color: #333333;
  font-family: Verdana, sans-serif;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid #990000;
}

.product-info-card-wrap > div {
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.50rem 0.25rem;
}

/* Link Actions */
.product-info-card-wrap a {
  color: #F00;
  text-decoration: none;
  font-weight: bold;
}
.product-info-card-wrap a:hover {
  color: #AA5500;
  text-decoration: underline;
}
.product-info-card-wrap a:visited {
  color: #AA5500;
}

.product-info-card-notes {
  font-weight: bold;
  font-style: oblique;
  font-size: 80%;
}

/* Responsive adjustment for small screens */
@media (max-width: 660px) {
  .product-info-card-tab {
    display: block;
  }
  .product-info-card-wrap {
    border-radius:  0 0 1rem 1rem;
  }
}

/*
.grill-function-type {}
.grill-burner-type {}
.grill-fuel-type {}
.grill-btu {}
.grill-btu {}
.grill-main-burners {}
.grill-primary-capacity {}
.grill-secondary-capacity {}

.thermometer-probe {}
.thermometer-battery-type {}
.thermometer-battery-life {}
.thermometer-safe-operating-range {}
.min-and-max-temp {}
.thermometer-display-precision {}
.32-actual-temp {}
.130-actual-temp {}
.225-actual-temp {}
.325-actual-temp {}
.max-actual-temp {}
.speed-32-to-212 {}
.speed-212-to-325 {}
.thermometer-size-numbers-display {}
.water-resistance-rating {}
.thermometer-weight {}
.thermometer-cf-switch {}
.thermometer-backlight {}
.thermometer-adjustable-options {}
.thermometer-auto-shutoff {}
.thermometer-color-options {}
.thermometer-sensor {}
.thermometer-connection {}
.thermometer-app {}
.thermometer-drop-test {}
.thermometer-logging {}
.additional-thermometer-features {}
.included-with-thermometer {}
.thermometer_available_accessories {}
.thermometer-alarms {}
*/

/* FIN */