/* Maximum space for text block */
.md-grid {
    max-width: 100%; /* or 100%, if you want to stretch to full-width */
}

/* Planio issue link styling */
a.planio-issue {
    text-decoration: none;
    font-weight: 500;
    color: #1976d2;
    padding: 0 2px;
    border-radius: 3px;
    transition: background-color 0.2s;
}

a.planio-issue:hover {
    background-color: #e3f2fd;
    text-decoration: underline;
}
