/* ===== APK Auto Post - Frontend Styles ===== */

.aap-download-section {
    margin: 30px 0;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f9f9f9;
}

.aap-download-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #222;
}

.aap-download-info {
    margin-bottom: 20px;
}

.aap-download-row {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.aap-download-row:last-child {
    border-bottom: none;
}

.aap-download-label {
    width: 80px;
    color: #888;
    font-size: 14px;
    flex-shrink: 0;
}

.aap-download-value {
    color: #333;
    font-size: 14px;
    word-break: break-all;
}

.aap-download-btn {
    display: inline-block;
    padding: 10px 32px;
    background: #1e88e5;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.aap-download-btn:hover {
    background: #1565c0;
    color: #fff !important;
    text-decoration: none !important;
}

.aap-download-btn:active {
    background: #0d47a1;
}
