/* Tools page styles

   developer:   yhechler
   requires:    /common/framework/css/framework.css
                /common/templates/www.wolframphysics.org/css/global.css
   ========================================================================== */


#tools img {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    margin-right: calc(1rem * 1);
}

#tools .wphys-contact-proposals img {
    box-shadow: none;
    vertical-align: middle;
}

#tools p {
    color: gray;
    font-size: 0.8125rem;
    font-style: italic;
}

#tools .wash p {
    color: #404040;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
}

.chevron-after {
    margin: 0;
    font-size: 1.125rem;
}

.chevron-after:after {
    color: #b50579;
    content: ' \00BB';
    font-weight: 300;
    margin-left: 0;
    opacity: 1;
}

.small-list {
    font-size: 0.875rem;
}

main .tools-more-links p a {
    color: #404040;
    font-size: 1.0rem;
    font-style: normal;
}

.tools-more-links p a:hover em,
main .tools-more-links p a:hover {
    color: #b5156e;
}

.tools-more-links {
    border-top: 1pt solid #d9d9d9;
}

.tools-more-links span {
    color: gray;
    font-style: italic;
    font-size: 0.875rem !important;
    margin-top: calc(1rem * 0.25);
}

.tools-code-promo em {
    color: gray;
}

.tools-more-links p a em {
    color: #1f4d80;
    font-style: normal;
}

.wphys-contact-proposals.chevron-after:after {
    color: #1f4d80;
}

.wphys-contact-proposals.chevron-after:after:hover {
    color: #b50579;
}

.wphys-contact-proposals:before {
    background: linear-gradient(5deg, white 30%, #e8f1fb 100%);
    bottom: 0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0% 100%, 0% 0%);
    content: '';
    height: calc(100% + 0rem);
    left: -1rem;
    position: absolute;
    right: 0;
    top: 0rem;
    width: calc(100% + 2rem);
    z-index: -1;
}

.wphys-contact-proposals {
    --notchSize: 0.75rem;
    align-items: center;
    display: flex;
    filter: drop-shadow(0rem 0.4rem 0.65rem rgba(16, 52, 92, 0.1));
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 3rem;
    margin-top: calc(1rem * 1);
    min-height: calc(1rem * 3);
    padding: calc(1rem * 1.5) 0;
    position: relative;
    width: 100%;
}