/* SIM Owner Finder - shortcode styles (matches original dark theme) */
.sim-finder-wrapper {
    padding: 12px;
    max-width: 100%;
}

.sim-finder-card {
    max-width: 520px;
    margin: 0 auto;
    background: #0b1220;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #1f2937;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}

.sim-finder-title {
    color: #3b82f6;
    margin: 0 0 4px 0;
    font-size: 1.35em;
}

.sim-finder-subtitle {
    color: #9aa4b2;
    margin: 0 0 14px 0;
    font-size: 0.95em;
}

.sim-finder-input-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 600px) {
    .sim-finder-input-row {
        flex-direction: column;
    }
}

.sim-finder-input,
.sim-finder-btn {
    font-size: 16px;
}

.sim-finder-input {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #1f2937;
    background: #020617;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.sim-finder-input::placeholder {
    color: #6b7280;
}

.sim-finder-btn {
    width: 100%;
    margin-top: 12px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #0ea5e9);
    cursor: pointer;
    transition: transform 0.08s ease, box-shadow 0.08s ease, opacity 0.08s ease;
}

.sim-finder-btn:hover {
    opacity: 0.97;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.35);
    transform: translateY(-1px);
}

.sim-finder-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.sim-finder-loading {
    color: #f6c343;
    margin-top: 10px;
}

.sim-finder-result {
    margin-top: 14px;
    text-align: left;
}

.sim-finder-details {
    background: #020617;
    padding: 14px;
    border-radius: 10px;
    color: #e5e7eb;
}

.sim-finder-details p {
    margin: 8px 0;
}

.sim-finder-scam {
    margin-top: 10px;
    background: #fee2e2;
    color: #b91c1c;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.sim-finder-error {
    margin-top: 10px;
    background: #FEF2F2;
    color: #B91C1C;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.9em;
    text-align: left;
}

.sim-finder-multi {
    margin-bottom: 12px;
    font-weight: bold;
    color: #bfdbfe;
}

.sim-finder-row {
    border-bottom: 1px solid #111827;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sim-finder-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sim-finder-row p {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 0.95em;
}

.sim-finder-row .label {
    color: #9ca3af;
}

.sim-finder-row .value {
    color: #e5e7eb;
    font-weight: 500;
    text-align: right;
}
