.banner {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 800px;*/
    height: 100px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bg-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,.55);
    top: 0;
    left: 0;
    z-index: 3;
}

.banner .bg-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.header-play {
    display: flex;
    text-align: center;
    border-radius: 5px
}

.bg-banner  .header-play {
    position: relative;
    z-index: 4;
}

.header-play__link {
    color: #fff !important;
    font-size: 25px;
    line-height: 34px;
    text-decoration: none !important;
    padding: 13px 74px;
    position: relative;
    z-index: 3
}

.header-play__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00c744;
    -webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -o-transform: skew(-13deg);
    top: 0;
    border-radius: 4px;
    left: 0;
    z-index: -1
}

.editor-styles-wrapper input {
    position: relative;
    z-index: 9;
}
.editor-styles-wrapper .logo-img,
.editor-styles-wrapper .company-logo-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.editor-styles-wrapper .fa-star.checked {
    color: #ffc107;
}

.editor-styles-wrapper .apps__item {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-size: cover;
}

.editor-styles-wrapper .apps__content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.editor-styles-wrapper .apps__content--item {
    text-align: center;
}

.editor-styles-wrapper .banner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.editor-styles-wrapper input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; /* Добавьте отступ между вводами, если необходимо */
}

.editor-styles-wrapper .rating {
    margin-bottom: 10px;
}

.editor-styles-wrapper .main-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.editor-styles-wrapper .header-play__link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.editor-styles-wrapper .header-play__link:hover {
    background-color: #005f8b;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
