.affiliate-section {
background-color: #f8f9fa;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.affiliate-section .title {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.affiliate-section .affiliate-link-container {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.affiliate-section .affiliate-link {
flex-grow: 1;
padding: 10px;
font-size: 16px;
border: 1px solid #ced4da;
border-radius: 5px;
margin-right: 10px;
}
.affiliate-section .copy-button {
background-color: #007bff;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
}
.affiliate-section .copy-button:hover {
background-color: #0056b3;
}
.affiliate-section .earnings {
font-size: 18px;
font-weight: bold;
color: #28a745;
margin-bottom: 15px;
}
.affiliate-section .share-options a {
color: #007bff;
margin-right: 15px;
font-size: 18px;
text-decoration: none;
}
.affiliate-section .share-options a:hover {
text-decoration: underline;
}
