.oj-rashiphal-links {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #e4c58e;
    border-radius: 10px;
    background: #fffaf0;
    min-width: 0;
}
.oj-rashiphal-links h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #512809;
    font-size: 1.15rem;
    line-height: 1.5;
    text-align: start;
    overflow-wrap: anywhere;
}
.oj-rashiphal-links nav ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.5rem), 1fr));
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.oj-rashiphal-links nav li {
    min-width: 0;
    margin: 0;
    padding: 0;
}
.oj-rashiphal-links nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    height: 100%;
    padding: 6px 8px;
    border: 1px solid #d7c3a1;
    border-radius: 6px;
    background: #fff;
    color: #0757a6;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.oj-rashiphal-links nav a:hover {
    background: #fff0cd;
    text-decoration: underline;
}
.oj-rashiphal-links nav a:focus-visible {
    outline: 3px solid #0757a6;
    outline-offset: 2px;
    text-decoration: underline;
}
@media (max-width: 480px) {
    .oj-rashiphal-links { padding: 8px; }
}
