/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 18:38:07 */
/* Affiliate Link Generator Styles */
.btf-marketing-hub-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.btf-generator-column,
.btf-recent-links-column {
    flex: 1;
    min-width: 300px;
}

.btf-success-message {
    color: #4ade80; /* Brighter green for dark backgrounds */
    background-color: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.2);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.btf-form-field {
    margin-bottom: 15px;
}

.btf-form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.btf-form-field input[type="text"],
.btf-form-field input[type="url"],
.btf-form-field select {
    width: 100%;
    padding: 10px;
    background-color: #111;
    border: 1px solid #444;
    color: #ccc;
    border-radius: 6px;
}

.btf-submit-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    /* You can set your button's brand colors here */
    background-color: #eab308; /* Example gold color */
    color: #111;
}

.btf-links-list .btf-link-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #18181b; /* Slightly lighter than pure black */
}

.btf-links-list .btf-link-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.btf-links-list .btf-link-campaign {
    font-weight: bold;
    color: #fff;
}

.btf-links-list .btf-link-source {
    background: #27272a;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 4px;
    color: #a1a1aa;
    white-space: nowrap;
}

.btf-links-list .btf-link-url-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.btf-links-list .btf-link-url-wrapper input {
    flex-grow: 1;
}

.btf-links-list .btf-link-url-wrapper button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.btf-links-list .btf-link-stats {
    font-size: 12px;
    color: #71717a;
}