.custom-btn-6bff518d {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.custom-btn-content-6bff518d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-btn-text-6bff518d {
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-btn-deco-6bff518d {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 6px;
}

.custom-btn-dot-6bff518d {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.custom-btn-line-6bff518d {
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    width: 33.33%;
    transition: width 0.3s ease-in-out, background-color 0.3s ease;
}

.custom-btn-6bff518d:hover .custom-btn-line-6bff518d {
    width: calc(100% - 12px); /* Fills rest of the container */
}