.sic-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width: 600px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border: 1px solid #eee;
}

.sic-header {
    background: #2c3e50;
    color: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
}

.sic-icon-box {
    background: rgba(255,255,255,0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.sic-icon-box .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #fff;
}

.sic-title-box {
    flex: 1;
}

.sic-type {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.sic-name {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}

.sic-body {
    padding: 25px;
}

.sic-row {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.sic-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sic-label {
    width: 160px; /* Increased width */
    font-weight: 600;
    color: #555;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 15px; /* Added margin for spacing */
}

.sic-label .dashicons {
    margin-right: 8px;
    color: #3498db;
}

.sic-value {
    color: #333;
    flex: 1;
    line-height: 1.5;
}

.sic-value a {
    color: #3498db;
    text-decoration: none;
}

.sic-value a:hover {
    text-decoration: underline;
}

.sic-map-link {
    font-size: 0.9em;
    margin-left: 10px;
    color: #888 !important;
}

@media (max-width: 480px) {
    .sic-header {
        flex-direction: column;
        text-align: center;
    }
    .sic-icon-box {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sic-row {
        flex-direction: column;
    }
    .sic-label {
        width: 100%;
        margin-bottom: 5px;
        color: #777;
    }
}
