{% scope_css %}

.calconic-roi-embed {
  width: 100%;
  box-sizing: border-box;

  /* Background */
  background: rgba(
    ,
    
  );

  /* Padding */
  padding: px;

  /* Border */
  {% set bw = module.style.border_width|default(0) %}
  border-style: solid;
  border-width: px;

  {% if bw > 0 %}
    border-color: rgba(
      ,
      
    );
  {% else %}
    border-color: transparent;
  {% endif %}
}


.calconic-roi-embed__iframe {
  width: 100%;
  display: block;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
}

{% end_scope_css %}
