.single .gca-advert {
    margin-top: 2rem;
}

.gca-advert.gca-dashboard-section .icon::before {
    height: 1rem;
    display: inline-block;
    content: '';
    mask-size: contain;
    padding-left: 30px;
    background: var(--global-palette1);
}
.gca-advert.gca-dashboard-section .advert-details {
    padding: 1rem 0;
    border-top: 1px solid var(--global-palette5);
    border-bottom: 1px solid var(--global-palette5);
}
.gca-advert.gca-dashboard-section .advert-details p {
    margin-bottom: 0;
}
.gca-advert.gca-dashboard-section .advert-details .label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: var(--global-kb-font-size-xsm);
}
.gca-advert.gca-dashboard-section .advert-images {
    display:flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}
.gca-advert.gca-dashboard-section .advert-images img {
    max-height: 100px;
    width: auto;
}
.gca-advert.gca-dashboard-section .icon.advert-status.pending::before {
    mask: url(../svg/warning.svg) no-repeat 50% 50%;
}
.gca-advert.gca-dashboard-section .icon.advert-status.publish::before {
    mask: url(../svg/tick.svg) no-repeat 50% 50%;
}
.gca-advert.gca-dashboard-section .icon.advert-link::before,
.gca-advert.gca-dashboard-section .icon.linked-post::before  {
    mask: url(../svg/web-links.svg) no-repeat 50% 50%;
}

.gca-advert.gca-dashboard-section .advert-posts {
    padding: 1rem 0;
}
.gca-advert.gca-dashboard-section .advert-posts p {
    margin-bottom: 0.5rem;
}
.gca-advert.gca-dashboard-section .ad-post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.5rem;
    padding: 0.5rem;
}
.gca-advert.gca-dashboard-section .ad-post:nth-child(odd) {
    background: color-mix(in srgb, var(--global-palette8) 95%, #000);
    
}
.woocommerce-account .gca-dashboard-sections .gca-advert.gca-dashboard-section a.button {
    margin-bottom: 0;
}

/* Live Adverts shown on posts */
.advert-notice {
    font-size: var(--global-kb-font-size-xsm);
    font-style: italic;
}