:root {
  --site-container-width: 1600px;
  --site-inner-width: 1440px;
}

.entrance-wrapper {
  display: block;
  width: 50%;
  max-width: 520px;
}
@media (max-width: 575px) {
  .entrance-wrapper {
    width: 100%;
  }
}
.entrance-wrapper .card-title h3 {
  color: hsl(222, 62%, 100%) !important;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1rem;
}
.entrance-wrapper .card {
  position: relative;
  padding: 0;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  aspect-ratio: 16/10;
}
.entrance-wrapper .card img {
  margin-top: -24px;
  width: 100%;
  aspect-ratio: 520/337;
}
.entrance-wrapper .card .entrance-btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  text-align: center;
}
.entrance-wrapper .card .entrance-btn .button {
  background-color: hsl(222, 62%, 100%) !important;
  border: 1px solid hsla(222, 62%, 10%, 0.1);
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
  color: hsl(222, 62%, 10%) !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 8px 24px;
  position: relative;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-style: italic;
}

.block-editor-block-list__block .entrance-wrapper {
  pointer-events: none;
  width: 100%;
}
