/* static/style.css */
body {
    background: #f8f9fa;
    color: #212529;
}
header {
    background: #343a40;
    color: #fff;
}
nav {
    background: #e9ecef;
}
footer {
    background: #343a40;
    color: #fff;
    text-align: center;
}
/* static/style.css */
.download-link {
    color: green;          /* Bootstrap primary color – you can change it */
    text-decoration: underline;
}
.download-link:hover {
    color: #0a58ca;
}
/* Resources page list styling */
ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    margin-bottom: .6rem;
}
ul li a {
    color: #2c3e50;
    text-decoration: none;
}
ul li a:hover {
    text-decoration: underline;
    color: #2980b9;
}
.tool-section {background:#fff; padding:1.5rem; border-radius:8px; 
                       box-shadow:0 2px 4px rgba(0,0,0,.1);}
.tool-section img {max-width:1600px; height:auto; margin-top:1rem;}