.btn-outline-secondary {
    border: 1px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #dadce0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}

.divider {
    margin: 20px 0;
}

.divider-line {
    height: 1px;
    background-color: #dadce0;
}

.divider span {
    color: #5f6368;
    font-size: 14px;
}
