.post-grid-item-2 img {
    height: 150px ;
    object-fit: cover;
}
.fact-sheet-header-right {
    display: none;
}
.list-group > div:not(.wpdm-lt-card):nth-child(3), .list-group > div:not(.wpdm-lt-card):nth-child(4) {
    display: none !important;
}
.list-group-item h3 {
    font-size: 16px;
}


.team-card-body-content {
    height: 100px;
}
span.byline,
span.cat-links,
span.edit-link{
    display: none;
}

.fact-sheet-wrapper {
    padding: 20px;
    background-color: #C5E3F0;
}
.fact-sheet-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 10px 0;
}
.fact-sheet-image {
    text-align: right;
}
.fact-sheet-image img {
    width: 200px;
    text-align: right;
}
.fact-sheet-fact-sheet-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.fact-sheet-download-copy-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    gap: 10px;
}
.fact-sheet-download-copy-links a {

    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    word-spacing: var(--e-global-typography-text-word-spacing);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 17px 12px 18px;

}

.fact-sheet-download-copy-links a.btn-copy {
    background-color: #f89820;
}

.fact-sheet-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.fact-sheet-share-buttons a.btn-share {
    background-color: #fff;
    display: flex;
    border-radius: 34px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}
.fact-sheet-share-buttons {

    display: flex;
    justify-content: flex-end;
}

.btn-share {
    margin: 0 5px;
    font-size: 24px; /* Size of icons */
    color: #333;
    text-decoration: none;
}

.btn-share:hover {
    color: #007bff; /* Hover color */
}
select#state-dropdown {
    width: 250px;
    font-size: 21px;
    padding: 10px 0;
    border-color: #055278;
    color: #000;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.fact-sheet-footer {
    flex-direction: column;
}
.fact-sheet-wrapper {

    margin-top: 100px;
}
}
.fact-sheet-loader {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #007bff;
}
.fact-sheet-loader i {
    font-size: 24px;
    margin-right: 8px;
}

div#content_wpdm_package_1 h3 {
    font-size: 20px;
}

.w3eden .list-group-item {
    align-content: center;
    align-items: center;
    padding: 10px;
    font-size: 18px;
	border:none!important;
}
.wpdm-download-link.btn.btn-primary {
    border-radius: 4px;
    background-color: #055278;
    border: none;
    font-size: 14px;
}
.list-group.wpdm-lt-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
}

.popup-right{
    height: 400px;
    overflow-y: auto;
}
.elementor-element.elementor-element-fc84220.elementor-widget.elementor-widget-shortcode .um-postmessage {
    opacity: 0;
}