.dcc-35306fd7-wrapper {
    width: 100%;
}

.dcc-35306fd7-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    outline: none;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.dcc-35306fd7-btn:hover {
    background-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.dcc-35306fd7-btn-icon-left {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

.dcc-35306fd7-btn-icon-right {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}

.dcc-35306fd7-btn svg {
    width: 1.1em;
    height: 1.1em;
    fill: currentColor;
}
