.roppo-link-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 4px;
}

.btn-roppo-link {
    width: auto;
    min-height: 44px;
    padding: 10px 16px;
    color: #264653;
    background: #e9f5ef;
    border: 2px solid #2a9d8f;
}

.btn-roppo-link:hover,
.btn-roppo-link:focus-visible {
    background: #d8eee5;
}

.roppo-link-hint {
    color: #5f6b70;
    font-size: 0.9rem;
    line-height: 1.45;
}

.roppo-reference {
    color: #17695f;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: 3px;
}

.roppo-reference:focus-visible {
    outline: 2px solid #2a9d8f;
    outline-offset: 3px;
}

.roppo-reference::after {
    content: " ↗";
    font-size: 0.75em;
    font-weight: 400;
}
