.gin--edit-form .button-primary {
    background-image: url('../images/svg/button-primary.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block; 
    height: 56px;
    width: auto; 
    min-width: 189px; 
    padding: 0 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    margin: 28px 0;
   text-decoration: none!important;
}

.gin--edit-form .button-primary-color {
    -webkit-mask-image: url('../images/svg/button-primary.svg');
    mask-image: url('../images/svg/button-primary.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #CCD244;
    display: inline-block;
    height: 56px;
    width: auto; 
    min-width: 189px; 
    padding: 0 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    margin: 28px 0;
    text-decoration: none!important;
}


.gin--edit-form .button-secondary {
    position: relative;
    display: inline-block;
    height: 56px;
    width: auto;
    min-width: 189px;
    padding: 0 16px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #000;
    margin: 28px 0;
    text-decoration: none!important;
}

.gin--edit-form .button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../images/svg/button-secondary.svg');
    mask-image: url('../images/svg/button-secondary.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #000;
    z-index: 1;
}

.gin--edit-form .button-secondary span {
    position: relative;
    z-index: 2; 
    color: #000; 
}

.gin--edit-form .button-secondary-interactive {
    -webkit-mask-image: url('../images/svg/button-primary.svg');
    mask-image: url('../images/svg/button-primary.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #CE1988!important;
    display: inline-block;
    height: 56px;
    width: auto; 
    min-width: 189px; 
    padding: 0 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    margin: 28px 0;
    text-decoration: none!important;
}

.gin--edit-form .anchor-link {
    display: inline-block; 
    height: 56px;
    width: auto; 
    min-width: 189px; 
    padding: 0 16px;
    color: #000;
    text-align: center;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    margin: 28px 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #000;
}

.gin--edit-form .field--type-image,
.gin--edit-form .table-file-multiple-widget {
    display: inline-block;
    width: 100%!important;
    min-height: 300px!important;
}

.gin--edit-form .table-file-multiple-widget .tabledrag-cell-content {
position: relative;
display: block !important;
height: auto;
top: -60px;
height: 150px;
}

.gin--edit-form .ajax-new-content.draggable { min-height: 150px;}

.gin--edit-form .field--type-image img {
    max-height: 220px!important;
    max-width: 220px!important;
}
.gin--edit-form  .js-media-library-item.media-library-item.media-library-item--grid {
    max-height: 220px;
    max-width: 220px;
    overflow: hidden;
}

.gin--edit-form h2 a.ck-anchor-placeholder,
.gin--edit-form a.ck-anchor-placeholder {font-size: 16px!important; color: #FFF;}