#imagePreview img, #resultPreview img {
    max-width: 100%;
    height: auto;
    max-height: 60vh;
}

.bg-brand-yellow {
    background-color: rgb(252, 207, 3);
}

.custom-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #000;
    color: #fff;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
    font-size: 0.9rem;
}

.custom-button:hover {
    background-color: rgb(252, 207, 3);
    color: #000;
}

@media (max-width: 767px) {
    #uploadSection, #resultSection {
        padding: 1rem;
    }
}
