/* Extracted from the DestinationPages templates on 2026-09-05.
   These were inline <style> blocks - the first was the opening child of
   <main>, so any tool reading the page's text without stripping <style> met
   ~3,600 words of CSS before the first sentence of copy. They are template
   styles, identical on every request, so they belong in a cached file.
   Linked from <head> by site.master.cs for pages under /DestinationPages.
   Served with max-age=31536000 - bump the ?v= when editing. */

/* ---- hotel listing extras ---- */
#footer-info
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #footer-info .footer-card-header {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        color: rgb(52, 52, 52);
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 40px 0px 0px;
        background: rgb(255, 255, 255);
    }
    #footer-info .footer-card-content {
        min-height: 300px;
        background: rgb(255, 255, 255);
    }
    #footer-info .footer-card-content .tick-list li {
        line-height: 16px;
        box-sizing: border-box;
        width: 100%;
        float: left;
        color: rgb(118, 118, 118);
        font-size: 13px;
        margin: 0px;
        padding: 10px;
        border-bottom: 1px solid rgb(217, 223, 227);
        list-style: none;
        text-align:center;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
    }
    #footer-info .footer-card-content .tick-list {
        box-sizing: border-box;
        max-width: 100%;
        margin: 0px -20px -10px 0px;
        padding: 10px 15px;
        overflow: hidden;
    }
      
    .featured-places  .per-person {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
                    
    .blogauthor
    {
        
        width: 80px;
        height: 80px;
        display: block;
        background-color: gainsboro;
        border-radius: 73px;
        margin: auto;
        margin-top: -70px;
        margin-bottom: 12px;
        overflow:hidden;
        border: solid 3px white;
    }
    .breadcum
    {
        text-align: center;
    }
    .breadcum li{
        display: inline;
        text-align: center;
    }
    .breadcum li a{
        color:white;
        font-size: 12px;
    }
    .breadcum li:after{
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-family: FontAwesome !important;
        margin-left: 5px;
        margin-right: 5px;
        color:white;
    }
    .at_banner-destiname
    {
        margin: 0;
        margin-bottom: -8px;
    }
    .breadcum li:last-child:after {
        content:'';
    }
