/* General layout */
.ts-wrap h1 {
    margin-bottom: 0.5em;
    font-size: 26px; /* slightly larger */
}

#ts-scan-form {
    margin-bottom: 1.5em;
}

#ts-scan-url {
    max-width: 480px;
}

#ts-scan-status {
    margin-left: 10px;
    font-style: italic;
    font-size: 15px;
}

/* Results container */
#ts-scan-results {
    margin-top: 1.5em;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    padding: 0;
}

/* CARD STYLING */
.ts-wrap #ts-scan-results .ts-card {
    display: block;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Card title */
.ts-wrap #ts-scan-results .ts-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

/* Lines inside card */
.ts-wrap #ts-scan-results .ts-line {
    margin: 6px 0;
    font-size: 16px;
}

.ts-wrap #ts-scan-results .ts-line code {
    font-size: 14px;
    word-break: break-all;
    background: #f7f7f7;
    padding: 3px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

/* Locations list */
.ts-wrap #ts-scan-results .ts-locations {
    margin-top: 12px;
}

.ts-wrap #ts-scan-results .ts-locations-heading {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 16px;
}

.ts-wrap #ts-scan-results .ts-locations ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.ts-wrap #ts-scan-results .ts-locations li {
    margin: 3px 0;
    padding: 1px 0;
    line-height: 1.5;
    font-size: 15px;
}

/* Description text spacing */
.ts-wrap .description {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 15px;
}
