.author-articles {
    max-width: 100%;
}
.author-article {
    border-bottom: 1px solid #2221;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: normal;
    box-sizing: border-box;
}
@media (min-width: 769px) {
    .author-article__content {
        flex-basis: 66.66%;
    }
    .author-article__image {
        flex-basis: 33.33%;
    }
    .author-article__image,
    .author-article__content {
        flex-grow: 0;
    }
}
.author-article__image figure {
    width: 300px;
    height: 300px;
    float: right;
    margin: 0;
}
.author-article__image figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: bottom;
}
.author-article__image figure a:hover img {
    opacity: 0.5;
}
.author-article__title {
    margin-bottom: 15px;
}
.author-article__title h2 {
    font-size: clamp(27.894px, 1.743rem + ((1vw - 3.2px)* 1.687), 48px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: var(--wp--preset--font-family--financier-display) !important;
    color: var(--wp--preset--color--custom-green) !important;
    box-sizing: border-box;
    word-break: break-word;
}
.author-article__title h2 a {
    display: block;
}
.author-article__date {
    margin-bottom: 5px;
}
.author-article__date time {
    color: var(--wp--preset--color--custom-dark-gold);
    font-family: var(--wp--preset--font-family--figure) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.author-article__excerpt {
    margin-top: 5px;
    margin-bottom: 10px;
}
.author-article__excerpt p {
    font-family: var(--wp--preset--font-family--figure);
    margin: 0;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px)* 0.336), 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.36px;
}
.wp-block-query-pagination p {
    margin: 0;
}
.wp-block-query-pagination p:empty {
    display: none;
}
.author-pagination {
    justify-content: space-between !important;
    max-width: 100% !important;
}
.author-pagination .wp-block-query-pagination-numbers span + a,
.author-pagination .wp-block-query-pagination-numbers a + a,
.author-pagination .wp-block-query-pagination-numbers a + span {
    margin-left: 5px;
}
@media (max-width: 768px) {
    .author-article {
        flex-wrap: wrap;
    }
    .author-article__image,
    .author-article__content {
        width: 100%;
    }
    .author-article__image {
        order: 1;
    }
    .author-article__image figure {
        width: 100%;
        height: 350px;
    }
    .author-article__content {
        order: 2;
    }
}
.archive.category-qualified-opinions div.wp-block-query {
    width: calc(100% - 300px);
    padding-right: 50px;
}
.archive.category-qualified-opinions .archive-loop-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-columns {

}
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-content,
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image {
    flex-basis: auto !important;
}
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-content {
    width: calc(100% - 300px);
}
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image {
    width: 300px;
}
.archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image figure {
    width: 100% !important;
}
@media (min-width: 1025px) and (max-width: 1160px) {
    .archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-content {
        width: calc(100% - 240px);
    }
    .archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image {
        width: 240px;
    }
}
@media (max-width: 768px) {
    .archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image,
    .archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-content {
        width: 100%;
    }
    .archive.category-qualified-opinions .archive-loop-wrapper div.archive-loop-item-image figure {
        width: 100% !important;
        height: 350px;
    }
}
.libsyn-rss-widget {
    position: relative;
    margin-top: 0;
}
.libsyn-rss-widget__box {
    position: sticky;
    top: 0;
    background-color: #030423;
    background-image: url(https://aier.org/wp-content/uploads/2025/01/qualified-opinions-pattern.jpg);
    background-repeat: no-repeat;
    background-size: 100% 50px;
    width: 300px;
    padding-top: 50px;
    color: white;
    margin-top: 0;
}
.libsyn-rss-widget__box-Inner {
    padding: 30px;
}
.libsyn-rss-widget p:empty {
    display: none !important;
}
.libsyn-rss-widget br {
    display: none !important;
}
.libsyn-rss-widget .libsyn-rss-widget__heading {
    margin-bottom: 20px;
}
.libsyn-rss-widget .libsyn-rss-widget__heading h5 {
    /*color: #5049BB;*/
    color: var(--wp--preset--color--custom-dark-gold);
    margin: 0;
}
.libsyn-rss-widget .libsyn-rss-widget__description {
    margin-bottom: 20px;
}
.libsyn-rss-widget .libsyn-rss-widget__description p {
    margin: 0;
}
.libsyn-rss-widget .libsyn-rss-widget__rss {
    margin-bottom: 30px;
}
.libsyn-rss-widget .libsyn-rss-widget__rss a {
    background-color: #5049BB;
    display: inline-block;
}
.libsyn-rss-widget .libsyn-rss-widget__listen p {
    margin: 0;
}
.libsyn-rss-widget .libsyn-rss-widget__listen a {
    color: white;
    display: block;
}

.aier-podcast-player p:empty {
    display: none;
}

.aier-podcast-player {
    max-width: 100% !important;
}

.aier-podcast-player .progress-bg {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='32' viewBox='0 0 8 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='30' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect y='25' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect y='20' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect y='15' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect y='10' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect y='5' width='2' height='2' fill='%23BEB9A3'/%3E%3Crect width='2' height='2' fill='%23BEB9A3'/%3E%3C/svg%3E%0A");
    background-size: 8px 32px;
    background-repeat: repeat-x;
    background-position: left center;
    width: 100%;
    height: 46px;
}

.aier-podcast-player .player-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.aier-podcast-player .play-pause-btn {
    width: 46px;
    height: 46px;
    background: none;
    border: 2px solid #083E00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.1s ease-in-out;
}

.aier-podcast-player .play-pause-btn svg path {
    transition: fill 0.1s ease-in-out;
}

.aier-podcast-player .play-pause-btn:hover {
    background-color: #083E00;
}

.aier-podcast-player .play-pause-btn:hover svg path {
    fill: white;
}

.aier-podcast-player .play-pause-btn .play-icon,
.aier-podcast-player .play-pause-btn .pause-icon {
    display: inline-block;
}

.aier-podcast-player .play-pause-btn .play-icon svg,
.aier-podcast-player .play-pause-btn .pause-icon svg {
    display: block;
}

.aier-podcast-player .play-pause-btn .play-icon {
    width: 13px;
    height: 15px;
    margin-left: 1px;
}

.aier-podcast-player .play-pause-btn .pause-icon {
    width: 12px;
    height: 15px;
}

.progress-container {
    width: calc(100% - 66px);
    margin-left: 20px;
    cursor: pointer;
}

.aier-podcast-player .progress-fill {
    position: relative;
}
.aier-podcast-player .progress-fill:not([style]) .progress-handle {
    right: auto;
    left: 0;
}

.aier-podcast-player .progress-handle {
    position: absolute;
    right: 0;
    width: 10px;
    height: 46px;
    background-color: #083E00;
}

.aier-podcast-player .progress-handle .current-time {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: 0.42px;
    color: #083E00;;
}

.podcast-participants {
    margin-bottom: 50px;
    width: 100% !important;
    max-width: 100% !important;
}

.episode-synopsis .entry-content {
    max-width: 100% !important;
}

.podcast-participants__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.podcast-participants .participant {
    width: 150px;
}

.podcast-participants .participant .participant-image {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 5px;
}

.podcast-participants .participant .participant-image__box {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 80px;
    display: inline-block;
}

.podcast-participants .participant .participant-image__box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.podcast-participants__head {
    margin-bottom: 30px;
}

.podcast-participants__head-Title {
    color: #222;
    font-family: var(--wp--preset--font-family--financier-text);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
}

.podcast-participants .participant .participant-info {

}

.podcast-participants .participant .participant-name {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    font-family: var(--wp--preset--font-family--financier-text);
    margin: 0;
}

.podcast-participants .participant .participant-role {
    color: #BF822B;
    font-family: var(--wp--preset--font-family--figure);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .podcast-participants__list {


    }
    .podcast-participants .participant .participant-image {
        padding-left: 0;
    }
    .podcast-participants__head {

    }
}

@media (min-width: 1025px) {
    .libsyn-rss-widget__heading {
        display: none;
    }
}
@media (max-width: 1024px) {
    .archive.category-qualified-opinions div.wp-block-query {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .libsyn-rss-widget__box {
        position: relative;
        top: auto;
    }
    .libsyn-rss-widget__heading {
        display: block;
    }
}

.podcast-socials {

}

.podcast-socials__box {
    margin-bottom: 60px;
}

.podcast-socials__box:last-child {
    margin-bottom: 0;
}

.podcast-socials__box-Title {
    margin-bottom: 40px;
}

.podcast-socials__box-Title h3 {
    color: #222;
    font-family: var(--wp--preset--font-family--figure-condensed) !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: 1.2px !important;
    text-transform: uppercase;
    margin: 0 !important;
}

.podcast-socials__box-Links {

}

.podcast-socials__box-Links-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.podcast-socials__box-Links-link + a {
    margin-top: 20px;
}

.podcast-socials__box-Links-link svg {
    margin-right: 16px;
}

.podcast-socials__box-Links-text {
    color: #BF822B;
    font-family: var(--wp--preset--font-family--figure) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.podcast-player-wrapper iframe {
    margin-left: 50px;
}

@media (max-width: 1024px) {
    .episode-synopsis {
        padding-right: 60px !important;
    }
    .podcast-main-content-container {
        padding-left: 0 !important;
    }
    .podcast-player-wrapper iframe {
        margin-left: 0;
    }
    .podcast-player-wrapper {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .episode-synopsis {
        padding-right: 0 !important;
        width: 100% !important;
        margin-bottom: 50px !important;
    }

    .episode-synopsis > .wp-block-heading,
    .podcast-participants__head-Title {
        font-size: 30px !important;
    }

    .podcast-player-wrapper {
        margin-bottom: 50px !important;
    }

    .podcast-main-content-row {
        display: block !important;
    }
    .podcast-participants {

    }
    .podcast-player-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .podcast-hero__inner figure.podcast-hero__image {
        height: 0 !important;
    }
    .podcast-hero__inner figure.podcast-hero__image img {
        height: 100% !important;
    }
    .podcast-hero__content {
        position: relative;
        width: calc(100% - 20px);
        bottom: auto;
        left: auto;
        max-width: 100%;
        padding: 30px 30px 0 0;
        margin-top: -50px;
        z-index: 10;
    }
    .podcast-participants__list {
        gap: 20px;
    }
    .podcast-socials__box-Title h3 {
        font-size: 18px !important;
    }
    .podcast-socials__box-Title {
        margin-bottom: 30px;
    }
    .podcast-socials__box {
        margin-bottom: 50px;
    }
    .podcast-participants .participant {
        width: 120px;
    }
    .podcast-participants .participant .participant-name {
        font-size: 18px;
    }
    .podcast-participants .participant .participant-role {
        font-size: 12px;
    }
}