.ird-container {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    font-family: Arial, sans-serif;
}

.ird-container h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
}

#ird-url {
    width: 90%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 10px;
}

#ird-download {
    background: #0073e6;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

#ird-download:hover {
    background: #005bb5;
}

#ird-result {
    margin-top: 20px;
    font-size: 16px;
}
