/*
	Description: CSS for Local Business Schema Lite
	Author: Lumiverse Dynamic
	Author url: http://lvdynamic.com
	Version: 3.0
*/


[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .wpspgrades_content {
  z-index: 1;
}

.box-region-middle {
 width: 67%;
 float: left;
 padding: 5px;
 min-height: 250px;
}

.box-region-right {
 width: 28%;
 float: right;
 padding: 5px;
 min-height: 250px;
}

.box-wpspgrpro {
 background: #ffffff!important;
 padding: 5px 10px 5px 10px;
 border-width: 0px;
 padding-bottom: 20px;
 border-color: #eee!important;
 border-width: 0px;
 border-bottom: 10px;
 border-style: solid;
 
}

.box-wpspgrpro h3 {
 
 text-align: center;
 padding: 10px;
 padding-top: 0px;
 border-color: #eee!important;
 border-width: 0px;
 border-bottom: 1px;
 border-style: solid;
}

.switch {
  margin: 0 auto;
  position: relative;
  float: left;
  margin-right: 10px;
}

.switch label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.switch input {
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}


input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 20px;
  border-radius: 0px!important;
  background-color: #dddddd;
  margin-top: -2px;
  
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #dadada;
  content: "OFF";
  padding-top:2px;
  color: #666666;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 18px;
  background-color: #A1A1A1;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  content: "ON";
  padding-left: 10px;	
  background-color: #f6f6f6;
  padding-top:2px;
  color: #666666;
  text-align: left;
  font-weight: 600;
}
input.cmn-toggle-round:checked + label:after {	
  margin-left: 44px;
  background-color: #27A1CA;
}

/* Big */

.cmn-toggle1 {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle1 + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}


input.cmn-toggle1-round + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  border-radius: 0px!important;
  background-color: #dddddd;
  margin-top: -2px;
  
}
input.cmn-toggle1-round + label:before,
input.cmn-toggle1-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle1-round + label:before {
  right: 1px;
  background-color: #dadada;
  content: "OFF";
  font-size: 25px;
  padding-top:2px;
  color: #66666;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  transition: background 0.4s;
}
input.cmn-toggle1-round + label:after {
  width: 30px;
  background-color: #ff0445;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle1-round:checked + label:before {
  content: "ON";
  padding-left: 10px;
  font-size: 25px;  
  background-color: #f6f6f6;
  padding-top:2px;
  color: #666666;
  text-align: left;
  font-weight: 600;
}
input.cmn-toggle1-round:checked + label:after {	
  margin-left: 73px;
  background-color: #53f87a;
}

/* Modern Table Styling for WPSpeed Local Business Schema */
.wpspeed-lbs-table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.wpspeed-lbs-table tr {
    transition: background-color 0.2s ease;
	background: #ffffff;
	margin-top:1px;
	margin-bottom:2px;
}
.wpspeed-lbs-table tr:hover {
    background-color: #abcfbb;
}
.wpspeed-lbs-table th {
    text-align: left;
    font-weight: 600;
    color: #2c3338;
    padding: 20px 10px 20px 20px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: top;
    width: 30%;
    background-color: #f8f9fa;
	margin-bottom:2px;
	 border-bottom: 1px solid #000;
}
.wpspeed-lbs-table td {
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
    vertical-align: middle;
}
.wpspeed-lbs-table tr:last-child th,
.wpspeed-lbs-table tr:last-child td {
    border-bottom: none;
}

/* Input & Textarea Styling */
.wpspeed-lbs-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
}
.wpspeed-lbs-input:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.25);
    outline: 2px solid transparent;
}
.wpspeed-lbs-input::placeholder {
    color: #a0a0a0;
}

/* Description Text Styling */
.wpspeed-lbs-desc {
    display: block;
    margin-top: 6px;
    font-size: 0.85em;
    color: #646970;
    font-style: italic;
    line-height: 1.5;
}
.wpspeed-lbs-desc code {
    background-color: #f0f0f1;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Section Headers */
.wpspeed-lbs-section-header {
    font-size: 1.4em;
    color: #1d2327;
    margin: 2em 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #f0f0f1;
    font-weight: 600;
}

/* Pro Upgrade Sidebar Styling */
.wpspeed-lbs-sidebar {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
}
.wpspeed-lbs-sidebar h3 {
    margin-top: 0;
    color: #007cba;
    font-size: 1.2em;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.wpspeed-lbs-sidebar ul {
    margin-left: 0;
    padding-left: 1.2em;
}
.wpspeed-lbs-sidebar ul li {
    margin-bottom: 8px;
}
.wpspeed-lbs-cta {
    background-color: #f8f9fa;
    border-left: 4px solid #007cba;
    padding: 15px;
    margin-top: 15px;
}
.wpspeed-lbs-cta p {
    margin-top: 0;
}
.wpspeed-lbs-cta .button {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
/* 3.3.0 Dashboard, Wizard, Health Check and Media UI */
.wpspeed-lbs-wrap .wpspeed-lbs-version {
    font-size: 13px;
    background: #eef6ff;
    color: #1d4f8f;
    padding: 3px 8px;
    border-radius: 999px;
    vertical-align: middle;
}
.wpspeed-lbs-dashboard {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 14px;
    margin: 18px 0;
}
.wpspeed-lbs-dashboard-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.wpspeed-lbs-dashboard-label {
    display: block;
    color: #646970;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 8px;
}
.wpspeed-lbs-dashboard-card strong {
    display: block;
    font-size: 22px;
    color: #1d2327;
    line-height: 1.2;
}
.wpspeed-lbs-dashboard-card p {
    margin-bottom: 0;
    color: #50575e;
}
.wpspeed-lbs-score-card {
    border-left: 5px solid #00a32a;
}
.wpspeed-lbs-dashboard-actions .button {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.wpspeed-lbs-seo-notice {
    margin: 15px 0 !important;
}
.wpspeed-lbs-wizard-panel {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
.wpspeed-lbs-wizard-head h2 {
    margin-top: 0;
}
.wpspeed-lbs-wizard-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.wpspeed-lbs-wizard-step.is-active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}
.wpspeed-lbs-media-actions {
    margin: 8px 0;
}
.wpspeed-lbs-media-preview {
    margin-top: 10px;
    padding: 8px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    display: inline-block;
}
.wpspeed-lbs-media-preview img {
    max-width: 180px;
    max-height: 120px;
    display: block;
}
.wpspeed-lbs-health-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #eef6ff;
    border: 4px solid #2271b1;
    color: #1d4f8f;
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0 15px;
}
.wpspeed-lbs-health-table td:first-child {
    width: 36px;
}
.wpspeed-lbs-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 700;
}
.wpspeed-lbs-status-ok {
    background: #edfaef;
    color: #008a20;
}
.wpspeed-lbs-status-warning {
    background: #fff8e5;
    color: #996800;
}
.wpspeed-lbs-status-error {
    background: #fcf0f1;
    color: #b32d2e;
}
.wpspeed-lbs-preview-actions .button {
    margin-right: 6px;
    margin-bottom: 6px;
}
.wpspeed-lbs-copy-done {
    color: #008a20;
    font-weight: 700;
    margin-left: 8px;
}
.wpspeed-lbs-pro-box {
    border-top: 5px solid #2271b1;
}
@media screen and (max-width: 1100px) {
    .wpspeed-lbs-dashboard {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
    .box-region-middle,
    .box-region-right {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 680px) {
    .wpspeed-lbs-dashboard {
        grid-template-columns: 1fr;
    }
    .wpspeed-lbs-wizard-steps .button {
        width: 100%;
        text-align: center;
    }
}


.wpspeed-lbs-lite-offer {
    border-left-color: #34407d !important;
    padding: 14px 16px;
    margin: 18px 0;
    background: #f8fbff;
    box-shadow: 0 2px 8px rgba(52, 64, 125, 0.08);
}
.wpspeed-lbs-lite-offer p {
    margin: 7px 0;
}
.wpspeed-lbs-coupon-label {
    font-weight: 700;
    margin-right: 6px;
}
.wpspeed-lbs-coupon-code {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px dashed #34407d;
    color: #1d2b6f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
}
.wpspeed-lbs-coupon-card {
    background: #f8fbff;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    padding: 14px;
    margin-top: 14px;
}
.wpspeed-lbs-coupon-card p {
    margin: 7px 0;
}
