/* Custom styles to override theme */

.download-box {
    background: #0066cc;
    border: 2px solid #0066cc;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.download-box h3 {
    margin-top: 0;
    color: #0066cc;
}

.download-box a.download-button {
    display: inline-block;
    background: #0066cc;
    color: white !important;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

.download-box a.download-button:hover {
    background: #0052a3;
}

/* Force underline using border-bottom */
.download-box a.download-button h3 {
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    color: white !important;
    display: inline-block !important;
    border-bottom: 2px solid white !important;
    line-height: 1.2 !important;
}
