.tips {
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    background-color: var(--get-conversation-ready);
    border-radius: 16px;
    gap: 10px;
}
.tips > hr {
    background-color: var(--apple-green);
}
.tip {
    display: flex;
    gap: 5px;
    align-items: center;
}
.tip > :nth-child(2) {
    flex: 1;
}
.tip a {
    display: flex;
    align-items: center;
    padding: 4px;
}