/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://example.com/
 Description:  Child theme for Twenty Twenty-Five
 Author:       Bashar Rihani
 Template:     twentytwentyfive
 Version:      1.0
 Text Domain:  twentytwentyfive-child
*/

/* ===== Global tweaks go here ===== */

/* Change only the search input border radius */
.wp-block-search__input {
    border-radius: 60px !important;
    /* or any value */
}

/* Change footer top margin to 0 */
footer.wp-block-template-part,
footer.wp-block-template-part.site-footer {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

/* Remove left margin from search button */
.wp-block-search .wp-element-button,
.wp-block-search .wp-block-button__link {
  margin-left: 0 !important;
}

/* Raddad table colors */
.wp-block-table thead {
  background-color: var(--wp--preset--color--custom-acent-7);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: var(--wp--preset--color--custom-acent-9);;
}