/* figma components css */

/* Wrapper ensures consistent sizing */
.figma-wrapper {
    width: 100%;
  }
  
  /* Placeholder shown before iframe loads */
  .figma-placeholder {
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    border-radius: 8px;
  }
  
  /* Button under iframe */
  .figma-actions {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
  }
  
  .figma-actions .btn {
    padding: 10px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
  }
