/* Button Link Bar Light */
.se-btn-link-lt-section .editContent {
 display: flex;
 flex-direction: column;
}

.sePage .sePageLayout .se-btn-link-lt-section .btn-link {
 transition: 0.3s ease-in-out;
 padding: 10px 0;
 width: 100%;
 text-align: center;
 text-transform: uppercase;
}

.sePage .sePageLayout .se-btn-link-lt-section .btn-link:not(:last-child) {
 border-bottom: 1px solid black;
}

@media only screen and (min-width: 768px) {

 .se-btn-group {
 flex-direction: row;
 }

 .se-btn-group .btn {
 margin: 0 10px;
 }

 .se-btn-link-lt-section .editContent,
 .se-btn-link-section .editContent {
 flex-direction: row;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link,
 .sePage .sePageLayout .se-btn-link-section .btn-link {
 flex: 1 1 auto;
 width: inherit;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link {
 padding: 2px 20px;
 height: auto !important;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link:not(:last-child) {
 border-right: 1px solid black;
 border-bottom: 0;
 }

}