/* ==========================================================================
   1. STYLIZACJA PRZYCISKU PRZEKIEROWANIA (BigCom_BRD)
   ========================================================================== */
#bigcom-linker-js-target {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#bigcom-linker-js-target .bigcom-btn {

    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease, transform 0.2s ease;
}

#bigcom-linker-js-target .bigcom-btn svg path {
    fill: currentColor;
    transition: fill 0.3s ease;
}

#bigcom-linker-js-target .bigcom-btn:hover {
    padding: 12px 24px;
    background-color: #ffffff;
    color: #000000;
}

/* ==========================================================================
   2. STYLIZACJA LISTY TWÓRCÓW (BigCom_Authors)
   ========================================================================== */
#bigcom-authors-js-target {
    font-size: 16px;
    width: 100%;
}

#bigcom-authors-js-target .bigcom-authors-label {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

#bigcom-authors-js-target .bigcom-authors-ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

#bigcom-authors-js-target .bigcom-authors-ul li {
    margin-bottom: 5px;
    color: #ffffff;
}