.online-store-editor {
    padding: 80px 80px 45px 80px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(225.6deg, #FFF1EB 7.39%, #ACE0F9 101.17%);
    border-radius: 15px;
    margin-top: -235px;
}
body.widget-snippet .online-store-editor{
   margin-top: 0px;
}
 
.online-store-editor .container-sec { 
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-store-editor .main-content {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 80px;
    align-items: center;
    max-width: 1060px;
    width: 100%;
}

.online-store-editor .left-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    flex: 1;
}

.online-store-editor .interface-image {
    width: 100%;
}

.online-store-editor .interface-image img {
    width: auto;
    height: auto;
}

.online-store-editor .right-section {
    padding-left: 0;
    max-width: 278px;
}

.online-store-editor .main-headline { 
    color: #000;  
    font-weight: 600;
    font-style: SemiBold;
    font-size: 38px; 
    line-height: 48px;
    letter-spacing: -4%;
  margin: 0 0 10px 0;
}

.online-store-editor .description {  
    font-weight: 400;
    font-style: Regular;
    font-size: 16px; 
    line-height: 28px;
    letter-spacing: 0%;
}

.online-store-editor .skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #2c3e50;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 3px;
    z-index: 1000;
    font-weight: bold;
}

.online-store-editor .skip-link:focus {
    top: 6px;
}

.online-store-editor *:focus {
    outline: 3px solid #4A90E2;
    outline-offset: 2px;
}

.online-store-editor .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 1500px) {
.online-store-editor {
    width: calc(100% - 60px);
}
}
@media (max-width: 1024px) {
    .online-store-editor {
    width: calc(100% - 40px);
}
 .online-store-editor .main-content { 
    gap: 45px; 
}
  .online-store-editor .main-headline {
    font-size: 32px;
    line-height: 43px;
}
  .online-store-editor {
    padding: 45px;
}
}

@media (max-width: 767px) {
   .online-store-editor .main-content {
    gap: 15px;
    flex-direction: column-reverse;
}
  .online-store-editor {
    padding: 30px;
    width: calc(100% - 30px);
}
  .online-store-editor .main-headline {
    font-size: 30px;
    line-height: 40px;
}
}

