﻿.widget-link-button {

}

.widget-link-button.button-left {
    text-align: left;
}
.widget-link-button.button-center {
    text-align: center;
}
.widget-link-button.button-right {
    text-align: right;
}

    .widget-link-button .btn:focus, .widget-link-button .btn:hover {
        color: white;
        text-decoration: underline !important;
        box-shadow: var(--coc-shadow-element-size) white;
        transition: color .15s ease-in-out;
    }

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (max-width: 767px) {
}

/* md */
@media only screen and (max-width: 991px) {
}

/* lg */
@media only screen and (max-width: 1199px) {
}

/* xl */
@media only screen and (max-width: 1399px) {
}