.header-wrap {
    padding: 0px 55px;
}
    /* Default styling for the table */
    .point-details-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .point-details-table td {
        border: 1px solid #fff;
        padding: 8px;
        text-align: center;
    }

    /* Media query for screens smaller than 600px */
    @media only screen and (max-width: 600px) {
         .point-details-table table tr,.point-details-table td{
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 0px;
        }
		.point-details-table td{
			 padding: 8px;
		}
 .point-details-table tr{
	          border: none;
  }
        .point-details-table td {
            display: block;

            padding: 5px;
        }
    }
.global-image img{
    /* border: 10px solid var(--ghost-accent-color); */
    /* border-radius: 30px; */
}


.subscribe-claim.is-cover{
    display: flex;
    justify-content: space-between;
}
.subscribe-claim.is-cta h3 {
    font-size: 1.2rem;
    line-height: 1.35;
    width: 100%;
    max-width: calc(50% - var(--margin-items) / 2);
    margin: 0;
    padding: 1rem 1rem;
    border-radius: var(--border-radius);
    background-color: var(--color-body);
}

.subscribe-claim.is-cover.is-cta{
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.subscribe-section {
    margin-top: 7vh;
    margin-bottom: 7vh;
    width: 100% !important;
    flex-direction: column;
}
.global-button {
   font-weight: var(--font-weight-primary-bolder);

    font-variation-settings: "wght" 900, "DOTS" 4 !important;

}
.archive-counter{
        -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.archive-section::before {display: none;}

.author-name{
  padding-bottom: 20px;
}
.loop-item-excerpt div{
    display: flex;
    gap: 6px;
    font-size: 0.8em;

    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    line-height: 2;
}
.loop-item-excerpt div span{
    display: flex;
}
@media (min-width:1025px) and (max-width:1440px) {
   .pinned-title {
      font-size: 1rem;
   }

}

.pinned-title{
	font-size: 1rem;
}
.pinned-meta{
    display: none;
}
.demo-cont{
    margin-bottom: 0px !important;
}
.fnc-slider{
    border-radius: var(--border-radius);
}
.widget-content.authors {
    flex-grow: 1 !important;
    display: flex;
    height: -webkit-fill-available !important;
}
.widget-authors {
    display: flex;
    flex-direction: column;
}
.widget-content.authors iframe{
height: auto !important;
    min-height: 300px;
}
.loop-item-wrap,
.widget-content.authors a, .widget-content.authors iframe{
        border-radius: var(--border-radius);

    border: 2px solid var(--ghost-accent-color);
}
.header-nav li, .header-nav a{
    display: inline-flex !important;
}
.header-toggle{
    height: unset;
}
.header-logo img{
    max-height: 40px;
}
.header-toggle .bar{
    background-color: var(--ghost-accent-color);
}
@media (max-width: 320px) {
    .header-wrap {
        padding: 0px 10px;
    }

    .global-content {
        padding-top: 60px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .header-wrap {
        padding: 0px 15px;
    }

    .global-content {
        padding-top: 60px;
    }
}

@media (min-width: 481px) and (max-width:1024px) {
    .header-wrap {
        padding: 0px 25px;
    }

    .global-content {
        padding-top: 60px;
    }
}

.header-section {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999999;
    background: #58595b;
    /* width: var(--max-width-wrap); */
    width: 100% !important;
    /* max-width: var(--max-width-wrap); */
    margin: auto !important;
    display: flex;
    justify-content: space-around;
}

.header-wrap {
    width: var(--max-width-wrap);
}

.pinned-item, .special-item-wrap {
    border: 2.4px solid #93d500;
}

.global-heading svg path {
    stroke: #93d500;
    stroke-width: 2px;
}

.global-heading h3, .global-heading a, .global-heading svg {
    color: #93d500 !important;
    font-weight: 800 !important;
    fill: #93d500 !important;
}

.pb-4 {
    margin-bottom: 2em;
}

.header-nav a {
    transition: background-size .6s ease-out;
    background: linear-gradient(var(--ghost-accent-color), var(--ghost-accent-color)) no-repeat right 130%/0 40%;
}

.header-nav a:hover {
    background-size: 97% 40%;
}

.subscribe-cover.global-image img svg {
    fill: #93d500;
}

.subscribe-cover.global-image img {
    width: 100%;
    /* padding-top: 1em; */
    height: 100%;
    float: left;
    bottom: 0px;
}

.author-name {
    text-align: center;
}

.author-image .global-image img {
    object-fit: contain;
}

.subscribe-form button {
    border-radius: 4px 4px 4px 4px;
    margin: 0 0.4rem;
}

.footer-nav-column h5 {
    display: none;
}

.footer-section.global-footer {
    padding-top: 2em;
}

.loop-item-title {
    font-size: 1rem;
    line-height: 1.8!important;
}


.loop-item-excerpt br, .post-excerpt br {
    display: none;
}

@media (max-width: 480px) {
    .loop-item-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .loop-item-meta, .loop-item-excerpt {
        font-size: 13px;
    }
}

@media (min-width: 481px) and (max-width:1280px) {
    .loop-item-title {
        font-size: 0.9rem;
    }
}

@media (min-width: 1025px) and (max-width:1280px) {
    .loop-item-excerpt {
        font-size: 14px;
    }
}

@media (min-width: 1281px) and (max-width:1440px) {
    .loop-item-excerpt {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .post-title {
        font-size: 30px;
        font-weight: 900;
        margin-top: 2rem;
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .post-title {
        font-size: 2rem;
        font-weight: 900;
        margin-top: 2rem;
    }
}

@media (min-width: 769px) and (max-width:1280px) {
    .post-title {
        font-size: 2em;
        font-weight: 900;
    }
}

.post-title {
    font-size: 2.2rem;
    font-weight: 900;
}

.header-wrap {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: unset !important;
}

.global-content {
    padding-top: 70px !important;
}

.header-toggle {
    width: 40px;
}
				<div class="post-excerpt">


:root {
    --scroll-size: 6px;
    --scroll-radius: 10px;
}

::-webkit-scrollbar {
    width: var(--scroll-size, 10px);
    height: var(--scroll-size, 10px);
}

::-webkit-scrollbar-track {
    background-color: var(--overlay-button, transparent);
    border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

::-webkit-scrollbar-thumb {
    background-color: var(--ghost-accent-color, grey);
    background-image: var(--scroll-thumb, none);
    border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

.post-image img {
    border-radius: 1rem !important;
    /* width: 90%; */
    /* height: 90%; */
    /* margin: 5%; */
}

a.telephone {
    width: 100%;
    display: block;
    direction: ltr;
    font-size: 0.9rem;
    text-align: right;
}

.loop-item-excerpt span {
    display: flex;
}

.points-excerpt br {
    display: none;
}

.PXLtitle h4 {
    text-align: center;
}

.PXLtitle.colored>* {
    color: #93d500;
    font-weight: 900;
}

.points-excerpt {
    display: flex;
    align-items: flex-start;
    grid-gap: 9px;
    /* padding-bottom: 1.2em; */
    justify-content: center;
    flex-direction: column;
}

.PXLtitle {
    margin-bottom: 2em;
    margin-top: 1em;
}

.points-excerpt>* {
    font-weight: 400;
    font-size: 0.8em;
    padding: 0.4em .8em;
    border-right: 3px solid #93d500;
    color: #fff;
    line-height: 1;
    /* display: flex; */
    /* align-items: baseline; */
    /* align-content: center; */
}

.points-excerpt>* {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.PXLsectiontitle {
    text-align: center;
    margin-top: 2em;
}

.article-title {
    font-size: clamp(1.3rem, 5vw, 2.4rem);
    line-height: 1.6;
}

.footer-cta.outer .inner {
    display: flex;
    justify-content: center;
}

/*--- Predefined Classes ---*/
.PXLen {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.PXLfa {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.PXLmono {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

/*--- Text ---*/
.post-card-meta>*+:not(script):before {
    display: none;
}

.point-card .post-card-image-link {
    margin-bottom: 0em;
}

.point-card.post-card {
    background: hsl(220 2% 30% / 1);
    /* margin-bottom: 1.2em; */
}

.point-card .post-card-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    grid-gap: 9px;
    min-height: 6em;
    /* padding-bottom: 1.2em; */
    justify-content: center;
}

.point-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 9px;
    /* padding-bottom: 1.2em; */
    justify-content: center;
}

.point-card-meta>* {
    border-radius: 100px;
    font-weight: 400;
    font-size: 0.8em;
    padding: 0.4em .8em;
    background: #93d500;
    color: #fff;
    line-height: 1;
    /* display: flex; */
    /* align-items: baseline; */
    /* align-content: center; */
}

.post-card-meta, .point-card-meta>* {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.PXLsectiontitle {
    text-align: center;
    margin-top: 2em;
}

.article-title {
    font-size: clamp(1.3rem, 5vw, 2.4rem);
    line-height: 1.6;
}

.footer-cta.outer .inner {
    display: flex;
    justify-content: center;
}

.PXLfa {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.PXLmono {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.site-footer .inner {
    flex-direction: row-reverse;
}

#statusMessage {
    margin-top: 1em;
    color: #93d500 !important;
    font-weight: 600;
}

.post-card-title {
    font-size: 1.6rem;
    line-height: 1.2;
}

.pxl-post-feed .post-card {
    background: #161a1d;
    border: 2px solid #22272b;
    padding: 1rem 1.4rem;
    border-radius: 0.39em;
    font-size: 1em !important;
}

.pxl-post-feed .post-card-title {
    color: #dee4ea !important;
    font-size: 1.4rem;
}

.pxl-post-feed .post-card-meta {
    color: #dee4ea !important;
    font-size: 1.3rem;
    font-weight: 600;
}

.pxl-post-feed .post-card-meta {
    display: block;
}

.pxl-post-feed .post-card-meta div {
    width: 100% !important;
    display: block;
}

.pxl-post-feed .post-card-meta span {
    font-weight: 600;
    color: #738496 !important;
}

@media (min-width: 1001px) {
    .post-card.dynamic .post-card-title {
        font-size: 2.4rem;
        line-height: 1.38;
    }

    .post-card-large .post-card-title {
        font-size: 2.1rem;
        line-height: 1.3;
    }
}

.article-title {
    font-weight: bold;
}

.site-footer-nav a {
    transition: 0.2s ease all;
    color: #888;
    border: 0.1em solid #444;
    border-radius: 100px;
    padding: 0em 0.6em;
}

.gh-head-menu .nav a {
    font-weight: 800;
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.copyright {
    text-align: left;
    float: left;
    direction: ltr !important;
}

.copyright svg {
    height: 2em;
    margin-top: 3em !important;
}

.site-footer-nav ul {
    justify-content: flex-start;
}

.site-footer-nav a {
    font-weight: bold;
}

select, textarea {
    /* -webkit-appearance: none; */
    border-radius: 0px;
    outline: none;
}

@media (max-width: 650px) {
    .gh-content>blockquote:not([class]), .gh-content>ol, .gh-content>ul, .gh-content>dl, .gh-content>p, .gh-content .kg-callout-card .kg-callout-text, .gh-content .kg-toggle-card .kg-toggle-content>ol, .gh-content .kg-toggle-card .kg-toggle-content>ul, .gh-content .kg-toggle-card .kg-toggle-content>p {
        font-size: 1.38em;
    }

    .gh-content .kg-product-card .kg-product-card-description>p, .gh-content .kg-product-card .kg-product-card-description>ol, .gh-content .kg-product-card .kg-product-card-description>ul {
        font-size: 1.3em;
    }

    .gh-content blockquote:not([class])::before {
        left: min(-4vmin, -20px);
    }
}

.article-title {
    font-size: clamp(1.2rem, 5vw, 2.2rem);
}

.article-byline-meta {
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.post-card-title {
    font-size: 1.4rem;
}

.post-card-tags {
    font-size: 1.2rem;
    font-weight: 400;
}

.article-byline-meta .author-name {
    margin-bottom: 0px;
    font-weight: 400 !important;
}

.gh-canvas, .kg-width-full.kg-content-wide {
}

/*--- Post cards gap
.post-feed {
    gap: 4.8vmin 16vmin;
}

.post-card-image-link{
	margin-left: 4px;
	margin-right: 4px;
		 box-shadow: -4px 0px 0px 0px hsl(285 3% 21% / 1), 4px 0 0 hsl(285 3% 21% / 1), 0 4px 0 hsl(285 3% 21% / 1),  -0px 8px 0px 0px hsl(285 3% 14% / 1),  0 -4px 0 hsl(285 3% 21% / 1), -4px 4px 0px 0px hsl(285 3% 14% / 1), 4px 4px 0px 0px hsl(285 3% 14% / 1);

}

.PXLiframe{
  		 box-shadow: -4px 0px 0px 0px hsl(285 3% 21% / 1), 4px 0 0 hsl(285 3% 21% / 1), 0 4px 0 hsl(285 3% 21% / 1),  -0px 8px 0px 0px hsl(285 3% 14% / 1),  0 -4px 0 hsl(285 3% 21% / 1), -4px 4px 0px 0px hsl(285 3% 14% / 1), 4px 4px 0px 0px hsl(285 3% 14% / 1);


}
---*/
.site-footer {
    padding-bottom: 3.8em;
}

.secondary-nav ul, .secondary-nav li {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

.site-footer .inner x {
    margin-top: 2em;
}

.site-footer {
    display: flex;
    flex-wrap: flex;
    flex-direction: column;
    grid-gap: 2em;
}

.copyright, .inner .copyright a {
    color: hsla(0, 0%, 100%, .7);
}

.site-footer-nav .nav, .gh-powered-by {
    grid-gap: 1em;
}

.site-content {
    padding: 0 0 max(12vmin, 64px);
}

.PXLcodes-Logo svg {
    max-height: 1.3em;
    width: 100%;
}

.gh-head-menu .nav a {
    font-weight: 900;
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

@media (max-width: 767px) {
    .copyright, .copyright a {
        font-size: x-small !important;
    }

    .secondary-nav ul {
        margin-bottom: 2em;
    }

    .site-footer .inner {
        flex-wrap: wrap;
    }

    .secondary-nav {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }

    .icon-links {
        display: flex;
        justify-content: center !important;
        width: 100% !important;
    }

    .gh-powered-by {
        display: flex;
        justify-content: center;
        width: 100% !important;
        text-align: center;
        float: none;
    }

    .copyright {
        width: 100% !important;
        text-align: center;
        float: none;
        direction: ltr !important;
    }
}

.copyright svg {
    height: 2em;
    display: block;
}

.site-footer-nav ul {
    justify-content: flex-end;
}

.site-footer-nav a {
}

.icon-links {
    display: flex;
    justify-content: flex-end;
    grid-gap: 1em;
    /* flex-direction: column; */
}

.icon-links button svg {
    height: 100%;
    width: 2em;
    fill: var(--color-secondary-text);
    opacity: .6;
    flex-grow: 1;
    /*padding: 0.4em;*/
}

.icon-links button svg:hover {
    opacity: .9;
}

.icon-links button {
    padding: 0px !important;
    height: fit-content;
    background: transparent;
    /*border: 1px solid #666;*/
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

.icon-links button:hover, .secondary-nav ul a:hover {
    /* box-shadow: inset 0px 0px 10px -6px #fff;
	color: #c9c9c9; */
    ; }

.site-footer .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 0px;
    color: hsla(0, 0%, 100%, .7);
    font-size: 1.3rem;
    align-items: baseline;
}

.secondary-nav ul {
    display: inline-flex;
    grid-gap: .7em;
}

.secondary-nav ul a {
    border: 1px solid #ffffff38;
    border-radius: .38em;
    transition: 0.2s ease-in-out;
    padding: 0.3em 1em;
}

.PXLbutton button {
    background: #3b2e3d;
    color: rgba(0, 0, 0, 0.84);
    border: none;
    padding: 16px;
    height: 48px;
    cursor: pointer;
    line-height: 1;
    font-weight: 900;
    margin-top: 4px;
    white-space: nowrap;
}

.PXLbutton button:hover {
    background: #57445a;
}

.PXLbutton button:active, .PXLbutton button.pressed {
    box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.15), -4px 0 0 rgba(0, 0, 0, 0.84), 4px 0 0 rgba(51, 51, 51, 0.84), 0 4px 0 rgba(51, 51, 51, 0.84), 0 -4px 0 rgba(0, 0, 0, 0.84);
    background: #2d232e;
}

.PXLbutton button.secondary {
    background: #fc9;
    color: rgba(0, 0, 0, 0.84);
    border: none;
    padding: 16px;
    height: 48px;
    cursor: pointer;
    text-align: left;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap;
}

.PXLbutton button.secondary:hover {
    background: #ffe6cc;
}

.PXLbutton button.secondary:active, .PXLbutton button.secondary.pressed {
    box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.15), -4px 0 0 rgba(0, 0, 0, 0.84), 4px 0 0 rgba(51, 51, 51, 0.84), 0 4px 0 rgba(51, 51, 51, 0.84), 0 -4px 0 rgba(0, 0, 0, 0.84);
    background: #ffbf80;
}

.PXLbutton button.raised {
    box-shadow: inset 4px 4px 0 rgb(0 0 0 / 16%), inset -4px -4px 0 rgb(0 0 0 / 16%), -.2em 0 0 rgb(255 255 255 / 16%), .2em 0 0 rgb(255 255 255 / 16%), 0 .2em 0 rgb(255 255 255 / 16%), 0 -.2em 0 rgb(255 255 255 / 16%), 8px 4px 0 rgb(0 0 0 / 9%), 4px 8px 0 rgb(0 0 0 / 9%);
}

.PXLbutton button.raised:active, .PXLbutton button.raised.pressed {
    background: #ffbf80;
}
