.sefwpb-embed-wrapper {
    max-width: 100%;
    --justify-content: left;
    display: flex;
    justify-content: var(--justify-content);
    align-items: center;
}

.sefwpb-element-title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
}

.sefwpb-embed-content {
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 4px;
    max-width: 100%;
    background: #fcfcfc;
}

.sefwpb-embed-image-link,
.sefwpb-embed-title-link,
.sefwpb-embed-brand {
    text-decoration: none;
}

.sefwpb-embed-title-link:hover {
    text-decoration: underline;
}

.sefwpb-embed-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.sefwpb-embed-featured-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    height: auto;
    margin-bottom: 20px;
}

.sefwpb-embed-excerpt {
    font-size: 14px;
    margin: 0 0 20px;
    color: #555;
}

.sefwpb-embed-site-logo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.sefwpb-embed-site-logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sefwpb-embed-site-name {
    color: #888;
    font-size: 12px;
    font-weight: bold;
}

.sefwpb-embed-comments-count {
    font-size: 12px;
    color: #888;
}

.sefwpb-embed-share-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #21759b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.sefwpb-embed-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.sefwpb-embed-brand {
    display: flex;
    align-items: center;
}

.sefwpb-embed-comments {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sefwpb-embed-comments:hover {
    text-decoration: underline;
}
