.destination-test-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.destination-test-row .button {
    width: auto;
}

#destination-test-status {
    color: #66758d;
    font-size: 0.88rem;
    line-height: 1.45;
}

#destination-test-status.destination-test-success {
    color: #23744a;
}

.advertisement-help {
    display: grid;
    gap: 7px;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.advertisement-help span,
.advertisement-help strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.advertisement-help a {
    width: fit-content;
    color: #1f5fd6;
    font-weight: 700;
    text-decoration: none;
}

.advertisement-help a:hover {
    text-decoration: underline;
}
