/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 23, 2024, 11:54:45 AM
    Author     : Oluwatoyin
*/

@media only screen and (max-width: 600px) {
    #navbutton {
        font-size: 15px;
        border: none;
    } 
}
.token-section {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.token-section {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.token-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.token-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 25px;
  border-radius: 12px;
  background: #f8f9fb;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.token-card img {
  width: 40px;
  height: 40px;
}

.token-card span {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 600px) {
  .token-card {
    padding: 12px 18px;
  }

  .token-card span {
    font-size: 1rem;
  }
}
