.base-url-highlight {
    background-color: #fff9c4; /* Light yellow background for highlighted URLs */
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
    color: #c0a000; /* Darker yellow text */
}
