.row-bg {
    background-color: var(--wp--preset--color--translucent-white);
    opacity: .8;
    margin: 5px;
    padding: 5px;
    border-color: rgb(255,255,255,0);
    border-width: 0px 3px 3px 3px;
}
td:first-child,
th:first-child {
  border-radius: 15px 0 0 15px;
}
td:last-child,
th:last-child {
  border-radius: 0 15px 15px 0;
}
.entry-content.wp-block-post-content {
    flex-direction: column;
}
table {
    width: 100% !important;
    background-color: rgb(255,255,255,0);
}
.google-import tr:first-child {
    border-bottom: 1px solid white;
}
.google-import tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: 46px;
}
.google-import th {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
}
.accent-col {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--normal);
}
@media only screen and (max-width: 1025px) {
    .google-import td{
      font-size: 14px !important;
      line-height: 16px !important;
    }
    .google-import th{
      font-size: 12px !important;
      line-height: 16px !important;
    }  
  }
@media only screen and (max-width: 825px) {
  .google-import td{
    font-size: 12px !important;
    line-height: 14px !important;
    min-width: 120px;
  }
  .google-import th{
    font-size: 10px !important;
    line-height: 14px !important;
  }  
  .accent-col {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
  }
  table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}