/* TOOGLES */
.panel-heading-common {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}
.panel-heading-common th {
    text-align: center;
}

/* Στυλ για mobile-friendly tables */
.table-responsive > .table {
    margin-bottom: 0; /* Remove default table margin inside responsive div */
}

/* Βελτιωμένο CSS για ευθυγράμμιση κειμένου στους πίνακες */
.table th,
.table td {
    vertical-align: middle;
    padding: 8px; /* Standardize padding */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Ευθυγράμμιση της πρώτης στήλης (Features) αριστερά */
.table th:first-child,
.table td:first-child {
    text-align: left;
}

/* Ευθυγράμμιση των υπολοίπων στηλών (Base, Pro, Gold) στο κέντρο */
.table th:not(:first-child),
.table td:not(:first-child) {
    text-align: center;
}

#features-list li {
    font-size: 13px;
}

/* Ensure tables fill their container and columns are fixed */
.panel-body .table,
.panel-heading-common .table {
    table-layout: fixed; /* Ensures columns maintain specified width */
    width: 100%; /* Ensure table takes full width of its container */
}

.panel-group .panel {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default>.panel-heading-toogle {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding: 15px;
}

.panel-heading-common-toogle {
    background-color: #FFF;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}
.panel-title {
    font-size: 15px;
}

.panel-title .pull-right a {
    font-size: 0.85em; /* Μικρότερο μέγεθος για τα links */
    margin-left: 5px;
    margin-right: 5px;
    color: #337ab7; /* Bootstrap link color */
    text-decoration: none;
}
.panel-title .pull-right a:hover {
    text-decoration: underline;
}
.panel-title .pull-right {
    font-size: 0.9em; /* Ελαφρώς μικρότερο μέγεθος για το συνολικό span */
    line-height: 1.42857143; /* Για ευθυγράμμιση με τον τίτλο */
    display: inline-block; /* Για να επιτρέψει το padding-top */
}