/* Quick revision history page styles.

   developer:   marionm
   requires:    framework
                /system-modeler/css/shared.css
   ========================================================================== */

/* ==========================================================================
   shared.css.en overrides
   ========================================================================== */

.local-wrapper {
    min-width: 320px;
    padding: 0 1rem;
}

main .section-wrapper { min-width: unset; }

/* ==========================================================================
   heading
   ========================================================================== */

#heading h2 {
    color: #d51100;
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1.04;
}

/* ==========================================================================
   main content
   ========================================================================== */

main .section-wrapper { padding: 3.125rem 0; }

main .section-wrapper h3 {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 1rem;
}

main .section-wrapper h3 > * { flex: 0 0 auto; }

main .section-wrapper h3 img { margin: 0 .375rem -.5rem 0; }

main .section-wrapper h3 .title {
    color: #dd1100;
    font-size: 1.875rem;
    font-weight: 300;
}

main .section-wrapper h3 .year {
    color: #777;
    font-size: 1.125rem;
    font-weight: 300;
}

main .section-wrapper h3 .more-details {
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 400;
    margin-left: 2rem;
    text-align: right;
    white-space: nowrap;
}

main .section-wrapper ul { margin-left: 2.375rem; }

main .section-wrapper ul li {
    background: url(../../../mathematica/img/quick-revision-history/icon-bullet.png) no-repeat 0px .5625rem;
    font-size: .9375rem;
    line-height: 1.5;
    padding: 0 0 .75rem .75rem;
}

main .section-wrapper ul li:last-child { padding-bottom: 0; }

main .section-wrapper h4 {
    color: #dd1100;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1rem 0 .75rem 2.375rem;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    main .section-wrapper h3 .year {
        flex: 0 0 auto;
        margin: 1rem 0 0 2.875rem;
        width: 100%;
    }
    main .section-wrapper h3 .more-details { margin-top: -1em; }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
}

/* printer styles
   ========================================================================== */

@media print {
}