#cc-compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #ccc;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  z-index: 9999;
}

#cc-compare-bar button {
  padding: 10px 15px;
  background-color: #0072ff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.cc-compare-btn {
  padding: 8px 12px;
  background-color: #e91e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.compare-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.compare-card {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.compare-card h2 {
  font-size: 1.1rem;
}

.compare-field {
  margin: 5px 0;
  font-size: 0.95rem;
}

#cc-compare-thumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 15px;
}

.cc-thumb-item {
  position: relative;
  display: inline-block;
}

.cc-thumb-item img {
  width: 60px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cc-remove-thumb {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.cc-compare-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  table-layout: fixed;
}

.cc-compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.cc-compare-table th,
.cc-compare-table td {
  padding: 15px;
  border: 1px solid #eee;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

.cc-compare-table th {
  background-color: #f9f9f9;
  font-weight: 600;
}

.cc-compare-wrapper {
  width: 100%;
  background-color: white;
  border-radius: 0.75rem;
  overflow: hidden;
}

.cc-compare-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.cc-compare-wrapper thead,
.cc-compare-wrapper tr {
  display: flex;
}

.cc-compare-wrapper th,
.cc-compare-wrapper td {
  flex: 1;
  padding: 1rem;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #212529;
  border: 1px solid #e2e8f0; /* slate-200 */
}

.cc-compare-wrapper th:first-child,
.cc-compare-wrapper td:first-child {
  flex-basis: 25%;
  text-align: left;
  font-weight: 600;
  padding-left: 2rem;
}

.cc-compare-wrapper th img,
.cc-compare-wrapper td img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.cc-card-box {
  position: relative;
  height: 144px;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.cc-remove-btn {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  border: 1px solid #E6ECF1;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc-rating-stars {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}

.cc-apply-btn {
  display: inline-block;
  background-color: #49D49D;
  color: #212529;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.cc-placeholder {
  height: 144px;
  border: 2px dashed #D8D9DA;
  background-color: #FAFBFC;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc-label-cell {
  font-weight: bold;
  text-align: left;
}

.cc-compare-table th:first-child {
  width: 2%;
  text-align: center;
}

/* Card Column */
.cc-compare-table .compare-card-thumb {
  text-align: center;
}
.cc-compare-table .compare-card-thumb img {
  max-width: 100px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/* Card Ratings */
.card-ratings {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.card-ratings .ratings {
  display: flex;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.card-ratings .ratings li {
  color: #fbc02d;
  font-size: 14px;
}
.card-ratings span {
  font-size: 13px;
  color: #666;
}

.cc-compare-table tbody tr th {
  font-weight: 500;
  color: #444;
  background-color: #f1f1f1;
  width: 2%;
}

/* Responsive Improvements */
@media screen and (max-width: 768px) {
  .cc-compare-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.home_about_area .about-wrap .row.pt-100.pb-75, .home_about_area .container.pb-75 {
	display: none;
}
.home_how_to_choose .award-box {
	display: none;
}

.credit-card.style-one .card-btn a.btn-three:hover{
	color: #FFFFFF;
}

.credit-card.style-one .card-btn a.cc-compare-btn {
	margin: 15px auto 0px auto
}

body.archive.tax-cards_cat .card-btn a.cc-compare-btn, body.archive.post-type-archive-cards .card-btn a.cc-compare-btn {
	margin: 10px auto 0px auto
}
.credit-card.style-one .card-btn .cc-compare-btn.cc-in-list{
	width: calc(75%);
}