
.ap-partition-list { font-family: 'Noto Sans', sans-serif; }
.ap-partition-download {
    background-color: #003366;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}
.ap-partition-download:hover {
    background-color: #002244;
}
.ap-form label { display: block; margin-top: 10px; }
.ap-form input[type="text"], .ap-form input[type="file"] {
    width: 100%; padding: 6px; margin-bottom: 10px;
}
.ap-button {
    background-color: #003366;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.ap-button:hover { background-color: #002244; }
