/* Discover Portugal card-link arrow correction.
   This file is loaded after discover-portugal.css and uses a unique URL so
   previously cached CSS cannot keep showing the old generated arrows. */

#body.discover-portugal-page .information-content .dp-card-link::after,
#body.discover-portugal-page .information-content .dp-card-link a::after,
#body.discover-portugal-page .information-content ul li p:last-child::after,
#body.discover-portugal-page .information-content ul li p:last-child a::after {
    content: none !important;
    display: none !important;
}

/* Discover Portugal page title */
#body.discover-portugal-page h1.page-title {
    font-size: 32px !important;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    #body.discover-portugal-page h1.page-title {
        font-size: 27px !important;
    }
}

