.fb-down-container {
    max-width: 700px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 12px;
    background: #f9f9f9;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
}

.fb-down-container h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #1877f2;
}

.fb-disclaimer {
    font-size: 12px;
    text-align: center;
    color: #888;
    margin-bottom: 15px;
}

#fb-url-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

#fb-download-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #1877f2;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#fb-download-btn:hover {
    background: #145dbf;
}

#fb-results {
    margin-top: 20px;
}

.fb-result-card {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fb-result-card video, .fb-result-card img {
    max-width: 150px;
    max-height: 100px;
    margin-right: 12px;
    border-radius: 6px;
}

.fb-result-card a.download-btn {
    background: #28a745;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.fb-result-card a.download-btn:hover {
    background: #218838;
}

.fb-footer {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-top: 20px;
}
