﻿
/* Compact show statistics (StatitsicsFullNewLook partial). */
#statistics-newlook .panel {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .04);
    margin-bottom: 10px;
    overflow: hidden;
}

#statistics-newlook .panel-heading,
#statistics-newlook .list-group-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: #1e293b;
    background: #fff;
}

#statistics-newlook .panel-heading {
    background: #f1f5f9;
    font-weight: 700;
    min-height: 46px;
}

#statistics-newlook [data-breed] + [data-breed] {
    border-top: 1px solid #edf1f5;
}

#statistics-newlook [data-name] {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

#statistics-newlook button [data-name] {
    font-weight: 600;
}

#statistics-newlook [data-date] {
    width: 44px;
}

#statistics-newlook [data-counts] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

#statistics-newlook [data-counts] > span {
    min-width: 48px;
    padding: 2px 7px;
    border-radius: 6px;
    font-size: 12px;
    text-align: right;
}

#statistics-newlook [data-counts] > strong {
    min-width: 42px;
    text-align: right;
    font-size: 15px;
}

#statistics-newlook [data-counts] [data-gender] > .fa-solid {
/*    font-size: 14px;
    line-height: 0.5;
*/}

#statistics-newlook [data-counts] > [data-gender="M"] {
    background: #eff6ff;
    color: #1d4ed8;
}

#statistics-newlook [data-counts] > [data-gender="F"] {
    background: #fdf2f8;
    color: #be185d;
}

#statistics-newlook .progress {
    flex-basis: 100%;
    height: 3px;
    margin: 0;
    background: #e2e8f0;
    border-radius: 3px;
    box-shadow: none;
}

#statistics-newlook .progress-bar {
    height: 3px;
    box-shadow: none;
    background-image: none;
}

#statistics-newlook .progress-bar[data-gender="M"] { background-color: #3b82f6; }
#statistics-newlook .progress-bar[data-gender="F"] { background-color: #ec4899; }

#statistics-newlook [data-classes] .list-group-item {
    background: #f8fafc;
    padding: 5px 14px 5px 34px;
    font-size: 12px;
}

#statistics-newlook [data-classes] [data-counts] > strong { font-size: 12px; }
#statistics-newlook [data-schedule] { margin: 0; font-size: 12px; background: #f8fafc; }
#statistics-newlook [data-schedule] th,
#statistics-newlook [data-schedule] td { padding: 5px 10px; vertical-align: middle; }
#statistics-newlook [data-schedule] tr[aria-hidden] td { padding: 0 10px 4px; border: 0; }
#statistics-newlook [data-breed] > .list-group-item > strong[data-name] { font-weight: 600; }

#statistics-newlook .glyphicon-chevron-right {
    font-size: 10px;
    color: #64748b;
    transition: transform .15s;
}

#statistics-newlook [aria-expanded="true"] > [data-name] > .glyphicon-chevron-right { transform: rotate(90deg); }
#statistics-newlook button:hover { background: #f0f5fb; }
#statistics-newlook button:focus-visible { outline: 2px solid #337ab7; outline-offset: -2px; }

#statistics-newlook [data-summary] {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -6px 4px;
}

#statistics-newlook [data-summary] > div { display: flex; padding: 0 6px 12px; }
#statistics-newlook [data-summary] .well {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}
#statistics-newlook [data-card-heading] { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
#statistics-newlook [data-card-heading] > small { color: #64748b; font-size: 11px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }
#statistics-newlook [data-card-heading] > i { padding: 8px; border-radius: 10px; background: #ecfdf5; color: #006948; font-size: 15px; }
#statistics-newlook [data-card-value] { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
#statistics-newlook [data-summary] .h2 { margin: 0; color: #0b1c30; font-size: 30px; font-weight: 800; letter-spacing: -1px; }
#statistics-newlook [data-summary] [data-counts] { display: flex; justify-content: space-between; gap: 10px; }
#statistics-newlook [data-summary] [data-counts] > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; flex: 1; padding: 6px 10px; border-radius: 10px; text-align: left; }
#statistics-newlook [data-summary] [data-counts] > span > small:first-child { flex-basis: 100%; }
#statistics-newlook [data-summary] [data-counts] b { font-size: 22px; line-height: 1.2; }
#statistics-newlook [data-summary] .progress { flex-basis: auto; margin-top: auto; }
#statistics-newlook [data-toolbar] { margin-bottom: 12px; }
#statistics-newlook [data-toolbar] h4 { font-size: 15px; }
#statistics-newlook .nav-pills { margin-bottom: 12px; }

@media (max-width: 767px) {
    #statistics-newlook [data-breed] > button > [data-name] { flex-basis: 100%; }
    #statistics-newlook [data-breed] > div.list-group-item > [data-name] { flex-basis: 100%; }
    #statistics-newlook [data-date] { flex: 1; }
    #statistics-newlook [data-counts] { gap: 4px; }
    #statistics-newlook [data-counts] > span { min-width: 40px; padding: 2px 5px; }
    #statistics-newlook [data-counts] > strong { min-width: 34px; }
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Plus Jakarta Sans', 'Inter', 'Segoe UI', Arial, sans-serif;
}



.footer-content .widget h3 {
    background-color: #003366;
}

.navbar-inverse {
    background: #003366;
}


.navbar-user .navbar-brand,
.navbar-user .navbar-nav > li > a {
    box-sizing: border-box;
    height: 50px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #286090 !important;
}



@media print {
    #home-searchbar {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px; /* Optional: adds spacing between your grid items */
    }

    .article-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .showitemNew {
        break-inside: avoid;
    }
}



/* =====================================================================
   ODS Modern Design System - Generic Bootstrap overrides (Site-wide)
   ===================================================================== */

/* Base link color */
a {
    color: #337ab7;
}

    a:hover,
    a:focus {
        color: #286090;
    }

/* Buttons - rounded, modern */
.btn {
    border-radius: 8px;
    background-image: none;
}

.btn-primary {
    box-shadow: 0 4px 10px rgba(51, 122, 183, 0.25);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        box-shadow: 0 6px 14px rgba(51, 122, 183, 0.35);
    }

.btn-success {
    box-shadow: 0 4px 10px rgba(92, 184, 92, 0.25);
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        box-shadow: 0 6px 14px rgba(92, 184, 92, 0.35);
    }

.btn-info {
    background-color: #5baefe;
    border-color: #5bc0de;
    color: #fff;
    box-shadow: 0 4px 10px rgba(91, 192, 222, 0.25);
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-color: #31a0e5;
        border-color: #31a0e5;
        color: #fff;
        box-shadow: 0 6px 14px rgba(91, 192, 222, 0.35);
    }

.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
    box-shadow: 0 4px 10px rgba(240, 173, 78, 0.25);
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        box-shadow: 0 6px 14px rgba(240, 173, 78, 0.35);
    }

.btn-danger {
    box-shadow: 0 4px 10px rgba(217, 83, 79, 0.25);
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        box-shadow: 0 6px 14px rgba(217, 83, 79, 0.35);
    }

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-color: #e6e6e6;
        border-color: #adadad;
        color: #333;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    }

.btn-lg {
    border-radius: 8px;
    padding: 12px 28px;
    font-weight: 700;
}

.btn-sm,
.btn-xs {
    border-radius: 8px;
}

.btn[disabled],
.btn.disabled,
fieldset[disabled] .btn,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

/* Forms */
.form-control {
    border-color: #ccc;
    border-radius: 8px;
    box-shadow: none;
    /* height: 40px;*/
}

    .form-control:focus {
        border-color: #66afe9;
        box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.2);
    }

/* General cards: convert Bootstrap .well into a modern card */
.well {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
}

.well-lg {
    padding: 32px;
}

.well-sm {
    padding: 12px 16px;
}

/* Hero - generic .jumbotron restyle */
.container .jumbotron {
    width: 100vw;
    margin: 0 0 32px calc(50% - 50vw);
    padding: 30px 15px;
    background: linear-gradient(rgba(0, 61, 102, 0.6), rgba(0, 51, 102, 0.1)), url('../images/HomePageTopBg.png') 85% center/cover no-repeat;
    color: #fff;
    border-radius: 0;
    text-align: center;
}

.jumbotron h1 {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    margin: 16px auto 12px;
    max-width: 780px;
}

.jumbotron p.lead {
    color: #d9edf7;
    font-size: 18px;
    font-weight: 400;
    max-width: 560px;
    margin: 0 auto 28px;
}

.jumbotron .btn-lg + .btn-lg {
    margin-left: 10px;
}

.jumbotron .btn-default {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

    .jumbotron .btn-default:hover,
    .jumbotron .btn-default:focus {
        background: #fff;
        border-color: #fff;
        color: #003366;
    }

/* Home search & filter bar (reuses .well + Bootstrap components) */
#home-searchbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 18px;
}

    #home-searchbar .input-group {
        min-width: 200px;
        flex: 1 1 240px;
    }


    #home-searchbar .input-group-addon {
        background: #fff;
        border-color: #ccc;
        border-radius: 8px 0 0 8px;
        color: #777;
    }

    #home-searchbar .btn-group {
        margin-bottom: 0;
    }

    #home-searchbar label {
        margin: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        color: #555;
        white-space: nowrap;
    }

.search-spinner {
    display: none; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.1); 
    z-index: 10; 
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

#home-shows.loading .search-spinner {
    display: flex;
}

#home-searchbar {
    position: relative;
}
    #home-searchbar label.ods-filter-toggle {
        cursor: pointer;
        padding: 4px 0;
    }

    #home-searchbar label.ods-filter-toggle .switch {
        font-size: 20px;
    }

/* Toggle accent (status / registrations) */
.switch input:checked + .toggle {
    background-color: #337ab7;
}

.switch input:focus + .toggle {
    box-shadow: 0 0 0 0.15em #337ab7;
}

/* Upcoming shows section heading */
#upcoming-shows {
    font-weight: 800;
    color: #003366;
    /*margin-top: 48px;*/
}

/* Shows card grid (reuses existing #dogshowlist + .showitem classes) */
.article-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.jumbotron .btn {
    color: white;
}

.showitemNew {
    background: #fff;
    border: 1px solid #ddd;
    border-left-width: 4px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin-bottom: 0;
}

    .showitemNew.panel-primary {
        border-left-color: #337ab7;
    }

    .showitemNew.panel-info {
        border-left-color: #5bc0de;
    }

    .showitemNew.panel-warning {
        border-left-color: #f0ad4e;
    }

    .showitemNew.panel-danger {
        border-left-color: #d9534f;
    }

    .showitemNew.panel-default {
        border-left-color: #999;
    }
    .showitemNew.panel-success {
        border-left-color: #4cae4c;
    }

    .showitemNew:hover {
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
        transform: translateY(-2px);
    }

    .showitemNew.pinned {
        border: 2px solid #1E293B;
    }

    .showitemNew.highlight {
        background: #FFF7ED;
    }

    .showitemNew.hidden-in-overview {
        background: #FEF2F2;
        border-color: #FCA5A5;
    }

/* Card anatomy */
.ods-show-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.showitemNew > div[href] {
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ods-show-badges {
    display: flex;
    /*justify-content: space-between;*/ /* Pushes the first item left and the last item right */
    justify-content: end;
    /*flex-wrap: wrap;*/
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.ods-show-country {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #F1F5F9;
    color: #1E293B;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
}

    .ods-show-country img {
        width: 16px;
        height: auto;
    }

.ods-pill {
    display: inline-block;
    background: #d9edf7;
    color: #31708f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.ods-show-date {
    flex: 0 0 auto;
    width: 56px;
    border-radius: 12px;
    background: #F1F5F9;
    color: #003366;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

    .ods-show-date strong {
        display: block;
        font-size: 24px;
        line-height: 1;
    }

    .ods-show-date span {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #64748B;
    }

.ods-show-date-red {
    background: #FEE2E2;
    color: #B91C1C;
}

.ods-show-date-orange {
    background: #FFEDD5;
    color: #C2410C;
}

.showitem-label {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

    .showitem-label a {
        color: #003366;
    }

        .showitem-label a:hover {
            color: #286090;
            text-decoration: none;
        }

.ods-show-meta {
    color: #64748B;
    font-size: 14px;
}

    .ods-show-meta > span {
        display: block;
        margin: 2px 0;
    }

    .ods-show-meta .glyphicon,
    .ods-show-meta .fa {
        margin-right: 4px;
        color: #94A3B8;
    }

/* Status capsules */
.ods-show-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 14px;
    color: #475569;
}

.ods-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
}

.ods-badge-success {
    background: #EFF6FF;
    color: #1D4ED8;
    border: 1px solid #BFDBFE;
}

    .ods-badge-success:hover {
        text-decoration: none;
        color: #1D4ED8;
    }

.ods-badge-danger {
    background: #FEF2F2;
    color: #B91C1C;
    border: 1px solid #FECACA;
}

    .ods-badge-danger:hover {
        text-decoration: none;
        color: #B91C1C;
    }

.ods-badge-info {
    background: #F1F5F9;
    color: #475569;
    border: 1px solid #E2E8F0;
}

.ods-badge-muted {
    background: #F8FAFC;
    color: #94A3B8;
    border: 1px solid #E2E8F0;
}

.ods-show-status .fmt-datetime-special {
    font-weight: 700;
    color: #0F172A;
}

/* Card action + organizer actions */
.showitemNew .panel-footer {
    background: #0001;
    border-top: 1px solid #00000016;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 50px;
    gap: 8px;
    height: 505px;
    align-items: center;
    margin: 0 -20px -20px;
    /*padding: 12px 20px;*/
}

    .showitemNew .panel-footer .ods-show-action {
        flex: 1;
        /*padding: 10px 12px;*/
        padding-top:5px;
        font-weight: 600;
    }

        .showitemNew .panel-footer .ods-show-action.small-action {
            flex: 0 0 auto !important;
        }

.ods-show-organizer-actions {
    border-top: 1px solid #0002;
    padding-top: 10px;
    font-size: 12px;
}

    .ods-show-organizer-actions a {
        margin-right: 10px;
        color: #64748B;
    }

        .ods-show-organizer-actions a:hover {
            color: #286090;
            text-decoration: none;
        }

/* Empty state */
#showitem-none {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 16px;
    color: #64748B;
    font-size: 16px;
}

/* Media partner strip (Banners action reused as ticker) */
#partnerStrip {
    margin-top: 8px;
}

    #partnerStrip p {
        margin: 4px 0 8px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


/* Value Cards Styling */
.value-cards h3 {
    color: #001e40;
    font-size: 28px;
    margin: 0 0 28px;
}

    .value-cards h3 .glyphicon {
        background: #d5e3ff;
        border-radius: 50%;
        color: #003366;
        font-size: 24px;
        margin-right: 10px;
        padding: 14px;
    }

.value-cards ul {
    margin-bottom: 20px;
}

    .value-cards ul li {
        color: #334155;
        font-size: 18px;
        padding: 8px 0;
    }

        .value-cards ul li .glyphicon,
        .value-cards ul li .fa {
            margin-right: 8px;
            color: rgb(51, 122, 183);
        }

.value-cards .well {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    margin-bottom: 20px;
    padding: 32px;
}

.value-cards .btn {
    border-radius: 8px;
    margin-top: 28px;
    padding: 14px;
}

@media (max-width: 767px) {
    .value-cards .well {
        padding: 24px;
    }

    .value-cards h3 {
        font-size: 24px;
    }
}

/* Value proposition split (Bootstrap row/col + .well) */
/*#value-split {*/
/*    margin-top: 48px;
*/
/*}

    #value-split h3 {
        color: #001e40;
        font-size: 28px;
        margin: 0 0 28px;
    }

        #value-split h3 .glyphicon {
            background: #d5e3ff;
            border-radius: 50%;
            color: #003366;
            font-size: 24px;
            margin-right: 10px;
            padding: 14px;
        }


    #value-split ul {
        margin-bottom: 20px;
    }

        #value-split ul li {
            color: #334155;
            font-size: 18px;
            padding: 8px 0;
        }


            #value-split ul li .glyphicon,
            #value-split ul li .fa {
                margin-right: 8px;
                color: #337ab7;
            }

@media (min-width: 768px) {
    #value-split {
        display: flex;
    }

        #value-split .col-md-6 {
            display: flex;
        }

        #value-split .well {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        #value-split .btn {
            margin-top: auto;
        }
}

#value-split .well {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    margin-bottom: 20px;
    padding: 32px;
}

#value-split .btn {
    border-radius: 8px;
    margin-top: 28px;
    padding: 14px;
}*/


/* Responsive tweaks */
@media (max-width: 991px) {
    #dogshowlist {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    #dogshowlist {
        grid-template-columns: 1fr;
    }

    .jumbotron {
        padding: 40px 10px 32px;
    }

        .jumbotron .btn-lg {
            display: block;
            width: calc(100% - 16px);
            margin: 8px;
        }

            .jumbotron .btn-lg + .btn-lg {
                margin-left: 8px;
            }

    .well {
        padding: 16px;
    }

    #home-searchbar {
        align-items: stretch;
        padding: 14px;
    }

        #home-searchbar .input-group,
        #home-searchbar .btn-group,
        #home-searchbar > a.btn {
            width: 100%;
        }

            #home-searchbar .btn-group .dropdown-toggle {
                width: 100%;
                text-align: left;
            }

        #home-searchbar .dropdown-menu {
            width: 100%;
        }
}

.footer-content {
    background: #f7f9fb;
    border-top: 1px solid #e2e8f0;
    color: #334155;
    /*    margin-top: 56px;*/
    padding: 40px 0 0;
}


    .footer-content footer {
        background: #002b56;
        box-shadow: 0 0 0 100vmax #002b56;
        clip-path: inset(0 -100vmax);
        color: #a7c8ff;
        margin: 1px -15px;
        padding: 40px 24px 24px;
    }

        .footer-content footer h3 {
            color: #fff;
            font-size: 18px;
            margin-top: 0;
        }

        .footer-content footer a,
        .footer-content footer small {
            color: #a7c8ff;
        }

            .footer-content footer a:hover,
            .footer-content footer a:focus {
                color: #fff;
                text-decoration: none;
            }

@media (max-width: 767px) {
    #value-split .well {
        padding: 24px;
    }

    #value-split h3 {
        font-size: 24px;
    }
}
