.sectionwrap{margin:60px 0;}
.sectionwrap section{margin:40px 0!important;}
.sectionwrap h2.heading{font-size:1.638rem;}

[data-custom-section="continent-entry"] {margin:60px 0 60px 0;}
[data-custom-section="continent-entry"] .headwrap{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;/*align-items:center;*/padding-bottom:60px;border-bottom:1px solid;border-color:var(--darkBlue);margin-bottom:60px;}
[data-custom-section="continent-entry"] .headwrap .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="continent-entry"] .headwrap .text-content{font-size:1.125rem;}
[data-custom-section="continent-entry"] .headwrap .right.image img{border-radius:15px;}

[data-custom-section="continent-entry"] .country-path {fill:#e4e4e4;stroke:#ffffff;stroke-width:0.5px;cursor:pointer;transition:fill 0.25s ease;}

[data-custom-section="continent-entry"] #europe-map a:hover .country-path {fill: #3f88c5;}
[data-custom-section="continent-entry"] #africa-map a:hover .country-path {fill: #ffba08;}
[data-custom-section="continent-entry"] #asia-map a:hover .country-path {fill: #419639;}
[data-custom-section="continent-entry"] #north-america-map a:hover .country-path {fill: #032b43;}
[data-custom-section="continent-entry"] #oceania-map a:hover .country-path {fill: #a2d1d6;}
[data-custom-section="continent-entry"] #south-america-map a:hover .country-path {fill: #012B43;}

[data-custom-section="country-list"] .heading{font-size:1.75rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="country-list"] .countrywrap{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin:40px 0;}
[data-custom-section="country-list"] .countrywrap a{display:block;position:relative;border-radius:15px;background-color:var(--lightGrey);}
[data-custom-section="country-list"] .countrywrap a img{border-radius:15px;vertical-align: bottom;}
[data-custom-section="country-list"] .countrywrap a .text-overlay{display:block;position:absolute;background-color: var(--white);color:var(--whiteText);bottom:12px;left:12px;right:12px;border-radius:15px;padding:12px;}
[data-custom-section="country-list"] .countrywrap a .text-overlay .text-content {font-weight:400;font-size:1rem;display:flex;flex-direction:column;gap:5px;}
[data-custom-section="country-list"] .countrywrap a .text-overlay .text-content .text{margin:0;font-size:1.125rem;font-weight:800;}
[data-custom-section="country-list"] .countrywrap a .text-overlay .text-content .text-button {font-weight:400;display:inline-grid;grid-template-columns:1fr 22px;align-items:center;gap:12px;font-size:0.875rem;}
[data-custom-section="country-list"] .countrywrap a .text-overlay .text-content .text-button::after {content: '';width:22px;height:12px;background-image:url(../../core/icons/rightarrow.svg);background-repeat:no-repeat;background-size:contain;transition:transform 0.25s ease;}
[data-custom-section="country-list"] .countrywrap a:hover .text-overlay .text-content .text-button::after {transform:translateX(4px);}

@media (max-width:1080px)
{
    [data-custom-section="country-list"] .countrywrap{grid-template-columns:repeat(3, 1fr);}
}
@media (max-width:960px)
{
    [data-custom-section="continent-entry"] .headwrap{grid-template-columns:unset;}
}
@media (max-width:860px)
{
    [data-custom-section="country-list"] .countrywrap{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width:500px)
{
    [data-custom-section="country-list"] .countrywrap{grid-template-columns:unset;}
}