table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #2d3748;
    color: #e2e8f0;
    text-align: center;
}

td {
    color: #e2e8f0;
}

img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); 
}

span.no-wrap {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

span.no-wrap img {
    margin-right: 8px;
}

span.no-wrap img:last-child {
    margin-right: 0;
}

th.planet::after {
    content: 'Planet';
}

th.longitude::after {
    content: 'Longitude';
}

th.declination::after {
    content: 'Declination';
}

@media (max-width: 768px) {
    .planet-name, .sign-name {
        display: none;
    }

    th.planet::after {
        content: 'Pl.';
    }

    th.longitude::after {
        content: 'Long';
    }

    th.declination::after {
        content: 'Decl';
    }

    th, td {
        font-size: 16px;
    }

    img {
        width: 16px;
        height: 16px;
    }
}

td.longitude, td.declination {
    text-align: center;
}

.aspect-span {
    margin: 0 10px; 
}
