/* CONTAINER & CARDS */
.mwa-container, .mwa-results-wrap { 
    max-width: 750px; margin: 0px auto; padding: 0 0px; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex; flex-direction: column; gap: 25px;
}
.mwa-card { 
    width: 100%; background: #ffffff; padding: 20px; border-radius: 12px; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); text-align: center; box-sizing: border-box;
}

.mwa-form-grid > input{
	display:block;
	width:100%;
	height:55px;
	padding-top:3px;
}

.mwa-search-group > input{
	width:100%;
	height:55px;
	display:block;
}

.mwa-search-group > button{
	width:220px;
	height:55px;
}

.mwa-share-row > input{
	width:66%;
	height:55px;
	padding-top:3px;
}
.mwa-share-row > button{
	width:33%;
	height:55px;
	padding-top:3px;
}
#mwa-start-btn {
	height:55px;
	width:220px;
}

/* THE 2X2 STATS GRID */
.mwa-stats-grid { 
    display: grid !important; 
    grid-template-columns: 1fr 1fr !important; 
    gap: 20px !important; 
    margin: 30px 0 !important; 
}
.mwa-stat-box { 
    background: #fbfcfe; padding: 25px 15px; border: 1px solid #e6ebf1; 
    border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.mwa-label { font-size: 13px; font-weight: 700; color: #635bff; text-transform: uppercase; margin-bottom: 8px; }
.mwa-score { font-size: 32px; font-weight: 800; color: #32325d; }

/* DOMAIN TABLE - HIGH CONTRAST COLORS */
.mwa-domain-table { 
    width: 100%; border-collapse: collapse; margin-top: 10px; text-align: left;
}
.mwa-domain-table td { 
    padding: 12px 0; border-bottom: 1px solid #f6f9fc; 
}
.mwa-ext { font-weight: 600; color: #32325d; font-size: 15px; }
.mwa-status-td { text-align: right; }

.mwa-badge-avail { 
    background: #e6fffa; color: #22543d; border: 1px solid #b2f5ea; padding: 6px 12px; 
    border-radius: 4px; font-size: 12px; font-weight: 700; display: inline-block;
}
.mwa-badge-taken { 
    background: #fff5f5; color: #822727; border: 1px solid #feb2b2; padding: 6px 12px; 
    border-radius: 4px; font-size: 12px; font-weight: 700; display: inline-block;
}

/* INSIGHTS */
.mwa-insight-row { 
    padding: 12px 0; border-bottom: 1px solid #f6f9fc; font-size: 15px; display: flex; justify-content: space-between; 
}
.mwa-insight-label { color: #8898aa; }

/* SHARE FORM */
.mwa-share-form { display: flex; flex-direction: column; gap: 15px; margin-top: 10px; }
.mwa-share-row { display: flex; gap: 10px; width: 100%; }
.mwa-share-row input { 
    flex: 1; height: 50px !important; border: 1px solid #e6ebf1; border-radius: 6px; 
    padding: 0 15px; font-size: 14px; box-sizing: border-box !important;
}
.mwa-share-row button { 
    height: 50px !important; background: #635bff; color: white; border: none; 
    border-radius: 6px; padding: 0 20px; font-weight: 600; cursor: pointer; white-space: nowrap;
}
#mwa-copy-btn { background: #32325d; }

/* PROGRESS BAR */
.mwa-progress-bar { background: #f6f9fc; height: 10px; border-radius: 10px; margin: 20px 0; overflow: hidden; }
#mwa-progress-fill { height: 100%; width: 0%; background: #635bff; transition: width 0.4s; }

/* MOBILE BLOCKING */
@media screen and (max-width: 500px) {
    .mwa-stats-grid { grid-template-columns: 1fr !important; }
    .mwa-share-row { flex-direction: row; }
}
.style-BDMXghHqV-container {
	padding:0px 10px 0px 10px !important;
}