body[class*="single-"] #primary, body.archive #primary, body.page #primary { 
padding-top: 0 !important; 
background-color: #f4f6f8; 
}
.entry-header, .page-header, .entry-title { 
display: none !important; 
}
.entry-content { 
margin: 0 !important; 
} .final-offer-container { 
max-width: 900px; 
margin: 2rem auto; }
.final-offer-main { 
background: #fff; 
border-radius: 12px; 
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
overflow: hidden;
}
.final-offer-image-wrap { 
position: relative; 
width: 100%; 
height: 350px; 
background-color: #e2e8f0; 
}
.final-offer-image { 
width: 100%; 
height: 100%; 
object-fit: cover; 
}
.final-offer-badge { 
position: absolute; 
top: 20px; 
left: 20px; 
color: white; 
padding: 8px 18px; 
border-radius: 50px; 
font-weight: bold; 
font-size: 22px; 
z-index: 2; 
backdrop-filter: blur(5px); 
}
.final-offer-badge.is-flight { background-color: orangered; }
.final-offer-badge.is-deal { background-color: rgba(220, 53, 69, 0.9); }
.final-offer-main-info { 
padding: 25px 30px 0 30px; 
text-align: center; 
}
.final-offer-title { 
font-size: 30px; 
font-weight: 900; 
color: #1e293b; 
margin: 0 0 10px 0; 
line-height: 1.2; 
}
.final-offer-airline { 
color: #64748b; 
margin-bottom: 20px; 
}
.final-page-description { 
font-size: 1.1em; 
color: #334155; 
line-height: 1.6; 
text-align: center; 
border-bottom: 1px solid #e2e8f0;
padding-bottom: 5px;
margin-bottom: 5px;
}
.final-offer-details-grid { 
display: grid; 
grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); 
gap: 0px; 
padding: 0 30px 30px 30px; 
}
.final-offer-description-col h3 { 
font-size: 22px; 
font-weight: 700; 
margin: 0 0 15px 0; 
}
.final-offer-benefits li { 
font-size: 18px; 
margin-bottom: 10px; 
}
.final-offer-booking-col .final-booking-box { 
position: sticky; 
top: 100px; 
border: 1px solid #e2e8f0; 
border-radius: 12px; 
padding: 0px; 
text-align: center; 
}
.booking-box-price .price-label { 
font-size: 16px; 
color: #64748b; 
}
.booking-box-price .price-amount { 
display: inline-block; 
font-size: 33px; 
font-weight: 900; 
color: orangered !important; 
margin: 0 0 0 8px; 
}
.final-cta-button { 
background-color: #00C853; 
color: #fff !important; 
padding: 15px; 
border-radius: 8px; 
text-decoration: none; 
font-size: 18px; 
font-weight: 700; 
display: block; 
margin-top: 15px; 
}
.trust-badge { 
margin-top: 15px; 
font-size: 13px; 
color: #64748b; 
} .pro-offer-sidebar .widget-title, .pelikan-sidebar-offers-column .widget-title { font-size: 18px; font-weight: 700; text-align: left; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; }
.flights-widget-item { display: flex; align-items: center; width: 100%; box-sizing: border-box; gap: 12px; padding: 0.5em; text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0; }
.flights-widget-thumb img { width: 80px; height: 65px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.flights-widget-details { flex: 1; min-width: 0; }
.flights-widget-title { font-size: 16px; font-weight: 700; color: #333; }
.flights-widget-meta { margin-top: 8px; display: flex; justify-content: space-between; align-items: center; }
.flights-widget-price { font-size: 18px; font-weight: bold; color: orangered !important; }
.flights-widget-button { background: #ff6b00; color: #fff !important; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 4px; text-decoration: none; }
.sidebar-offer-item-deals { margin-bottom: 15px; background: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.08); overflow: hidden; }
.sidebar-offer-link-deals { display: block; text-decoration: none; color: inherit; }
.deals-thumb img { width: 100%; height: 160px; object-fit: cover; }
.deals-info { padding: 15px; }
.deals-title { font-weight: 700; font-size: 15px; color: #333; }
.deals-price-cta-wrapper { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.deals-price { font-size: 16px !important; font-weight: bold; color: orangered !important; }
.deals-button { background: #ff6b00; color: #fff !important; font-size: 12px; padding: 8px 14px; border-radius: 5px; text-decoration: none; }
.city-separator { color: orangered; font-weight: normal; } .pelikan-horizontal-widget { 
display: grid; 
grid-template-columns: repeat(3, 1fr); gap: 20px; 
max-width: 1200px;
margin: 20px auto;
}
.pelikan-horizontal-item { 
border: 1px solid #e0e0e0; 
border-radius: 8px; 
overflow: hidden; 
text-decoration: none; 
background-color: #fff;
display: flex;
flex-direction: column; }
.pelikan-horizontal-item-img { 
width: 100%; 
height: 180px; 
object-fit: cover; 
}
.pelikan-horizontal-item-content { 
padding: 10px; 
display: flex;
flex-direction: column;
flex-grow: 1; }
.item-title-wrap {
min-height: 54px; }
.pelikan-horizontal-item-title { 
font-size: 18px; 
font-weight: 700; 
color: #333 !important; 
line-height: 1.3;
}
.item-desc-wrap {
flex-grow: 1; min-height: 60px; }
.pelikan-horizontal-item-desc { 
font-size: 14px; 
color: #555; 
margin-top: 8px; 
line-height: 1.4;
}
.pelikan-horizontal-item-price { 
margin-top: 12px; 
text-align: center; 
font-size: 20px; 
font-weight: bold; 
color: orangered !important;
}
.pelikan-horizontal-item-price .price-prefix {
font-weight: normal;
color: #555;
font-size: 0.8em;
} @media(max-width: 992px) {
.pelikan-horizontal-widget { 
grid-template-columns: repeat(2, 1fr); }
}
@media(max-width: 768px) {
.pelikan-horizontal-widget { 
grid-template-columns: 1fr; }
} @media(max-width: 992px) { 
.final-offer-details-grid { grid-template-columns: 1fr; } 
.final-offer-booking-col { margin-top: 30px; }
}
@media(max-width: 768px) {
.final-offer-image-wrap { height: 250px; }
.final-offer-title { font-size: 28px; }
.final-offer-main-info, .final-offer-details-grid { padding-left: 15px; padding-right: 15px; } #page { margin-top: 0 !important; } }#pelikan-urgency-notifier-area {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99999;
max-width: 420px;
}
.pelinotif-sale-inner {
background: #ffffff;
color: #333;
padding: 15px;
border-radius: 10px;
box-shadow: 0 5px 25px rgba(0,0,0,0.2);
display: flex;
align-items: center;
gap: 15px;
transform: translateX(calc(-100% - 40px));
transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
opacity: 0;
visibility: hidden;
}
.pelinotif-sale-inner.visible {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
a.pelinotif-link {
text-decoration: none;
color: inherit;
display: contents;
}
.pelinotif-image-wrap {
width: 67px;
height: 67px;
border-radius: 50%;
flex-shrink: 0;
background-color: #f0f2f5;
overflow: hidden;
}
.pelinotif-image {
width: 100%;
height: 100%;
display: block; object-fit: cover;
}
.pelinotif-content {
flex-grow: 1;
}
.pelinotif-message {
font-size: 14px;
line-height: 1.5;
}
.pelinotif-customer, .pelinotif-message b {
font-weight: bold;
}
.pelinotif-offer {
font-weight: bold;
background-color: #FFECB3;
padding: 1px 5px;
border-radius: 4px;
} .pelinotif-price {
font-weight: bold;
color: #e74c3c;
font-size: 1.1em; }
.pelinotif-message .city-separator {
color: inherit;
font-size: 1em;
padding: 0 4px;
}
.pelinotif-close {
background: none;
border: none;
color: #aaa;
cursor: pointer;
font-size: 20px;
padding: 0;
line-height: 1;
align-self: flex-start;
}
.pelinotif-close:hover {
color: #333;
}
@media (max-width: 480px) {
#pelikan-urgency-notifier-area {
left: 10px;
right: 10px;
bottom: 10px;
max-width: none;
}
}