/**
 * Blog Archive Page Styles
 * Styles specific to blog archive layouts (Grid/List/Standard)
 */

/* Ensure main content doesn't interfere with footer */
body.blog #mainwrap,
body.archive #mainwrap,
body.search #mainwrap {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Force full width footer on archive pages */
body.archive .travel-footer,
body.blog .travel-footer,
body.search .travel-footer {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
}

/* Ensure inner content stays within container */
body.archive .travel-footer-inner,
body.blog .travel-footer-inner,
body.search .travel-footer-inner {
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding: 40px 15px !important;
}

/* Fix for the bottom bar */
body.archive .travel-footer-bottom,
body.blog .travel-footer-bottom,
body.search .travel-footer-bottom {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
}

/* Ensure bottom bar content stays within container */
body.archive .travel-footer-bottom .container,
body.blog .travel-footer-bottom .container,
body.search .travel-footer-bottom .container {
    max-width: 1170px !important;
    margin: 0 auto !important;
}
