﻿
/* Section items styling */
.mas-section--items-container > * {
    margin-bottom: 1rem;
}

    .mas-section--items-container > *:first-child {
        margin-top: 0 !important;
    }

    .mas-section--items-container > *:last-child {
        margin-bottom: 0 !important;
    }

.mas-section--items-container-larger > * {
    margin-bottom: 2rem;
}

    .mas-section--items-container-larger > *:first-child {
        margin-top: 0 !important;
    }

    .mas-section--items-container-larger > *:last-child {
        margin-bottom: 0 !important;
    }

@media (min-width: 768px) {
    .mas-section--items-container > * {
        margin-bottom: 1.5rem;
    }

    .mas-section--items-container-larger > * {
        margin-bottom: 3rem;
    }
}

/* Featured Tile styling */
.mas-featured-tile__figure img {
    height: auto !important;
}

/* Search listing in page*/
.mas-search-page__result-inner-page:first-child {
    padding-top: 0;
}

/* Auction card summary */
.mas-action-card__summary {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1rem !important
}

/* Media Card Bond */
.mas-xbe--media-card-bond {
    background-color: #08457E;
}

    .mas-xbe--media-card-bond .mas-xbe--media-card-bond__left-panel {
        width: 100%;
        color: #ffffff;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        padding: 1.5rem 2rem;
    }

    .mas-xbe--media-card-bond .mas-xbe--media-card-bond__left-panel--top {
        font-weight: 400;
    }

    .mas-xbe--media-card-bond .mas-xbe--media-card-bond__left-panel--middle {
        line-height: 5.5rem;
        font-size: 5rem;
        font-weight: 600;
    }

    .mas-xbe--media-card-bond .mas-xbe--media-card-bond__left-panel--bottom {
        font-size: 1rem;
        font-weight: 400;
    }

@media (min-width: 768px) {
    .mas-xbe--media-card-bond .mas-xbe--media-card-bond__left-panel {
        width: 40%;
    }
}

/* Extend Carapace */

.vis\3A h {
    visibility: hidden !important;
}

@media (min-width: 768px) {
    .tablet\(vis\3A h\) {
        visibility: hidden !important;
    }
}

@media (min-width: 1020px) {
    .desktop\(vis\3A h\) {
        visibility: hidden !important;
    }
}

/* Sup Copy */

.mas-xbe--sup-copy {
    vertical-align: baseline !important;
    position: relative !important;
    top: -.4em !important;
    margin: .1em !important;
    display: inline !important;
    font-size: 13.333px !important;
}

    .mas-xbe--sup-copy a {
        text-decoration: underline !important;
        box-shadow: none !important;
    }

/* Footnote Copy */

.mas-xbe--footnote-copy {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

    .mas-xbe--footnote-copy li {
        margin-bottom: var(--footnote-margin,1rem) !important;
    }

        .mas-xbe--footnote-copy li:last-child {
            margin-bottom: 0 !important;
        }

    .mas-xbe--footnote-copy .footnote-item-content {
        margin-left: 0.5rem !important;
    }

        .mas-xbe--footnote-copy .footnote-item-content a {
            color: #8d7249 !important;
            text-decoration: none !important;
            box-shadow: 0 1px 0 0 #8d7249 !important;
            transition-property: color,box-shadow !important;
            transition-duration: .2s !important;
            transition-timing-function: ease-out !important;
        }

            .mas-xbe--footnote-copy .footnote-item-content a:hover {
                box-shadow: none !important;
            }
