/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 10:05:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
<style>
.wp-linechart-container {
  max-width: 800px;
  margin: 36px auto;
  border-radius: 14px;
  background: var(--wp--preset--color--white, #fff);
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  padding: 22px 28px 32px;
  overflow: hidden;
}
.wp-linechart-container h3 {
  margin: 0 0 18px;
  font-size: 1.3rem;
  color: #023169;
  letter-spacing: 1px;
}
#expiryLineChart {
  width: 100% !important;
  min-height: 400px;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 6px 32px #24333322;
  transition: box-shadow 0.3s;
}
#expiryLineChart:hover {
  box-shadow: 0 16px 64px #225a;
}
</style>

