.tg-container { max-width: inherit; margin: 20px auto; padding: 15px; border: 1px solid #ddd; }
.tg-container input, .tg-container select, .tg-container button { margin: 5px; padding: 5px; }
#tg-table-preview table { width: 100%; margin-top: 15px; border-collapse: collapse; }
#tg-table-preview th, #tg-table-preview td { border: 1px solid #000; padding: 5px; text-align: center; }


#tg-generate-table {
    display: inline-block;
    margin: 15px auto;
}

.tg-btn {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.tg-btn:hover {
    background: #005f8d;
}

.shala-buttons {
    display: flex;        /* सारे बटन एक row में */
    gap: 10px;            /* बटन के बीच का space */
    margin: 15px 0;
}

.tg-button {
    flex: 1 1 0;          /* सब बटन equal width */
    max-width: 220px;     /* जरूरत हो तो width limit */
    padding: 20px;
    font-size: 100% !important;
    background: #f43676;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    transition: 0.2s ease;
	height:50px;
	font-family:Kokila;
}

.tg-button:hover {
    background: #d92f63;  /* hover effect */
}

.section-placeholder {
  border: 2px dashed #f43676;
  background: #fff0f5;
  height: 50px;
  margin: 10px 0;
}

#dynamic-sections .sec-placeholder {
    border: 2px dashed #0073aa;
    background: inherit;
    height: 60px;
    margin: 10px 0;
    border-radius: 6px;
}


