.elementor-4928 .elementor-element.elementor-element-cc0b4a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-4928 .elementor-element.elementor-element-f85c20b > .elementor-widget-container{margin:0px 0px 0px 53px;}.elementor-4928 .elementor-element.elementor-element-ba51f4a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}@media(max-width:767px){.elementor-4928 .elementor-element.elementor-element-f85c20b > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f85c20b *//* smm-page.css */
.smm-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.smm-container header {
    background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.smm-container h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.smm-tagline {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-top: 10px;
}

.smm-content-section {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.smm-highlight {
    color: #6e48aa;
    font-weight: 600;
}

.smm-platforms {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0;
}

.smm-platform {
    text-align: center;
    padding: 15px;
    width: 120px;
}

.smm-platform img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.smm-footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: #666;
}

.smm-logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #6e48aa;
}/* End custom CSS */