.placeholder-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 258px;
  background: #fff;
  border: 2px solid #E5E5E5;
  box-shadow: 4px 4px 0 0 #E5E5E5;
  margin-top: 2rem;
  color: #B2B2B2;
  padding: 1rem; }
  .placeholder-box h3 {
    font-size: 20px; }
  .placeholder-box p {
    margin-top: 0 !important; }
  .placeholder-box.active {
    color: #000;
    align-items: start;
    justify-content: start; }

.dependencies table {
  border: 1px solid #000; }
  .dependencies table th:not(:first-child) {
    width: 20%; }
  .dependencies table th, .dependencies table td {
    padding: 1rem;
    border-bottom: 1px solid; }
  .dependencies table tbody tr th {
    font-weight: 700;
    border-right: 1px solid; }

.plan-item {
  padding: 1rem;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  position: relative; }
  .wp-block .plan-item {
    height: 100%; }
  .plan-item p {
    margin-top: 0 !important; }
  .plan-item .name {
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
  .plan-item .price {
    font-weight: bold;
    padding: 0.5rem 0; }
  .plan-item .priceholder {
    margin-top: auto;
    font-weight: bold; }
  .plan-item .desc {
    padding: 0.5rem 0;
    font-size: 12px; }
  .plan-item .btn {
    width: 100%; }

.btn-outline-primary {
  padding: 0.5rem 1rem;
  text-align: center;
  background: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.btn-primary {
  padding: 0.5rem 1rem;
  text-align: center;
  background: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .btn-primary > a {
    display: block;
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem; }
    .btn-primary > a:hover {
      color: #fff; }

.plans > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap; }
  .plans > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    max-width: 25% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

.priceholder {
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.2; }
  .priceholder span {
    padding-right: 5px; }

.pricing-plan-table table {
  border: 1px solid #E5E5E5; }
  .pricing-plan-table table th, .pricing-plan-table table td {
    border: 1px solid #E5E5E5;
    padding: 0.5rem;
    position: relative; }
  .pricing-plan-table table thead th:first-child {
    width: 25%; }
  .pricing-plan-table table tfoot td {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.custom-popover .components-popover__content {
  padding: 1rem;
  min-width: 300px; }

.btn-holder {
  align-items: center; }
  .btn-holder .btn {
    padding: 0.5rem;
    background: none;
    border: none;
    color: red; }
    .btn-holder .btn .dashicons {
      display: block; }

.best {
  bottom: 100%;
  left: 0;
  padding: 0.5rem;
  background: #E5E5E5;
  text-align: center; }
  @media (min-width: 1200px) {
    .best {
      position: absolute;
      width: 100%; } }
  @media (max-width: 1199.98px) {
    .best {
      margin: -1rem;
      margin-bottom: 1rem; } }

/*# sourceMappingURL=subscribe.css.map */
