#elementor-panel-category-loftocean-theme-category .elementor-element .icon:after {
    content: 'CS';
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    padding: 0 2px;
	border: 1px solid;
    border-radius: 2px;
    font-family: "Open Sans",Roboto,Helvetica,Arial,sans-serif;
	font-size: 9px;
    font-weight: 400;
    line-height: 10px;
	opacity: 0.5;
}

#loftocean-library-modal .elementor-template-library-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#loftocean-library-modal .elementor-template-library-filter-text-wrapper {
    position: relative;
}

#loftocean-library-modal .elementor-template-library-filter-text-wrapper i.eicon-search {
    position: absolute;
    top: 7px;
    right: 6px;
}

#loftocean-library-modal .elementor-template-library-templates-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px -15px 0;
}


.elementor-control-type-loftocean-switcher-control .elementor-control-input-wrapper {
  text-align: end;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  background-color: var(--e-a-bg-default);
  border-radius: 18px;
  cursor: pointer;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-input {
  display: none;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  background: var(--e-a-bg-active-bold);
  border-radius: inherit;
  transition: 0.15s ease-out;
  transition-property: opacity, background;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-label:before, .elementor-control-type-loftocean-switcher-control .elementor-switch-label:after {
  position: absolute;
  top: 0;
  width: 50%;
  text-align: center;
  line-height: 20px;
  transition: inherit;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-label:before {
  content: attr(data-off);
  right: 5px;
  color: var(--e-a-color-txt-muted);
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-label:after {
  content: attr(data-on);
  left: 5px;
  color: var(--e-a-btn-color);
  opacity: 0;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-input:checked ~ .elementor-switch-label {
  background: var(--e-a-btn-bg-primary);
  opacity: 0.7;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-input:checked ~ .elementor-switch-label:before {
  opacity: 0;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-input:checked ~ .elementor-switch-label:after {
  opacity: 1;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  transition: left 0.15s ease-out;
}
.elementor-control-type-loftocean-switcher-control .elementor-switch-input:checked ~ .elementor-switch-handle {
  left: initial;
  right: 1px;
}

/* Weather Widget Styles */
.elementor-widget-container .cs-weather-widget {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    padding: 80px 40px !important;
    border-radius: 0 !important;
    text-align: left !important;
    position: relative;
    overflow: hidden;
}

.elementor-widget-container .cs-weather-widget .weather-content {
    max-width: 1200px;
    margin: 0 auto;
}

.elementor-widget-container .cs-weather-widget .cs-subtitle {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b99d75 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.elementor-widget-container .cs-weather-widget .cs-title {
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

.elementor-widget-container .cs-weather-widget .cs-description {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-bottom: 50px !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
    max-width: 600px;
}

.elementor-widget-container .cs-weather-widget .weather-current {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    margin-bottom: 50px !important;
    align-items: start !important;
}

.elementor-widget-container .cs-weather-widget .weather-main {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.elementor-widget-container .cs-weather-widget .weather-icon {
    font-size: 60px !important;
    line-height: 1 !important;
    color: #b99d75 !important;
    margin-top: 5px !important;
}

.elementor-widget-container .cs-weather-widget .weather-info {
    text-align: left !important;
}

.elementor-widget-container .cs-weather-widget .weather-temperature {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
}

.elementor-widget-container .cs-weather-widget .weather-condition {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-bottom: 6px !important;
}

.elementor-widget-container .cs-weather-widget .weather-location {
    font-size: 14px !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.elementor-widget-container .cs-weather-widget .weather-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    min-width: 200px !important;
}

.elementor-widget-container .cs-weather-widget .weather-detail {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 15px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.elementor-widget-container .cs-weather-widget .weather-detail:last-child {
    border-bottom: none !important;
}

.elementor-widget-container .cs-weather-widget .detail-label {
    color: #ffffff !important;
    opacity: 0.7 !important;
    font-weight: 400 !important;
}

.elementor-widget-container .cs-weather-widget .detail-value {
    font-weight: 400 !important;
    color: #ffffff !important;
}

.elementor-widget-container .cs-weather-widget .weather-forecast {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 40px !important;
    margin-top: 20px !important;
}

.elementor-widget-container .cs-weather-widget .forecast-title {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin-bottom: 30px !important;
}

.elementor-widget-container .cs-weather-widget .forecast-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.elementor-widget-container .cs-weather-widget .forecast-item {
    text-align: left !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.elementor-widget-container .cs-weather-widget .forecast-item:last-child {
    border-bottom: none !important;
}

.elementor-widget-container .cs-weather-widget .forecast-day {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b99d75 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.elementor-widget-container .cs-weather-widget .forecast-temps {
    margin-bottom: 6px !important;
}

.elementor-widget-container .cs-weather-widget .temp-high {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin-right: 10px !important;
}

.elementor-widget-container .cs-weather-widget .temp-low {
    font-size: 16px !important;
    color: #ffffff !important;
    opacity: 0.6 !important;
}

.elementor-widget-container .cs-weather-widget .forecast-condition {
    font-size: 14px !important;
    color: #ffffff !important;
    opacity: 0.8 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-widget-container .cs-weather-widget .weather-current {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .elementor-widget-container .cs-weather-widget .forecast-items {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .elementor-widget-container .cs-weather-widget {
        padding: 60px 30px !important;
    }

    .elementor-widget-container .cs-weather-widget .cs-title {
        font-size: 36px !important;
        margin-bottom: 30px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-current {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-main {
        justify-content: center !important;
        text-align: center !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-info {
        text-align: center !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-icon {
        font-size: 50px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-temperature {
        font-size: 32px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-details {
        max-width: 300px !important;
        margin: 0 auto !important;
    }

    .elementor-widget-container .cs-weather-widget .forecast-items {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
}

@media (max-width: 480px) {
    .elementor-widget-container .cs-weather-widget {
        padding: 40px 20px !important;
    }

    .elementor-widget-container .cs-weather-widget .cs-title {
        font-size: 28px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-main {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .elementor-widget-container .cs-weather-widget .weather-details {
        max-width: 250px !important;
    }
}