.adb-980-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.adb-980-btn {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Make full width on mobile */
@media (max-width: 767px) {
    .adb-980-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .adb-980-btn {
        width: 100%;
        text-align: center;
    }
}