.herald-page-thumbnail {
    display: none;
}

.custom-page-wgt {
    display: flex;
    width: 100%;
    position: relative;
}

.custom-content-wgt {
    width: 65%;
}

.custom-sidebar-wgt {
    width: 35%;
    transform: translate(8%, -1%);
}

.wgt-custom-img {
    width: 250px;
    height: 250px;
    padding: 2px;
    border-radius: 50%;
    border: 10px solid #ff003e;
}

.wgt-people-relatives {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.wgt-people-relatives li {
    list-style: none;
    margin: 0 9px 0 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 74px;
}

.wgt-people-relatives li:last-child {
    margin-right: 0;
}

.wgt-people-relatives li .wgt-people-relatives-img {
    display: block;
    border-radius: 50%;
    margin: 0 auto 6px auto;
    width: 66px;
    padding: 2px;
    width: calc(74px);
    border: 2px solid red;
}

.wgt-people-relatives li .wgt-people-anchor {
    display: block;
    text-align: center;
}

.wgt-people-relatives li .wgt-people-relatives-img img {
    display: block;
    width: 66px;
    height: 66px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.wgt-people-relatives li .wgt-people-relatives-name {
    width: 74px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

   .relevant-links-wrapper {
        display: flex;
        margin-bottom: 8px;
        padding-bottom: 7px;
        border-bottom: 1px solid #e3e3e3;
    }

    .relevant-links-image {
        display: block;
		align-self: center;
    }

    .relevant-links-profile {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    }

    .relevant-links-info {
        margin: auto 0 auto 8px;
        max-width: calc(100% - 140px);
    }

    .relevant-links-name {
        font: 600 14px/1.33 Work Sans, sans-serif;
        color: #333;
        text-decoration: none;
    }

    .relevant-links-type {
        font: 400 12px/1.33 Work Sans, sans-serif;
        color: #666;
    }

    .relevant-links-profile-pic {
            margin-left: auto;
		    border-radius: 8px;
			align-self: center;

    }

.relevant-links-view-profile {
	display: flex;
    align-items: center;
    margin-left: auto;
    padding: 10px 10px;
    height: 32px;
    font: 600 12px/1.33 Work Sans,sans-serif;
    letter-spacing: -.2px;
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
    border: 1px solid #333;
    border-radius: 8px;
}

    .fs-icon {
        margin-left: 16px;
        width: 24px;
    }

    .fs-icon--arrow-right {
        fill: #333;
    }

@media screen and (min-width: 768px) and (max-width: 928px) {
    .wgt-people-relatives li:nth-child(4n) {
        display: none;
    }
}


@media screen and (max-width: 770px) {

    .wgt-people-relatives li {
        width: 18%;
        margin: 0 11px;
    }

    .wgt-people-relatives li .wgt-people-relatives-img {
        width: 66px;
        height: 66px;
    }

    .wgt-people-relatives li .wgt-people-relatives-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .wgt-people-relatives li .wgt-people-relatives-name {
        max-width: 100%;
        margin: 0 auto;
    }
}

    .wgt-custom-facts {
    margin: 0 0 1.25em 0;
    position: relative
}

.wgt-custom-facts:before {
    content: '';
    border-top: 5px solid #008080;
    border-left: 5px solid #008080;
    display: inline-block;
    width: 12rem;
    height: 3.25rem;
    position: absolute
}

.wgt-custom-facts:after {
    content: '';
    border-bottom: 5px solid #008080;
    border-right: 5px solid #008080;
    display: inline-block;
    width: 12rem;
    height: 3.25rem;
    position: absolute;
    bottom: 0;
    right: 0
}

.wgt-custom-facts .wgt-custom-facts-header {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-family: Oxygen, Georgia, Arial;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2px;
    display: block;
    padding: 1.5625rem 1.25rem .5625rem
}

.wgt-custom-facts .wgt-custom-facts-lists {
    padding: 0 1.25rem 1.25rem 1.25rem
}

@media screen and (max-width: 480px) {
    .wgt-custom-facts:before {
        width: 7rem;
        height: 1.75rem
    }

    .wgt-custom-facts:after {
        width: 7rem;
        height: 1.75rem
    }

    .wgt-custom-facts .wgt-custom-facts-header {
        padding: 1rem 1rem 0.5rem 1rem
    }

    .wgt-custom-facts .wgt-custom-facts-lists {
        padding: 0 0.5rem 1rem 0.5rem
    }

    .wgt-custom-facts .wgt-custom-facts-lists ul,
    .wgt-custom-facts .wgt-custom-facts-lists ol {
        margin-bottom: 0 !important
    }

    .wgt-custom-facts .wgt-custom-facts-lists li:last-child {
        margin-bottom: 0
    }
}
@media screen and (max-width: 767px) {
    .custom-page-wgt {
        display: unset;
    }
	
/* 	    .custom-content-wgt, .custom-sidebar-wgt {
        width: 100%;
    } */
	
	.custom-sidebar-wgt.sidebar-section, .custom-content-wgt.content-section {
		width: 100%;
	}

	
    .wgt-people-relatives li {
        margin: 0 9px;
    }



    .wgt-people-relatives {
        position: relative;
        right: 10px;
    }
}

.custom-hidden-post {
	display:none !important;
}