/*
Theme Name: Astra FootballPool Child
Theme URI: https://example.com/astra-footballpool-child
Description: Ett child theme för Astra, anpassat för Football Pool-pluginet.
Author: ChatGPT
Template: astra
Version: 1.0.0
*/

/* Anpassad stil för Football Pool */
.fp-prediction-form {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.fp-ranking {
  margin-top: 2rem;
}
