/* ==========================================================
   GLOBAL
========================================================== */

main.site-main.acpd-single-partner{
	width: 100% !important;
	max-width:100% !important;
}

.acpd-listing {
    font-family: inherit;
    color: #222;
}

.acpd-listing,
.acpd-listing *,
.acpd-listing *::before,
.acpd-listing *::after {
    box-sizing: border-box;
}

.acpd-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================
   SEARCH SECTION
========================================================== */

.acpd-search-section {
    padding:40px 48px 0px;
    text-align: center;
	background: transparent !important;
}

.acpd-search-section h1 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #111;
}

.acpd-search-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 18px;
}

.acpd-search-section label,
.acpd-search-label {
	    font-size: 15px !important;
    color: rgb(58, 57, 56) !important;
}

.acpd-search-select {
    width: auto !important;
    min-width: 110px;
    max-width: 150px;
    height: 40px;
    padding: 0 12px;
    border: 1.5px solid #bbb;
    border-radius: 100px;
    background: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    flex: 0 0 auto;
	font-family: 'Noto Sans' !important;
}

/* .acpd-search-select:hover {
    border-color: #999;
} */

/* .acpd-search-select:focus {
    border-color: #666;
    box-shadow: 0 0 0 2px rgba(0,0,0,.05);
} */

.acpd-input-wrap {
    flex: 1 1 360px;
    max-width: 520px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(255, 255, 255);
    border: 1.5px solid rgba(58, 57, 56, 0.15);
    border-radius: 999px;
    padding: 11px 18px;
}

.acpd-search-input,
.acpd-input-wrap input {
	flex: 1 1 0%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    outline: none;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px;
    color: rgb(58, 57, 56);
    background: transparent;
	padding: 0 !important;
	border: none !important;
	outline:none;
	line-height: 1;
}

.acpd-search-input::placeholder,
.acpd-input-wrap input::placeholder {
    flex: 1 1 0%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    outline: none;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px;
    color: rgb(144, 142, 136);
    background: transparent;
}
input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}

.acpd-clear-btn {
color: rgb(144, 142, 136) !important;
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 0 !important;
    height: auto !important;
	border: none !important;
}
.acpd-clear-btn:hover {
    background: transparent !important;
    color: rgb(144, 142, 136) !important;
}
.acpd-clear-btn.show {
    display: flex;
}

.acpd-btn-search {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
    background: rgb(58, 57, 56) !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: none !important;
    border-radius: 999px !important;
    padding: 12px 26px !important;
    cursor: pointer !important;
	line-height: 1 !important;
}

.acpd-btn-search:hover {
    background: #222 !important;
}

/* ==========================================================
   CATEGORY HINT
========================================================== */

.acpd-cat-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 18px;
    font-size: 13px;
    color: #444;
}

.acpd-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1.5px solid #888;
    border-radius: 50%;
    color: #888;
    font-size: 10px;
    flex-shrink: 0;
}

/* ==========================================================
   FILTER PILLS
========================================================== */

.acpd-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px !important;
    flex-wrap: wrap;
}

.acpd-pill {
font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    padding: 9px 18px !important;
	letter-spacing: -3% !important;
    border: 1.5px solid rgba(58, 57, 56, 0.2) !important;
    color: rgb(58, 57, 56) !important;
    background: rgb(255, 255, 255) !important;
}

.acpd-pill.active {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    padding: 9px 18px !important;
    border: 1.5px solid rgb(0, 152, 199) !important;
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 152, 199) !important;
}

.acpd-clear-all-btn {
font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: rgb(58, 57, 56) !important;
    background: transparent !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: none !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}

.acpd-clear-all-btn:hover {
    color: rgb(58, 57, 56) !important;
    text-decoration: underline;
}
.acpd-pill{
    position:relative;
}

.acpd-pill::after,
.acpd-pill::before{
	display: none !important;
	content: none !important;
}

/* Voice info icon — selected voice description on hover */
.acpd-voice-info{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: help;
	flex-shrink: 0;
	line-height: 0;
}

.acpd-voice-info::after{
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	max-width: min(260px, 70vw);
	padding: 10px 12px;
	background: #7A7A7A;
	color: #fff;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.35;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .25s;
	z-index: 999;
}

.acpd-voice-info::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #7A7A7A;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .25s;
	z-index: 999;
}

.acpd-voice-info.has-tooltip:hover::after,
.acpd-voice-info.has-tooltip:focus::after,
.acpd-voice-info.has-tooltip:hover::before,
.acpd-voice-info.has-tooltip:focus::before{
	opacity: 1;
	visibility: visible;
}

/* ==========================================================
   CONTROLS BAR
========================================================== */

.acpd-content-sort-filter {
    padding: 28px 48px 0px;
}


.acpd-controls-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.acpd-content-label {
        font-size: 14px !important;
    font-weight: 700 !important;
    color: rgb(58, 57, 56) !important;
}

.acpd-type-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.acpd-type-tab {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border-radius: 999px !important;
	height: auto !important;
	line-height: 13.5px !important;
    padding: 10px 18px !important;
    border: 1.5px solid rgba(58, 57, 56, 0.2) !important;
    color: rgb(58, 57, 56) !important;
    background: rgb(255, 255, 255) !important;
}

.acpd-type-tab.active {
    border: 1.5px solid rgb(58, 57, 56) !important;
    color: rgb(255, 255, 255) !important;
    background: rgb(58, 57, 56) !important;
}

.acpd-controls-right {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
    font-size: 13px;
}

.acpd-sort-select {
    padding: 6px 12px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

/* ==========================================================
   RESULTS
========================================================== */

.acpd-search-results {
    padding: 32px 48px 0px;
}

.acpd-results-count {
	display: none;
}

/* ==========================================================
   GRID
========================================================== */

.acpd-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.acpd-cols-1 .acpd-listing-grid {
    grid-template-columns: 1fr;
}

.acpd-cols-2 .acpd-listing-grid {
    grid-template-columns: repeat(2,1fr);
}

.acpd-cols-3 .acpd-listing-grid {
    grid-template-columns: repeat(3,1fr);
}

.acpd-cols-4 .acpd-listing-grid {
    grid-template-columns: repeat(4,1fr);
}

.acpd-loading,
.acpd-no-results {
    grid-column: 1 / -1;
    padding: 40px 0;
    text-align: center;
    color: #666;
}

.acpd-no-results.show {
    display: block;
}

/* ==========================================================
   PARTNER CARD
========================================================== */

.acpd-partner-card{
background: rgb(255, 255, 255);
    border-radius: 16px;
    border: 1px solid rgba(58, 57, 56, 0.08);
    box-shadow: rgba(58, 57, 56, 0.06) 0px 1px 3px, rgba(58, 57, 56, 0.06) 0px 8px 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}


/* ===========================
   Header
=========================== */

.acpd-card-header{
display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.acpd-card-media{
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-family: Grandstander, sans-serif;
    font-weight: 800;
    font-size: 20px;
    flex-shrink: 0;
}

.acpd-card-media img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.acpd-card-media-placeholder{
    width:100%;
    height:100%;
    background:#F6F6F6;
}

.acpd-card-header-content{
    flex:1;
    min-width:0;
    display:flex;
	gap: 2px;
    flex-direction:column;
}

/* ===========================
   Badge
=========================== */

.acpd-card-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    position:static;
    padding:0;
    background:none;
    border:none;
    color:#5F6368;
    font-size:14px;
    font-weight:500;
    line-height:1.4;
}

.acpd-card-badge-icon{
    width:18px;
    height:18px;
    flex-shrink:0;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

/* ===========================
   Title
=========================== */

.acpd-card-title{
font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #3A3938;
}


.acpd-card-title a{
    color:inherit;
    text-decoration:none !important;
}

.acpd-card-title a:hover{
    text-decoration:underline;
}

.acpd-card-geographic{
    font-size: 12.5px;
    color: rgb(119, 111, 101);
    font-family: 'Noto Sans', sans-serif;
}

/* ===========================
   Content
=========================== */

.acpd-partner-short-desc{
    font-size: 13.5px;
    line-height: 1.5;
    color: rgb(95, 88, 80);
    margin: 0px 0px 16px;
/*     flex: 1 1 0%; */
}
.acpd-partner-short-desc a, .acpd-partner-short-desc a:hover, .acpd-partner-short-desc a:visited, .acpd-partner-short-desc a:active, .acpd-partner-short-desc a:focus{
    background-color: transparent;
    color: #0098c7;
    text-decoration: none !important;
}
.acpd-card-content{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:0;
}

.acpd-card-section{
    margin-bottom:22px;
}

.acpd-card-section:last-child{
    margin-bottom:0;
}

.acpd-card-section-label{
font-family: Noto Sans;
font-weight: 600;
font-size: 18px;
line-height: 130%;
letter-spacing: -3%;
	margin-bottom:10px;
}

/* ===========================
   Pills
=========================== */

.acpd-tag-list{
       display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.acpd-tag-list span{
font-size: 11.5px;
    font-weight: 700;
    color: rgb(95, 88, 80);
    background: rgb(240, 238, 227);
    border-radius: 999px;
    padding: 4px 10px;
}
/* .acpd-card-voices span:hover,
.acpd-tag-list span:hover{
    background: #f5f5f5 !important;
    color: #111111 !important;
} */

/* ===========================
   Footer
=========================== */

.acpd-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-top:auto;
}

.acpd-card-btn{
    font-size: 14px;
    font-weight: 700;
    color: #00799E;
    text-decoration: none !important;
	font-family: 'Noto Sans',sans-serif !important;
}

.acpd-card-btn:hover{
/*     background:#1F1F1F !important; */
	text-decoration: none;
}
/* 
.acpd-card-website{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#202124;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    word-break:break-word;
}

.acpd-card-website:hover{
    text-decoration:underline;
} */

/* ===========================
   Equal Height
=========================== */

.acpd-listing-grid{
    align-items:stretch;
}

.acpd-partner-card{
    height:100%;
}

/*=====================================================
=            TABLET (768px - 1024px)
=====================================================*/

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

.acpd-page-wrapper{
    max-width:100%;
    padding:0 24px;
}

.acpd-search-section,
.acpd-content-sort-filter,
.acpd-search-results{
    padding-left:24px;
    padding-right:24px;
}

.acpd-search-row{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    align-items:center;
}

.acpd-search-select{
    width:180px !important;
    max-width:180px;
}

.acpd-input-wrap{
    flex:1;
    max-width:100%;
}

.acpd-btn-search{
    white-space:nowrap;
}

.acpd-listing-grid,
.acpd-cols-3 .acpd-listing-grid,
.acpd-cols-4 .acpd-listing-grid{
    grid-template-columns:repeat(2,1fr);
}

.acpd-controls-left{
    flex-wrap:wrap;
}

.acpd-type-tabs{
    flex-wrap:wrap;
}

.acpd-card-footer{
    gap:12px;
}

}


/*=====================================================
=            MOBILE (767px)
=====================================================*/

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

/* ---------- Wrapper ---------- */

.acpd-page-wrapper{
    width:100%;
    padding:0 16px;
}

.acpd-search-section,
.acpd-content-sort-filter,
.acpd-search-results{
    padding:20px 20px;
}

/* ---------- Heading ---------- */

.acpd-search-section h1{
    font-size:36px;
    line-height:1.15;
    margin-bottom:16px;
}

.acpd-search-section p{
    font-size:15px;
}

/* ---------- Search ---------- */

.acpd-search-row{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
}

.acpd-search-select{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    order:1;
}

.acpd-input-wrap{
    width:100%;
    max-width:none;
    min-width:0;
    flex:none;
    order:2;
    padding:12px 18px;
    border-radius:999px;
}

.acpd-search-input,
.acpd-input-wrap input{
    width:100%;
    min-width:0;
}

.acpd-btn-search{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    order:3;
    padding:14px 20px !important;
}

/* ---------- Filters ---------- */

.acpd-cat-hint{
    justify-content:flex-start;
    text-align:left;
    flex-wrap:wrap;
}

.acpd-pills{
    justify-content:flex-start;
    gap:8px !important;
}

.acpd-pill{
    font-size:12px !important;
    padding:8px 12px !important;
}

.acpd-clear-all-btn{
    margin-top:10px;
}

.acpd-controls-left{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
}

.acpd-type-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.acpd-type-tab{
    padding:10px 14px !important;
}

.acpd-controls-right{
    margin-top:18px;
    width:100%;
}

/* ---------- Cards ---------- */

.acpd-listing-grid,
.acpd-cols-2 .acpd-listing-grid,
.acpd-cols-3 .acpd-listing-grid,
.acpd-cols-4 .acpd-listing-grid{
    grid-template-columns:1fr !important;
    gap:16px;
}

.acpd-partner-card{
    padding:18px;
}

.acpd-card-header{
    align-items:flex-start;
}

.acpd-card-media{
    width:48px;
    height:48px;
}

.acpd-card-title{
    font-size:18px;
}

.acpd-card-section-label{
    font-size:16px;
}

.acpd-tag-list{
    gap:6px;
}

.acpd-tag-list span{
    font-size:11px;
}

.acpd-card-footer{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    gap:10px;
}

/* ---------- Images ---------- */

img{
    max-width:100%;
    height:auto;
}

/* ---------- Safety ---------- */

*{
    word-break:normal;
    overflow-wrap:anywhere;
}

}

/* ==========================================================
   PARTNER DETAIL (FoundingVoice design)
========================================================== */

.acpd-single-partner {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #F4F3EB;
}

.acpd-single-partner > .container {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.acpd-detail {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 0;
	min-height: calc(100vh - 80px);
	font-family: 'Noto Sans', sans-serif;
	color: #3A3938;
/* 	background: #fff; */
	box-sizing: border-box;
}

.acpd-detail *,
.acpd-detail *::before,
.acpd-detail *::after {
	box-sizing: border-box;
}

.acpd-detail-sidebar {
	background: #F4F3EB;
	border-right: 1px solid rgba(58, 57, 56, 0.08);
	padding: 40px 24px;
}

.acpd-detail-logo {
	width: 140px;
	height: 100px;
	background: #E8E6DC;
	border-radius: 8px;
	display: grid;
	place-items: center;
	margin-bottom: 32px;
	overflow: hidden;
	flex-shrink: 0;
}

.acpd-detail-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.acpd-detail-logo-placeholder {
	font-size: 14px;
	color: #908E88;
	font-weight: 600;
}

.acpd-detail-sidebar-block {
	margin-bottom: 32px;
}

.acpd-detail-sidebar-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #776F65;
	display: flex;
	align-items: center;
	gap: 8px;
}

.acpd-detail-contact-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 13px;
}

.acpd-detail-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.acpd-detail-contact-icon {
	flex-shrink: 0;
	margin-top: 2px;
	line-height: 1;
}

.acpd-detail-contact-text {
	line-height: 1.4;
	display: flex;
	flex-direction: column;
}

.acpd-detail-contact-name {
	font-weight: 600;
	color: #3A3938;
}

.acpd-detail-contact-role {
	color: #776F65;
	font-size: 12px;
}

.acpd-detail-contact-link {
	color: #00799E !important;
	text-decoration: none !important;
	font-weight: 600;
	word-break: break-all;
	background: transparent !important;
}

.acpd-detail-contact-link:hover,
.acpd-detail-contact-link:focus {
	text-decoration: underline !important;
	color: #00799E !important;
}

.acpd-detail-socials {
	display: flex;
	gap: 8px;
	margin-top: 4px;
}

.acpd-detail-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: rgba(58, 57, 56, 0.08);
	color: #00799E !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: background 0.16s;
}

.acpd-detail-social:hover,
.acpd-detail-social:focus {
	background: rgba(58, 57, 56, 0.14);
	color: #00799E !important;
}

.acpd-detail-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.acpd-detail-chip {
	display: inline-block;
	background: rgba(58, 57, 56, 0.08);
	color: #3A3938;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
}

.acpd-detail-key-dates {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(58, 57, 56, 0.1);
	margin-bottom: 0;
}

.acpd-detail-dates-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 13px;
}

.acpd-detail-date-label {
	font-weight: 700;
	color: #3A3938;
}

.acpd-detail-date-event {
	color: #776F65;
	font-size: 12px;
	margin-top: 2px;
}

.acpd-detail-main {
	padding: 48px;
	overflow: auto;
	background: #F9F8F3;
}

.acpd-detail-back {
	font-size: 14px;
	font-weight: 700;
	color: #00799E !important;
	text-decoration: none !important;
	margin-bottom: 24px;
	display: inline-block;
	background: transparent !important;
}

.acpd-detail-back:hover,
.acpd-detail-back:focus {
	text-decoration: underline !important;
	color: #00799E !important;
}

.acpd-detail-hero-media {
	width: 100%;
	height: 320px;
	background: #E8E6DC;
	border-radius: 12px;
	display: grid;
	place-items: center;
	margin-bottom: 40px;
	overflow: hidden;
}

.acpd-detail-hero-media img {
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.acpd-detail-hero-media.is-placeholder span,
.acpd-detail-hero-media > span {
	font-size: 16px;
	color: #908E88;
	font-weight: 600;
}

.acpd-detail-heading {
	margin-bottom: 40px;
}

.acpd-detail-founding {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #F00018;
	margin-bottom: 8px;
}

.acpd-detail-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: -0.02em;
	margin: 0;
	color: #3A3938;
	line-height: 1.15;
}

.acpd-detail-section-block {
	margin-bottom: 48px;
}

.acpd-detail-section-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	color: #3A3938;
}

.acpd-detail-prose {
	display: grid;
	gap: 16px;
	font-size: 16px;
	line-height: 1.6;
	color: #5F5850;
}

.acpd-detail-prose p {
	margin: 0;
}

.acpd-detail-promo {
	background: #F4F3EB;
	padding: 32px;
	border-radius: 12px;
	margin-bottom: 48px;
}

.acpd-detail-promo:last-child {
	margin-bottom: 0;
}

.acpd-detail-promo-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
	color: #3A3938;
}

.acpd-detail-promo-text {
	font-size: 15px;
	line-height: 1.6;
	color: #5F5850;
	margin: 0 0 14px;
}

.acpd-detail-promo-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #00799E !important;
	text-decoration: none !important;
	background: transparent !important;
}

.acpd-detail-promo-cta:hover,
.acpd-detail-promo-cta:focus {
	text-decoration: underline !important;
	color: #00799E !important;
}

@media only screen and (max-width: 1024px) {
	.acpd-detail {
		grid-template-columns: 240px 1fr;
	}

	.acpd-detail-main {
		padding: 36px 28px;
	}

	.acpd-detail-title {
		font-size: 34px;
	}

	.acpd-detail-hero-media {
		height: 260px;
	}
}

@media only screen and (max-width: 767px) {
	.acpd-detail {
		grid-template-columns: 1fr;
	}

	.acpd-detail-sidebar {
		border-right: none;
		border-bottom: 1px solid rgba(58, 57, 56, 0.08);
		padding: 28px 20px;
	}

	.acpd-detail-main {
		padding: 28px 20px 40px;
	}

	.acpd-detail-title {
		font-size: 28px;
	}

	.acpd-detail-section-title {
		font-size: 22px;
	}

	.acpd-detail-promo-title {
		font-size: 20px;
	}

	.acpd-detail-hero-media {
		height: 200px;
		margin-bottom: 28px;
	}

	.acpd-detail-promo {
		padding: 24px;
		margin-bottom: 28px;
	}

	.acpd-detail-heading,
	.acpd-detail-section-block {
		margin-bottom: 28px;
	}
}