.tech-page-header .wp-block-cover__inner-container {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tech-page-header {
	margin-top: 60px;
    box-shadow: inset 0 0 17px 0 rgba(254, 0, 236, 0.8);
    background: linear-gradient(180deg, #3d124e 0%, #1c144d 100%);
    border-radius: 0px 0px 20px 20px;
}

body .tech-page-header h1 {
    font-size: 50px !important;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.tech-page-text .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: unset;
}

div.wp-block-cover.tech-page-text {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tech-page-text h2 {
    font-size: 40px;
}

.tech-page-text ul {
    padding-left: 20px;
}

.tech-page-text ul li {
    list-style: disc;
}

body .tech-page-text a {
    color: #E5F6FF;
    text-decoration: underline !important;
}

body .tech-page-text h1,
body .tech-page-text h2,
body .tech-page-text h3,
body .tech-page-text h4,
body .tech-page-text h5,
body.tech-page-text h6 {
     text-align: left;
}

 body .tech-page-text table,  body .tech-page-text th,  body .tech-page-text td {
    border: 1px solid rgb(255, 255, 255);
    border-collapse: collapse; /* прибирає подвійні межі */
  }

  body .tech-page-text td {
    padding: 5px;
  }

  body .tech-page-text ul,
  body .tech-page-text ol {
    padding-left: 20px;
    margin-left: 0px;
  }

  body .tech-page-header .wp-block-cover__inner-container p{
    margin-bottom: 0;
  }

  body .tech-page-header .wp-block-cover__inner-container p:first-of-type {
    margin-top: 10px;
  }

.exclusives__image img{
    max-height: 560px;
    width: auto;
}

.popularpokies__title img {
     width: auto;
}

.footer__links-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

body .footer__links-wrap p{
    margin: 0;
}

@media screen and (max-width: 768px) {
    .tech-page-header .wp-block-cover__inner-container {
        min-height: 100px;
    }

    body .tech-page-header h1 {
        font-weight: 700;
        font-size: 28px !important;
        line-height: 130%;
    }

    .tech-page-text h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 130%;
    }

    div.wp-block-cover.tech-page-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tech-page-header .wp-block-cover__inner-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media screen and (max-width: 767px) {
	.tech-page-header .wp-block-cover__inner-container {
		padding-left:20px;
		padding-right: 20px
	}
}

@media (min-width: 768px) {
	.tech-page-header .wp-block-cover__inner-container {
		max-width:688px
	}
}

@media (min-width: 992px) {
	.tech-page-header .wp-block-cover__inner-container {
		max-width:940px
	}
}

@media (min-width: 1240px) {
	.tech-page-header .wp-block-cover__inner-container {
		max-width:1216px
	}
}