/*
Theme Name: Bank Classic Theme
Author: Pannos Marketing
Description: A Wordpress conversion of Bank's existing site theme.
Version: 0.0.0
Text Domain: bank-theme
Template: pm-port-base-theme
*/

/* Feature slide site-specific tweaks */

.splide__pagination.pannosFeature-dots .pannosFeature-dot.is-active {
    /* Styles from .pannosFeature-dots .pannosFeature-dot.active go here*/
    background: #fff;
}

/* Optional Rate Table Tweaks. Update or remove these as desired. */

table td p:last-child, table th p:last-child {
    margin-bottom: 0;
}

.mobile-ditto {
    display: none;
}

@media screen and (max-width: 900px) {

    .mobile-ditto {
        display: inline !important;
    }

    .editableTable td[data-title]:before {
        width: auto;
        padding: 1em;
        margin-right: 1em;
        height: calc(100% - 2em);
    }

    .editableTable td[data-title] {
        padding-right: 1em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .editableTable td[data-title] > p {padding: 1em 0;}

    .editableTable td[data-title] > a { margin-top: .5em; }

    .editableTable td.cell_0 {
        font-weight: bold;
    }

}