/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.mos-product-specifications-group .mos-product-specifications-table-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-image-wrapper {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-content-wrapper .mos-product-specifications-group-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-content-wrapper .mos-product-specifications-group-title-wrapper .mos-product-specifications-group-title {
  margin: 0;
  font-size: 22px;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-content-wrapper .mos-product-specifications-group-title-wrapper .mos-product-specifications-group-tooltip {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.mos-product-specifications-group .mos-product-specifications-table-heading .mos-product-specifications-group-content-wrapper .mos-product-specifications-group-description {
  margin: 0;
  font-size: 22px;
}
.mos-product-specifications-group table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 14px;
}
.mos-product-specifications-group table th,
.mos-product-specifications-group table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
}
.mos-product-specifications-group table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.mos-product-specifications-group table .mos-product-specifications-spec-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mos-product-specifications-group table .mos-product-specifications-spec-tooltip {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.mos-product-specifications-group + .mos-product-specifications-group {
  margin-top: 20px;
}

.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid white;
}

.ui-tooltip {
  padding: 5px 10px;
  color: white;
  border-radius: 50rem;
  font-size: 11px;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}/*# sourceMappingURL=public-style.css.map */