/* Fentress Advertising - Public Styles */

.fentress-ads-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 20px;
    max-width: 100%;
}

.fentress-ad-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

.fentress-ad-wrapper a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.fentress-ad-image {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 3px;
}

.fentress-ad-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
}

.fentress-ad-description {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    line-height: 1.5;
}

.fentress-ad-cta {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.fentress-ad-cta:hover {
    background-color: #005a87;
}

.fentress-ad-video {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
