.instagram-downloader {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.instagram-downloader h2 {
    margin-top: 0;
    color: #333;
}

#ig-download-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#ig-download-form input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#ig-download-form button {
    padding: 10px 15px;
    background: #405de6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#ig-download-form button:hover {
    background: #3a4ed5;
}

#ig-result {
    min-height: 50px;
}

.ivd-loading {
    color: #666;
    font-style: italic;
}

.ivd-success {
    color: #2e7d32;
}

.ivd-error {
    color: #c62828;
}

.ivd-download-btn {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.ivd-thumbnail {
    margin-top: 15px;
}

.ivd-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}