/* Namespace the styles for Interpretation Services */
.interpretation-services {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.interpretation-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.interpretation-description {
    font-size: 1.2rem;
    color: #555;
}

.interpretation-instructions,
.interpretation-upload {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.instructions-title,
.upload-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #007bff;
}

.instructions-text,
.upload-description {
    font-size: 1rem;
    color: #555;
}

.instructions-list {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    list-style-position: inside;
}

.interpretation-download-button {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    text-transform: capitalize;
    background-color: #007bff;
    color: #fff;
    border: none;
}

.interpretation-download-button:hover {
    background-color: #0056b3;
}

.interpretation-upload-button {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    text-transform: capitalize;
    background-color: #28a745;
    color: #fff;
    border: none;
}

.interpretation-upload-button:hover {
    background-color: #218838;
}
