* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #f8f9fa;
    color: #212529;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #ffffff;
    padding: 30px 40px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 14px;
    color: #6c757d;
}

.subtitle a {
    color: #007bff;
    text-decoration: none;
}

.subtitle a:hover {
    text-decoration: underline;
}

main {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.page-header {
    margin-bottom: 30px;
}

.page-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

thead {
    background-color: #f8f9fa;
}

th {
    text-align: left;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 13px;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
}

td {
    padding: 14px 16px;
    border-bottom: 1px solid #e9ecef;
}

tr:hover {
    background-color: #f8f9fa;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #e7f3ff;
    color: #0066cc;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.btn-ver {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.btn-ver:hover {
    text-decoration: underline;
}

.detalle-empresa {
    max-width: 900px;
}

.empresa-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.empresa-header h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
}

.form-estado select {
    padding: 8px 16px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
}

.form-estado select:focus {
    outline: none;
    border-color: #007bff;
}

.empresa-info {
    margin-bottom: 40px;
}

.info-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
}

.info-row label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.info-row span {
    color: #212529;
    font-size: 14px;
}

.info-row span a {
    color: #007bff;
    text-decoration: none;
}

.info-row span a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contactos-table {
    margin-top: 10px;
}

.no-contactos {
    color: #6c757d;
    font-style: italic;
    padding: 20px 0;
}
