[data-custom-section="article-detail"] {margin-bottom:40px;}
[data-custom-section="article-detail"] .container .article-content {padding:40px 0px 0px 0px;}
[data-custom-section="article-detail"] .container:has(.main-article-image) .article-content {padding:20px 0px 0px 0px;}
[data-custom-section="article-detail"] .article-content .date {font-weight:600;color:#000;opacity:0.6;}
[data-custom-section="article-detail"] .article-content .title-wrapper h1 {font-family:var(--secondaryFont);font-size:30px;font-weight:700;}
[data-custom-section="article-detail"] .article-content .title-wrapper h1::after {content:'';display:block;width:100%;max-width:400px;height:4px;background-color:var(--darkBlue);margin-top:10px;}
[data-custom-section="article-detail"] .article-content .content-wrapper {padding:20px 0px 0px 0px;}
[data-custom-section="article-detail"] .article-content .content-wrapper .event-dates {font-weight:600;color:#000;opacity:0.6;margin-bottom:10px;}

main:has([data-custom-section="article-detail"] .main-article-image) {padding-top:0px;}
[data-custom-section="article-detail"]:last-child {padding-bottom:20px;}

[data-custom-section="article-form"] .block-wrapper {padding:60px 0px;}
[data-custom-section="article-form"] .form-wrapper {padding:40px 0px;}
[data-custom-section="article-form"] .fui-label,[data-custom-section="article-form"] .fui-legend {font-family:var(--secondaryFont);font-weight:700;font-size:18px;margin-bottom:4px !important;}
[data-custom-section="article-form"] .fui-input,[data-custom-section="article-form"] .fui-select {height:45px;border-radius:10px;border:1px solid #000;}
[data-custom-section="article-form"] .fui-input:focus,[data-custom-section="article-form"] .fui-select:focus {border-color:#000;}
[data-custom-section="article-form"] textarea.fui-input {height:150px;resize:none;}
[data-custom-section="article-form"]:last-child .block-wrapper {padding-bottom:160px;}
[data-custom-section="article-form"] .heading {text-align: center;font-family:var(--secondaryFont);font-weight:700;font-size:25px;}
[data-custom-section="article-form"] .fui-btn-wrapper {padding-top:30px;}
[data-custom-section="article-form"] .fui-submit {background-color:var(--black) !important;color:var(--blackText) !important;border:0;border-radius: 10px;font-size:18px;font-weight:600;}

@media (max-width:500px)
{
    [data-custom-section="article-detail"] .article-content .date {font-size:14px;}
    [data-custom-section="article-detail"] .article-content .title-wrapper h1 {font-size:25px;}
    [data-custom-section="article-detail"] .main-article-image {width:calc(100% + 40px);margin-left:-20px;display:block;}
}