.optional-label {
    color: #999;
    font-size: 0.8em;
}

.honeypot {
    display: none;
}

/* Base styles for desktop */
.download-buttons {
    height: 130px; /* Set initial height for desktop */
    width: auto; /* Width adjusts to maintain aspect ratio */
    margin: 10px; /* Spacing between the buttons */
}

.app-store-badge {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
}

/* Responsive adjustments for mobile */
@media (max-width: 767.98px) {
    .download-buttons {
        width: 150px; /* Set width for mobile */
        max-width: 300px; /* Optional max width */
        height: auto; /* Height adjusts to maintain aspect ratio */
        margin: 10px auto; /* Center buttons vertically */
    }

    .app-store-badge {
        padding: 6%;
    }
}
