/* buttons-ia.css */
.jrb-ai-share-container {
    margin: 30px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-family: sans-serif;
    clear: both;
	width: 100%;
    max-width: 700px;
}

.jrb-ai-share-container .jrb-ai-share-container-title {
    margin-bottom: 15px;
    font-size: 1.3em;
    display: block;
    color: #333;
    font-weight: bold;
}

.jrb-ai-share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.jrb-ai-share-button {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-decoration: none;
}

.jrb-ai-share-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.jrb-ai-credit {
    margin-top: 16px;
    text-align: right;
    font-size: 0.75em;
    color: #777;
}

.jrb-ai-credit a {
    color: #777;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    transition: color 0.2s;
}

.jrb-ai-credit a:hover {
    color: #333;
}

.jrb-ai-share-buttons .chatgpt{
	background-color: #10a47d;
    color: #fff;
    border-radius: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.jrb-ai-share-buttons .perplexity {
	background-color: #171717;
    color: #fff;
    border-radius: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.jrb-ai-share-buttons .google-ai {
	background-color: #000b39;
    color: #fff;
    border-radius: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.jrb-ai-share-buttons .qwen {
	background-color: #4937b3;
    color: #fff;
    border-radius: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.jrb-ai-share-buttons .grok {
	background-color: #C3BDBD;
    color: #000;
    border-radius: 10px;
	padding-top: 10px;
	font-weight: bold;
}