.bng-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
}

.bng-elementor-template {
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #eee;
}


/* Domain butonu stilleri */
.bng-domain-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #022c44;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 100px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	padding: 3px 10px;
    margin-top: 5px;
}

.bng-domain-button:hover {
    background-color: #033d5d;
    color: #ffffff;
    text-decoration: none;
}


.bng-left-column {
    flex: 0 0 100%;
    padding: 20px;
}

.bng-right-column {
    flex: 0 0 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
}

.bng-container h2 {
    margin-top: 0;
    color: #444;
}

#bng-description {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

.bng-container select, .bng-container button {
    width: 80%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

select#cta-variants {
    width: 100% !important;
}

.bng-container button {
    background-color: #f4a261;
    color: white !important';
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.bng-container button:hover {
    background-color: #e76f51;
}

.bng-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.bng-tone-select {
    width: 48%;
}

#bng-generate-btn {
    width: 48%;
}

.bng-toggle-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.bng-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 10px;
}

.bng-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.bng-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.bng-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.bng-toggle input:checked + .bng-slider {
    background-color: #2196F3;
}

.bng-toggle input:checked + .bng-slider:before {
    transform: translateX(26px);
}

#bng-results {
    margin-top: 20px;
    width: 100%;
}

.bng-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bng-left-column {
    flex: 1 1 70%;
}

.bng-right-column {
    flex: 1 1 25%;
}

#cta-description {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.bng-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bng-tone-select {
    flex: 1;
    margin-right: 10px;
}

#cta-generate-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.bng-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.bng-results-table th, 
.bng-results-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.bng-results-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.bng-results-table tr:hover {
    background-color: #f9f9f9;
}

/* İsim sütunu düzeni */
.name-column {
    vertical-align: top;
}

.name-content {
    margin-bottom: 10px;
	text-align: center !important;
}

.domain-button-container {
    margin-top: 10px;
}
