/** Shopify CDN: Minification failed

Line 24:19 Expected identifier but found whitespace
Line 24:21 Unexpected "{"
Line 24:30 Expected ":"
Line 25:8 Expected identifier but found whitespace
Line 25:10 Unexpected "{"
Line 25:19 Expected ":"
Line 32:19 Expected identifier but found whitespace
Line 32:21 Unexpected "{"
Line 32:30 Expected ":"
Line 33:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
.dt-sc-hotspot-content .dt-sc-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px; 
  background-color: {{ section.settings.hotspot_content_button_bg_color }};
  color: {{ section.settings.hotspot_content_button_text_color }}; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.dt-sc-hotspot-content .dt-sc-btn:hover {
  background-color: {{ section.settings.hotspot_content_button_bg_hover_color }}; 
  color: {{ section.settings.hotspot_content_button_text_hover_color }}; 
}

h3 {
  font-size: 12px !important;
}

p {
  font-size: 10px !important;
}
