body {
    font-size: 11px;
    max-width: 98%;
    text-align: left;
}

table {
    table-layout: fixed;
    word-break: break-all;
}

.hidden {
    display: none;
}

.underline-text {
  text-decoration: underline;
background-color: #787ea0;
}

iframe {
  width: 100%;
}

h2 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #4169e1;
  color: #fff;
}
planesummary {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #f0f8ff;
}

.accordion-container {
  max-width: 600px;
  margin: 0 auto;
}

details {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}

summary {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #C0C0C0;
  color: #fff;
}

.accordion-content {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
}

details[open] summary {
  background-color: #4b6ac7;
  color: #fff;
}
.iframe-wrapper{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 0 0 20px;
}
.iframe-wrapper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
